Discovery hub
These are the public entrypoints agents and humans can use to inspect agenttoll.dev before paying for a call. The JSON and text routes are crawler-friendly. The tool pages stay readable for people.
MCP manifest
Machine-readable MCP entrypoint, auth modes, payments, and tool roster.
/.well-known/mcp.json
System info
Network, seller wallet, asset contract, categories, and discovery URLs.
/api/system/info
llms-full.txt
Long-form agent context with every tool, price, quote URL, and endpoint.
/llms-full.txt
Quote API
Free price lookup before an agent attempts a paid call.
/api/quote?tool=trending_markets
OpenAPI
OpenAPI 3.1 spec for public metadata and paid HTTP routes.
/openapi.json
x402 resources
x402 discovery surface used by paid-resource crawlers.
/.well-known/x402
agent.json
Agent-facing manifest with MCP URL, payment data, and tool list.
/.well-known/agent.json
Tools
Human-readable catalog with pages for each paid tool.
/tools
Quote a tool
Use the free quote endpoint to check price, network, asset, seller wallet, and endpoints before a paid x402 call.
curl https://agenttoll.dev/api/quote?tool=trending_markets