X402 Services
Rank #837io.github.EruditeIntelligence/x402-services
MCP server providing x402-services capabilities
X402 Services is a Model Context Protocol (MCP) server published by EruditeIntelligence. It ranks #837 of 115,591 servers tracked on MCP Toplist, and its repository has 1,192 GitHub stars. X402 Services is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 28, 2026 and most recently updated on Mar 28, 2026.
Ranks ahead of 114,754 of 115,591 servers on MCP Toplist.
Use X402 Services
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http x402-services https://mcp.eruditepay.com/mcpclaude mcp add --transport http x402-services https://mcp.eruditepay.com/sse[mcp_servers.x402-services]
url = "https://mcp.eruditepay.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.x402-services]
url = "https://mcp.eruditepay.com/sse"Add to ~/.codex/config.toml.
https://mcp.eruditepay.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp.eruditepay.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"x402-services": {
"url": "https://mcp.eruditepay.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"x402-services": {
"url": "https://mcp.eruditepay.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"x402-services": {
"type": "http",
"url": "https://mcp.eruditepay.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"x402-services": {
"type": "http",
"url": "https://mcp.eruditepay.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"x402-services": {
"serverUrl": "https://mcp.eruditepay.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"x402-services": {
"serverUrl": "https://mcp.eruditepay.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"x402-services": {
"url": "https://mcp.eruditepay.com/mcp"
}
}
}{
"mcpServers": {
"x402-services": {
"url": "https://mcp.eruditepay.com/sse"
}
}
}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.EruditeIntelligence%2Fx402-services)<a href="https://mcptoplist.com/server/io.github.EruditeIntelligence%2Fx402-services"><img src="https://mcptoplist.com/badge/io.github.EruditeIntelligence%2Fx402-services.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
EruditeIntelligence
Other servers by EruditeIntelligence
View all EruditeIntelligence servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains X402 Services?
- X402 Services is maintained by EruditeIntelligence, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is X402 Services listed on the Official MCP Registry?
- Yes — X402 Services is listed on the Official MCP Registry.
- How many versions does X402 Services have?
- MCP Toplist tracks 2 versions of X402 Services, most recently published on Mar 28, 2026.
- Where can I find the source code for X402 Services?
- The source code for X402 Services is hosted at github.com/EruditeIntelligence/x402-mcp-server.