Skip to content
Cursor

x402search mcp for Cursor

io.github.x402-index/x402search-mcp

Search 13,000+ x402-enabled APIs from your AI agent. Powered by x402search.xyz

client:Cursor transport:stdio runtime:npm

Install x402search mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "x402search-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "x402search-mcp"
      ],
      "env": {
        "PRIVATE_KEY": "<PRIVATE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

x402search mcp in other clients