find_agent_resource
Search a small curated atlas of agent-useful APIs, self-hosted tools, payment rails, scraping helpers, and automation primitives.
What is find_agent_resource?
find_agent_resource is a paid MCP tool in the Web Intel category on agenttoll.dev. It costs $0.01 per call, settled in USDC on Base via the x402 payment protocol. No API keys, no accounts — your agent discovers it via /.well-known/agent.json, calls it, pays the $0.01 fee, and receives structured JSON.
Input parameters
{
"query": "string",
"category": "optional string"
}
Example usage
{
"query": "open source CRM",
"category": "sales"
}
How to call find_agent_resource
Connect any MCP-compatible client (Claude Desktop, Cursor, custom agent) to the agenttoll.dev MCP endpoint:
https://agenttoll.dev/mcp
Or call the HTTP endpoint directly with an x402-capable fetch client.
Pricing & payment
FAQ
How much does find_agent_resource cost?
$0.01 per call in USDC on Base. No subscriptions or minimums.
Do I need an API key?
No. Payment is handled by the x402 protocol. Your agent wallet sends USDC on Base, the server verifies the transfer, and returns the data.
Which AI models work with find_agent_resource?
Any model that supports MCP — Claude, GPT-4, Gemini, or local models via an MCP client. The tool returns structured JSON that any model can parse.
How do I verify my payment?
After settlement, check /receipt/<tx> for on-chain verification via Basescan. Every payment is a real USDC transfer to 0x62a0D3d9…
