npm @n747ai/clearedindex-mcp-serverstdioupdated 17d ago
MCP server for ClearedIndex — index before you pay a merchant.
What can you do with Cleared Index?
@n747ai/clearedindex-mcp-server
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.
Default agent sandwich (step 1)
lookup_merchant(origin) # free — Cleared Index
→ ei.fetch_pre_settle_stamp()
→ ei.get_regime_clock(slug)
→ external.spend(...)
→ ei.verify_settlement_bind()
Tools
| 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 |
Install
Smithery
smithery install @n747ai/clearedindex-mcp-server
Manual (stdio)
npx @n747ai/clearedindex-mcp-server
Claude Desktop / Cursor config
{
"mcpServers": {
"clearedindex": {
"command": "npx",
"args": ["-y", "@n747ai/clearedindex-mcp-server"]
}
}
}
Environment
| Variable | Default | Description |
|---|---|---|
CLEARED_API_URL |
https://clearedindex.com |
API base URL |
What is ClearedIndex?
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 featured
License
MIT
Install
Add Cleared Index to your client. Pick the one you use.
claude mcp add clearedindex-mcp-server -- npx -y @n747ai/clearedindex-mcp-servercodex mcp add clearedindex-mcp-server -- npx -y @n747ai/clearedindex-mcp-serveramp mcp add clearedindex-mcp-server -- npx -y @n747ai/clearedindex-mcp-server{
"mcpServers": {
"clearedindex-mcp-server": {
"command": "npx",
"args": [
"-y",
"@n747ai/clearedindex-mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"clearedindex-mcp-server": {
"command": "npx",
"args": [
"-y",
"@n747ai/clearedindex-mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"clearedindex-mcp-server","command":"npx","args":["-y","@n747ai/clearedindex-mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"clearedindex-mcp-server": {
"command": "npx",
"args": [
"-y",
"@n747ai/clearedindex-mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"clearedindex-mcp-server": {
"command": "npx",
"args": [
"-y",
"@n747ai/clearedindex-mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"clearedindex-mcp-server": {
"command": "npx",
"args": [
"-y",
"@n747ai/clearedindex-mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"clearedindex-mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@n747ai/clearedindex-mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"clearedindex-mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@n747ai/clearedindex-mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @n747ai/clearedindex-mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
8 tools
Cleared Index exposes 8 tools to a connected agent.
- 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
Score
65 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 9 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.4.2Latest | Aug 24, 2026 |
| 1.4.1 | Aug 24, 2026 |