Search the Agentic Web
search_agentsSearch for websites, APIs, and services that AI agents can actually use. Results are ranked by agentic readiness score (0-100) based on llms.txt, OpenAPI specs, ai-plugin.json, structured APIs, and MCP server availability. Use this to discover payment APIs, job boards, data sources, or any web service your agent needs to call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10, max 20) | |
| query | No | Keyword query (e.g. 'payment API', 'weather data', 'job board') | |
| has_api | No | Only return sites with a documented structured API | |
| has_mcp | No | Only return sites that expose an MCP server | |
| category | No | Filter by public category (ai-tools, developer, data, finance, ecommerce, jobs, security, health, education, communication, productivity, news). Audit-only buckets may appear in /api/v1/categories as other or spam, but are not promoted as discovery inventory. | |
| min_score | No | Minimum agentic readiness score 0-100 (higher = more agent-ready) | |
| has_openapi | No | Only return sites with a published OpenAPI / Swagger spec | |
| has_llms_txt | No | Only return sites that publish an llms.txt file (LLM-first site summary) |