npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@akcanetwork/mcp-server

v0.1.0

Published

Akca x402 MCP Server - Proxy and VPN tools for AI agents

Readme

@akcanetwork/mcp-server

MCP server that gives AI agents anonymous web access through Akca x402 proxy and VPN network. Payments handled automatically via Solana USDC.

Usage with Claude Code

Add to your Claude Code MCP config (~/.claude/mcp.json):

{
  "mcpServers": {
    "akca": {
      "command": "npx",
      "args": ["-y", "@akcanetwork/mcp-server"],
      "env": {
        "SOLANA_KEYPAIR_PATH": "/path/to/wallet.json",
        "SOLANA_RPC_URL": "https://api.mainnet-beta.solana.com"
      }
    }
  }
}

Tools

akca_proxy_fetch

Fetch a URL through Akca anonymous proxy network.

| Param | Type | Required | Description | |-------|------|----------|-------------| | url | string | yes | URL to fetch | | method | string | no | HTTP method (default: GET) | | headers | object | no | Request headers | | body | string | no | Request body | | country | string | no | Exit country code (DE, US, JP...) |

akca_vpn_connect

Create a WireGuard VPN session. Returns a config file.

| Param | Type | Required | Description | |-------|------|----------|-------------| | server_id | string | yes | Server ID from akca_list_servers | | duration | string | no | 24h, 7d, or 30d (default: 24h) |

akca_list_servers

List available proxy/VPN servers with locations and load. No payment required.

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | SOLANA_KEYPAIR_PATH | yes | Path to Solana wallet JSON | | SOLANA_RPC_URL | no | Custom RPC URL | | AKCA_API_URL | no | API base URL (default: https://api.akca.network) |

License

MIT - Akca Network