Cleared Check before pay: lookup_merchant, cleared_check, route_gateway for x402 agents.
MCP server for ClearedIndex — index before you pay a merchant.
Related MCP: x402 Endpoint Trust & Reputation (gold-402) — Cleared Index is listed on that shelf; set the same link under Glama admin → Related servers when pairing complementary trust MCPs.
lookup_merchant(origin) # free — Cleared Index
→ ei.fetch_pre_settle_stamp()
→ ei.get_regime_clock(slug)
→ external.spend(...)
→ ei.verify_settlement_bind()
| Tool | Description |
|---|---|
lookup_merchant | DEFAULT before pay — origin/slug → tier, score, profile |
get_cleared_status | Same payload as lookup (status alias) |
route_gateway | Category router — best verified endpoint + cost |
check_domain_status | Legacy alias of get_cleared_status |
get_trust_score | Detailed trust score breakdown |
list_cleared_services | List verified services by category/tier |
submit_for_review | Submit a new service for verification |
get_badge | Embeddable trust badge URL |
smithery install @n747ai/clearedindex-mcp-server
npx @n747ai/clearedindex-mcp-server
{
"mcpServers": {
"clearedindex": {
"command": "npx",
"args": ["-y", "@n747ai/clearedindex-mcp-server"]
}
}
}
| Variable | Default | Description |
|---|---|---|
CLEARED_API_URL | https://clearedindex.com | API base URL |
ClearedIndex is the merchant graph for x402 — agents look up merchants before they pay; operators claim and attest for preferred Gateway routing.
Tiers:
listed — indexed, not yet verifiedcleared — passed trust checks (score >= 70)spotlight — cleared + editorially featuredMIT
Source-derived launch command. Check the maintainer’s required arguments and credentials before running:
npx -y @n747ai/clearedindex-mcp-serverMerge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.
{
"mcpServers": {
"com-clearedindex-mcp": {
"command": "npx",
"args": [
"-y",
"@n747ai/clearedindex-mcp-server"
]
}
}
}Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.
Claude Desktop setup reference@n747ai/clearedindex-mcp-servernpmCleared Index works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.