mcp-x402-accept
Rank #44,843io.github.CryptoAPIs-io/mcp-x402-accept
Self-hosted MCP proxy that puts an x402 paywall in front of an existing MCP server
mcp-x402-accept is a Model Context Protocol (MCP) server published by cryptoapis-io. It ranks #44,843 of 115,460 servers tracked on MCP Toplist. mcp-x402-accept is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 29, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 70,617 of 115,460 servers on MCP Toplist.
Use mcp-x402-accept
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-x402-accept -- npx -y @cryptoapis-io/mcp-x402-accept[mcp_servers.mcp-x402-accept]
command = "npx"
args = ["-y", "@cryptoapis-io/mcp-x402-accept"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-x402-accept": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-x402-accept"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-x402-accept": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-x402-accept"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-x402-accept": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-x402-accept"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-x402-accept": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-x402-accept"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-x402-accept": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-x402-accept"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.CryptoAPIs-io%2Fmcp-x402-accept)<a href="https://mcptoplist.com/server/io.github.CryptoAPIs-io%2Fmcp-x402-accept"><img src="https://mcptoplist.com/badge/io.github.CryptoAPIs-io%2Fmcp-x402-accept.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
cryptoapis-io
Other servers by cryptoapis-io
- MCP Address Latest#24,131 · 5 vers
- MCP Broadcast#24,132 · 5 vers
- MCP Simulate#24,133 · 5 vers
- MCP Block Data#26,046 · 4 vers
- MCP Contracts#26,047 · 4 vers
- MCP Transactions Data#26,048 · 4 vers
- MCP Address History#31,961 · 5 vers
- MCP Blockchain Events#31,962 · 5 vers
- MCP Blockchain Fees#31,963 · 5 vers
- MCP Hd Wallet#31,964 · 5 vers
- MCP Prepare Transactions#31,965 · 5 vers
- MCP Market Data#35,442 · 4 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 30, 2026 |
Frequently asked questions
- Who maintains mcp-x402-accept?
- mcp-x402-accept is maintained by cryptoapis-io, which publishes 17 MCP servers (69 total versions) tracked on MCP Toplist.
- Is mcp-x402-accept listed on the Official MCP Registry?
- Yes — mcp-x402-accept is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-x402-accept have?
- MCP Toplist tracks 1 version of mcp-x402-accept, most recently published on Jul 30, 2026.
- Where can I find the source code for mcp-x402-accept?
- The source code for mcp-x402-accept is hosted at github.com/CryptoAPIs-io/cryptoapis-mcp-x402-accept.