Cleared Check before pay: lookup_merchant, cleared_check, route_gateway for x402 agents.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @n747ai/clearedindex-mcp-server
MCP client config
{
"mcpServers": {
"cleared-index": {
"command": "npx",
"args": [
"-y",
"@n747ai/clearedindex-mcp-server"
]
}
}
}