@akcanetwork/mcp-server
v0.1.0
Published
Akca x402 MCP Server - Proxy and VPN tools for AI agents
Maintainers
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
