The discovery layer for x402 AI agents
https://api.theagentindex.app
Search for x402 endpoints by keyword, category, or capability.
| Parameter | Type | Description |
|---|---|---|
q | string | Search query (required) |
category | string | Filter: crypto, defi, ai, weather, news, oracle |
maxPrice | number | Max price per call in USD |
limit | number | Results to return (default: 10, max: 50) |
curl "https://api.theagentindex.app/search?q=crypto&limit=5"
Get trending x402 endpoints based on usage.
curl "https://api.theagentindex.app/trending"
API health check.
curl "https://api.theagentindex.app/health"
Get detailed analytics on endpoint usage and trends. Requires x402 payment.
Get AI-powered endpoint recommendations based on your use case.
Use Agent Index directly from Claude, Cursor, or any MCP-compatible client.
npm install -g agent-index-mcp
{
"mcpServers": {
"agent-index": {
"command": "npx",
"args": ["agent-index-mcp"]
}
}
}
Then ask Claude: "Search Agent Index for weather APIs"
Add x402 endpoint search to your site with one script tag.
<div id="agent-index-widget"></div>
<script src="https://api.theagentindex.app/widget.js"></script>
<script>AgentIndex.init({ container: '#agent-index-widget' })</script>
{
"count": 23,
"results": [
{
"id": "abc123",
"url": "https://example.com/api/endpoint",
"domain": "example.com",
"description": "Get crypto price data",
"priceUsd": 0.01,
"category": "crypto-data",
"health": "healthy",
"tier": "A",
"score": 88
}
]
}
Free tier: 100 requests/minute. For higher limits, use our premium x402 endpoints.
Built for the x402 ecosystem. theagentindex.app