4
402 Index
Search 15,000+ paid API endpoints across L402, x402, and MPP protocols with real-time health monitoring.
Share:
About
Search 15,000+ paid API endpoints across L402, x402, and MPP protocols with real-time health monitoring.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about 402 Index.
- What is the 402 Index MCP server?
- The 402 Index MCP server enables searching over 15,000 paid API endpoints. It supports L402, X402, and MPP protocols, offering real-time health monitoring for these services.
- How can I integrate 402 Index with an MCP client?
- Integration details with specific MCP clients like Claude Desktop, Cursor, or Cline depend on each client's configuration process. Generally, you would add the server's transport and credentials, if any, within the client application.
- Does the 402 Index MCP server require authentication?
- No, the 402 Index MCP server, as described, does not require an API key, OAuth, or other authentication credentials for its operation. Access is typically unrestricted.
- What capabilities does the 402 Index MCP server provide?
- The server's primary capability is to search and monitor a vast catalog of paid API endpoints. It provides real-time health status for endpoints operating under L402, X402, and MPP protocols.
- What is a potential limitation when using the 402 Index MCP server?
- A potential limitation is that while it monitors API health, it does not directly manage subscriptions or payments for the paid APIs it indexes. Users must manage those externally.
Install 402 Index
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"402-index": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-402-index"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"402-index": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-402-index"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"402-index": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-402-index"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.