MCP server for 402 Index: discover 15,000+ paid API endpoints across L402, x402, and MPP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"402index-mcp-server": {
"command": "npx",
"args": [
"-y",
"ryanthegentry/402index-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add 402index-mcp-server npx -y ryanthegentry/402index-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"402index-mcp-server": {
"command": "npx",
"args": [
"-y",
"ryanthegentry/402index-mcp-server"
]
}
}
}