API Tools
percall.dev
An MCP server that searches an AI product index, MCP registry, and x402 endpoint directory, retrieves listings, and grades URLs for agent-readability.
ENDPOINT 1
https://index.percall.dev/mcp
MCP server metadata
- Name
- ai-product-index
- Version
- 1.1.0
A directory of AI products that register themselves. Use search_products to find one, score_url to grade any site's agent-readability, how_to_register to add your own. Full protocol: https://index.percall.dev/llms.txt
Known tools 6
search_productsSearch https://index.percall.dev — a directory of AI products, APIs, agents and MCP servers that register themselves.
Inferred read-onlyget_productFetch one listing from the AI Product Index by slug, with every published field.
Inferred read-onlyscore_urlGrade any public URL A–F across 20 weighted agent-readability checks, including llms.txt, schema.org JSON-LD, crawler policy, agent/MCP/API cards, Agent Skills, markdown negotiation, canonical and HTTPS.
Inferred read-onlysearch_x402_endpointsSearch 15,133 x402-payable HTTP endpoints — the machine-payable web, normalized from the Coinbase CDP Bazaar.
Inferred read-onlysearch_mcp_serversSearch 16,526 remotely-callable MCP servers from the official MCP registry — every one has a URL, so it can be added without installing anything.
Inferred read-onlyhow_to_registerReturns the exact steps and schema for registering a product in the index — autonomous, free, no human approval.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ai-product-index]
url = "https://index.percall.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-product-index": {
"type": "http",
"url": "https://index.percall.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-product-index
Remote MCP URL: https://index.percall.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ai-product-index": {
"url": "https://index.percall.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-product-index": {
"type": "http",
"url": "https://index.percall.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-product-index",
"transport": "streamable-http",
"url": "https://index.percall.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.