{"category":{"id":"web-search","name":"Web search","description":"Search engines and answer APIs that return fresh web results, snippets or full page content in agent-friendly formats."},"entries":[ {"id":"brave-search-api","name":"Brave Search API","homepage":"https://brave.com/search/api/","docs":"https://api-dashboard.search.brave.com/app/documentation/web-search/get-started","auth":"api_key","auth_hint":"X-Subscription-Token: ","mcp":{"type":"official","url":"https://github.com/brave/brave-search-mcp-server","maintainer":"vendor","repo":"https://github.com/brave/brave-search-mcp-server","tools":["brave_web_search","brave_local_search","brave_video_search","brave_image_search","brave_news_search","brave_summarizer","brave_place_search","brave_llm_context"],"covers_full_api":true,"source_url":"https://github.com/brave/brave-search-mcp-server","checked_at":"2026-09-24","domain_verified":null,"kind":"official","config":{"transport":"stdio","command":"npx","args":["-y","@brave/brave-search-mcp-server"],"env":["BRAVE_API_KEY"],"docs_only":false,"source_url":"https://github.com/brave/brave-search-mcp-server","checked_at":"2026-09-24"}},"free_tier":"$5 free monthly credits (~1,000 queries on Search plan); credit card required at signup as anti-fraud measure","sdk":[],"openapi":null,"llms_txt":"https://api-dashboard.search.brave.com/llms.txt","desc_en":"Lets an agent query Brave's independent web/image/video/news search index and get cited, LLM-ready results.","notes":"Official MCP server (@brave/brave-search-mcp-server) is self-hosted only (npx/Docker); STDIO is the default transport since v2.x, HTTP optional; no vendor-hosted endpoint. Answers plan is separate ($4/1,000 req + token costs).","verified":"2026-09-24","free_plan":{"kind":"free_tier","requires_card":true,"quota":"$5 in credits (~1,000 Search requests at $5/1,000)","period":"month","source_url":"https://brave.com/search/api/","checked_at":"2026-09-24"},"auth_scheme":{"type":"apiKey","in":"header","name":"X-Subscription-Token","format":"X-Subscription-Token: ","source_url":"https://api-dashboard.search.brave.com/app/documentation/web-search/get-started","checked_at":"2026-09-24"},"base_url":"https://api.search.brave.com/res/v1","rate_limits":{"summary":"Search plan 50 queries/sec; Answers plan 2 queries/sec","source_url":"https://brave.com/search/api/","checked_at":"2026-09-24"},"async_jobs":{"value":false,"how":"synchronous GET requests return results directly","source_url":"https://api-dashboard.search.brave.com/app/documentation/web-search/get-started"},"data_policy":{"summary":"Zero Data Retention offered only on the Enterprise plan; storage rights require special plans","source_url":"https://brave.com/search/api/","checked_at":"2026-09-24"},"operations":["web-search","news-search","image-search","places-search","answer-engine"],"no_auth":false,"call":{"operation":"run a web search","method":"GET","url":"https://api.search.brave.com/res/v1/web/search?q={query}","example":"curl \"https://api.search.brave.com/res/v1/web/search?q=machine+learning+tutorials\" -H \"X-Subscription-Token: $BRAVE_API_KEY\"","response_fields":["web.results[].title","web.results[].url","web.results[].description","query.more_results_available"],"async":null,"source_url":"https://api-dashboard.search.brave.com/app/documentation/web-search/get-started","checked_at":"2026-09-24"},"unit_price":{"summary":"Search plan: $5 per 1,000 requests ($0.005 per query); $5 free monthly credits","source_url":"https://brave.com/search/api/","checked_at":"2026-09-24"},"has_free_tier":true,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"ok","llms_txt":"ok"},"ratings":[{"source":"github","repo":"brave/brave-search-mcp-server","stars":1467,"forks":208,"pushed_at":"2026-09-23","archived":false,"url":"https://github.com/brave/brave-search-mcp-server","fetched_at":"2026-09-24T16:54Z"},{"source":"smithery","uses":119026,"url":"https://smithery.ai/servers/brave","fetched_at":"2026-09-24T16:54Z"},{"source":"sourceforge","rating":4.5,"reviews":2,"url":"https://sourceforge.net/software/product/Brave-Search/","fetched_at":"2026-09-24T16:54Z"}],"uptime":{"window_days":30,"api":{"url":"https://api.search.brave.com/res/v1","probes":1,"up":1,"median_ms":537,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":422}}},"reviews_url":"https://raw.githubusercontent.com/eater2/ai_agents_api_library/main/catalog/reviews/brave-search-api.json"}, {"id":"exa","name":"Exa","homepage":"https://exa.ai","docs":"https://exa.ai/docs/search/quickstart","auth":"api_key","auth_hint":"Authorization: Bearer (or x-api-key header)","mcp":{"type":"official","url":"https://mcp.exa.ai/mcp","maintainer":"vendor","remote_url":"https://mcp.exa.ai/mcp","repo":"https://github.com/exa-labs/exa-mcp-server","tools":["web_search_exa","web_fetch_exa","web_search_advanced_exa","agent_run"],"covers_full_api":false,"source_url":"https://exa.ai/docs/reference/exa-mcp","checked_at":"2026-09-24","domain_verified":false,"kind":"official","config":{"transport":"streamable-http","url":"https://mcp.exa.ai/mcp","headers":{"x-api-key":"$EXA_API_KEY"},"oauth":true,"env":[],"docs_only":false,"source_url":"https://exa.ai/docs/reference/exa-mcp","checked_at":"2026-09-24"}},"free_tier":"free tier: $10 free credits/month (~1,400 searches), no payment method required","sdk":["python","typescript"],"openapi":"https://exa.ai/docs/exa-spec.yaml","llms_txt":"https://exa.ai/docs/llms.txt","desc_en":"Lets an agent run neural or keyword web search, retrieve page contents, and find similar links via Exa's API.","notes":"Remote MCP works keyless (rate-limited); for your own plan send x-api-key or sign in via OAuth at https://mcp.exa.ai/mcp?login (agent_run requires auth). Self-hosted npm package (exa-mcp-server) also available.","verified":"2026-09-24","free_plan":{"kind":"free_tier","requires_card":false,"quota":"$10 in credits (~1,400 searches), balance resets to $10 on the 1st of each month","period":"month","source_url":"https://exa.ai/pricing","checked_at":"2026-09-24"},"auth_scheme":{"type":"apiKey","in":"header","name":"x-api-key","format":"x-api-key: (or Authorization: Bearer )","source_url":"https://exa.ai/docs/reference/search","checked_at":"2026-09-24"},"base_url":"https://api.exa.ai","rate_limits":{"summary":"/search, /answer 10 QPS; deep search 5 QPS; /contents 100 QPS; /websets 20 QPS; agent runs 5 QPS and 50 active runs","source_url":"https://exa.ai/docs/reference/rate-limits","checked_at":"2026-09-24"},"data_policy":{"summary":"Zero Data Retention available as an Enterprise (custom plan) feature","source_url":"https://exa.ai/pricing","checked_at":"2026-09-24"},"operations":["web-search","web-scraping"],"no_auth":false,"call":{"operation":"search the web","method":"POST","url":"https://api.exa.ai/search","example":"curl -X POST https://api.exa.ai/search -H \"x-api-key: $EXA_API_KEY\" -H \"Content-Type: application/json\" -d '{\"query\":\"Latest developments in LLM capabilities\",\"numResults\":10}'","response_fields":["requestId","results[].title","results[].url","results[].id","costDollars.total"],"async":null,"source_url":"https://exa.ai/docs/reference/search","checked_at":"2026-09-24"},"unit_price":{"summary":"Search: $7 per 1,000 requests (up to 10 results; $0.007 per search), +$1 per 1,000 extra results; deep search $12-$15 per 1,000; contents $1 per 1,000 pages per content type","source_url":"https://exa.ai/pricing","checked_at":"2026-09-24"},"has_free_tier":true,"has_trial":false,"no_card":true,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"reachable","openapi":"ok","llms_txt":"ok"},"ratings":[{"source":"sourceforge","rating":5.0,"reviews":1,"url":"https://sourceforge.net/software/product/Exa/","fetched_at":"2026-09-24T16:54Z"}],"uptime":{"window_days":30,"api":{"url":"https://api.exa.ai","probes":1,"up":1,"median_ms":575,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":404}},"mcp_remote":{"url":"https://mcp.exa.ai/mcp","probes":1,"up":1,"median_ms":607,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":200}}},"reviews_url":"https://raw.githubusercontent.com/eater2/ai_agents_api_library/main/catalog/reviews/exa.json"}, {"id":"jina-ai-search-reader","name":"Jina AI Search / Reader","homepage":"https://jina.ai","docs":"https://docs.jina.ai","auth":"api_key","auth_hint":"Authorization: Bearer (works without a key too, but at a lower rate limit)","mcp":{"type":"official","url":"https://mcp.jina.ai/v1","maintainer":"vendor","remote_url":"https://mcp.jina.ai/v1","repo":"https://github.com/jina-ai/MCP","tools":["primer","read_url","capture_screenshot_url","guess_datetime_url","search_web","search_arxiv","search_ssrn","search_images","search_jina_blog","sort_by_relevance","deduplicate_strings","extract_pdf"],"covers_full_api":true,"source_url":"https://github.com/jina-ai/MCP","checked_at":"2026-09-24","domain_verified":true,"kind":"vendor-hosted","config":{"transport":"streamable-http","url":"https://mcp.jina.ai/v1","headers":{"Authorization":"Bearer $JINA_API_KEY"},"oauth":false,"env":["JINA_API_KEY"],"source_url":"https://github.com/jina-ai/MCP","docs_only":false,"checked_at":"2026-09-24"}},"free_tier":"No key needed for Reader only: 20 RPM (Search is blocked without a key); free API key gives Reader 500 RPM / Search 100 RPM plus 10M free tokens one-time on signup","sdk":[],"openapi":"https://api.jina.ai/openapi.json","llms_txt":"https://jina.ai/models/llms.txt","desc_en":"Search the web or convert any URL into clean LLM-ready markdown via simple HTTP GET requests.","notes":"Reader is usable without an API key at a low rate limit; Search needs a key. Interactive docs/playground at https://api.jina.ai/scalar. Official remote MCP server at https://mcp.jina.ai/v1 (github.com/jina-ai/MCP).","verified":"2026-09-24","free_plan":{"kind":"free_tier","quota":"10M free tokens per new API key; Reader also usable without key at 20 RPM","period":"one_time","source_url":"https://jina.ai/reader/","checked_at":"2026-09-24"},"auth_scheme":{"type":"http","scheme":"bearer","format":"Authorization: Bearer ","source_url":"https://github.com/jina-ai/MCP","checked_at":"2026-09-24"},"base_url":"https://r.jina.ai","rate_limits":{"summary":"No key: Reader 20 RPM, Search blocked; free/paid key: Reader 500 RPM, Search 100 RPM; premium: 5,000/1,000 RPM","source_url":"https://jina.ai/reader/","checked_at":"2026-09-24"},"data_policy":{"summary":"API requests, inputs and outputs never used for training; Reader caches content 5 minutes (X-No-Cache to bypass)","source_url":"https://jina.ai/reader/","checked_at":"2026-09-24"},"operations":["web-search","web-scraping","image-search","academic-search","screenshot"],"no_auth":false,"call":{"operation":"convert a URL to LLM-ready markdown (Reader)","method":"GET","url":"https://r.jina.ai/{url}","example":"curl https://r.jina.ai/https://example.com -H \"Accept: application/json\" -H \"Authorization: Bearer $JINA_API_KEY\"","response_fields":["data.title","data.url","data.content","code"],"async":null,"source_url":"https://github.com/jina-ai/reader#using-rjinaai-for-single-url-fetching","checked_at":"2026-09-24"},"unit_price":{"summary":"Tokens shared across Jina APIs: $50 per 1B tokens ($0.05 per 1M); Reader bills the output tokens of each page, Search costs a fixed 10,000+ tokens per request","source_url":"https://jina.ai/api-dashboard/pricing","checked_at":"2026-09-24"},"has_free_tier":true,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","openapi":"ok","llms_txt":"ok"},"uptime":{"window_days":30,"api":{"url":"https://r.jina.ai","probes":1,"up":1,"median_ms":548,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":200}},"mcp_remote":{"url":"https://mcp.jina.ai/v1","probes":1,"up":1,"median_ms":552,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":200}}}}, {"id":"kagi-search-api","name":"Kagi Search API","homepage":"https://kagi.com","docs":"https://help.kagi.com/kagi/api/overview.html","auth":"api_key","auth_hint":"Authorization: Bearer (v1 API; legacy v0 used 'Bot ')","mcp":{"type":"official","url":"https://github.com/kagisearch/kagimcp","maintainer":"vendor","remote_url":"https://mcp.kagi.com/mcp","repo":"https://github.com/kagisearch/kagimcp","tools":["kagi_search_fetch","kagi_extract"],"covers_full_api":false,"source_url":"https://github.com/kagisearch/kagimcp","checked_at":"2026-09-24","domain_verified":true,"kind":"vendor-hosted","config":{"transport":"streamable-http","url":"https://mcp.kagi.com/mcp","headers":{"Authorization":"Bearer $KAGI_API_KEY"},"oauth":false,"docs_only":false,"source_url":"https://github.com/kagisearch/kagimcp","checked_at":"2026-09-24"}},"free_tier":"no free tier: pay-per-use, $12 per 1,000 search requests, invoiced monthly or at $100 usage, whichever first","sdk":["python","typescript","go","rust"],"openapi":null,"llms_txt":null,"desc_en":"Run programmatic, ad-free premium web/news/image/video searches and extract page markdown via a paid REST API.","notes":"Requires a funded/billed Kagi account; on Family/Team plans only the account owner can access the API portal. Official hosted MCP endpoint also available at https://mcp.kagi.com/mcp using just an API key.","verified":"2026-09-24","free_plan":{"kind":"none","source_url":"https://kagi.com/api/pricing","checked_at":"2026-09-24"},"auth_scheme":{"type":"http","scheme":"bearer","format":"Authorization: Bearer ","source_url":"https://kagi.com/api/docs","checked_at":"2026-09-24"},"base_url":"https://kagi.com/api/v1","operations":["web-search","news-search","image-search","web-scraping"],"no_auth":false,"has_free_tier":false,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"ok"},"ratings":[{"source":"github","repo":"kagisearch/kagimcp","stars":528,"forks":48,"pushed_at":"2026-07-07","archived":false,"url":"https://github.com/kagisearch/kagimcp","fetched_at":"2026-09-24T16:54Z"}],"uptime":{"window_days":30,"api":{"url":"https://kagi.com/api/v1","probes":1,"up":1,"median_ms":1328,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":200}},"mcp_remote":{"url":"https://mcp.kagi.com/mcp","probes":1,"up":1,"median_ms":508,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":401}}}}, {"id":"linkup","name":"Linkup","homepage":"https://www.linkup.so","docs":"https://docs.linkup.so/pages/documentation/endpoints/search/reference","auth":"api_key","auth_hint":"Authorization: Bearer ","mcp":{"type":"official","url":"https://mcp.linkup.so/mcp","maintainer":"vendor","remote_url":"https://mcp.linkup.so/mcp","tools":["linkup-search","linkup-research","linkup-get-research","linkup-fetch"],"covers_full_api":true,"source_url":"https://docs.linkup.so/pages/integrations/mcp/mcp","checked_at":"2026-09-24","domain_verified":true,"kind":"vendor-hosted","config":{"transport":"streamable-http","url":"https://mcp.linkup.so/mcp","headers":{"Authorization":"Bearer $LINKUP_API_KEY"},"oauth":false,"docs_only":false,"source_url":"https://docs.linkup.so/pages/integrations/mcp/mcp","checked_at":"2026-09-24"}},"free_tier":"$20 free credits/month for new accounts signing up with a professional email","sdk":["python","typescript"],"openapi":null,"llms_txt":"https://docs.linkup.so/llms.txt","desc_en":"Lets an agent search, fetch pages, or run deep multi-source research via Linkup's Search/Fetch/Research API endpoints.","notes":"Also supports the x402 protocol: pay-per-request in USDC on Base with no account required; Extract endpoint is in closed beta; MCP endpoint also supports ?apiKey= query param auth.","verified":"2026-09-24","free_plan":{"kind":"free_tier","quota":"$20 credits, topped back up to $20 each month (professional-email signups)","period":"month","source_url":"https://docs.linkup.so/pages/documentation/development/pricing","checked_at":"2026-09-24"},"auth_scheme":{"type":"http","scheme":"bearer","format":"Authorization: Bearer ","source_url":"https://docs.linkup.so/pages/documentation/endpoints/search/reference","checked_at":"2026-09-24"},"base_url":"https://api.linkup.so/v1","async_jobs":{"value":true,"how":"research tasks are started then polled for status/results (MCP tools linkup-research + linkup-get-research)","source_url":"https://docs.linkup.so/pages/integrations/mcp/mcp"},"operations":["answer-engine","web-search","web-scraping"],"no_auth":false,"call":{"operation":"web search with a sourced answer","method":"POST","url":"https://api.linkup.so/v1/search","example":"curl -X POST https://api.linkup.so/v1/search -H \"Authorization: Bearer $LINKUP_API_KEY\" -H \"Content-Type: application/json\" -d '{\"q\":\"What is Microsoft 2024 revenue?\",\"depth\":\"standard\",\"outputType\":\"sourcedAnswer\"}'","response_fields":["answer","sources[].name","sources[].url","sources[].snippet"],"async":null,"source_url":"https://docs.linkup.so/pages/documentation/endpoints/search/reference","checked_at":"2026-09-24"},"unit_price":{"summary":"Search: $0.005 per call (flash/fast/standard, searchResults), $0.006 with sourcedAnswer/structured; deep $0.05-$0.055","source_url":"https://docs.linkup.so/pages/documentation/platform/pricing.md","checked_at":"2026-09-24"},"has_free_tier":true,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"reachable","llms_txt":"ok"},"ratings":[{"source":"smithery","uses":213,"url":"https://smithery.ai/servers/LinkupPlatform/linkup-mcp-server","fetched_at":"2026-09-24T16:54Z"}],"uptime":{"window_days":30,"api":{"url":"https://api.linkup.so/v1","probes":1,"up":1,"median_ms":904,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":404}},"mcp_remote":{"url":"https://mcp.linkup.so/mcp","probes":1,"up":1,"median_ms":564,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":200}}}}, {"id":"mojeek-search-api","name":"Mojeek Search API","homepage":"https://www.mojeek.com/services/search/web-search-api/","docs":"https://www.mojeek.com/support/api/search/","auth":"api_key","auth_hint":"api_key query parameter (https://api.mojeek.com/search?q=...&api_key=)","mcp":{"type":"none","url":null,"domain_verified":null,"kind":"none","config":null},"free_tier":"limited-query free trial available on request; paid plans from £2 CPM (Startup, 5 req/s, 100k/day cap)","sdk":[],"openapi":null,"llms_txt":null,"desc_en":"Query Mojeek's independent web index for titles, URLs and snippets in JSON or XML, with country/language boosting.","notes":"Sign-up is not instant self-serve, requires contacting Mojeek via their contact form to get a key/plan (Startup/Business/Enterprise). Independent (non-Google/Bing-derived) index.","verified":"2026-09-24","free_plan":{"kind":"trial","quota":"limited free trial on request (contact Mojeek)","period":"one_time","source_url":"https://www.mojeek.com/services/search/web-search-api/","checked_at":"2026-09-24"},"auth_scheme":{"type":"apiKey","in":"query","name":"api_key","format":"GET https://api.mojeek.com/search?q=...&api_key=&fmt=json","source_url":"https://www.mojeek.com/support/api/search/quickstart.html","checked_at":"2026-09-24"},"base_url":"https://api.mojeek.com","rate_limits":{"summary":"Startup: 5 queries/sec, 100,000/day; Business: 10 queries/sec, 400,000/day; Enterprise unlimited","source_url":"https://www.mojeek.com/services/search/web-search-api/","checked_at":"2026-09-24"},"async_jobs":{"value":false,"how":"synchronous GET returns JSON/XML results","source_url":"https://www.mojeek.com/support/api/search/quickstart.html"},"data_policy":{"summary":"All plans include storage rights and AI usage permissions; results may be re-ranked and combined with other engines","source_url":"https://www.mojeek.com/services/search/web-search-api/","checked_at":"2026-09-24"},"operations":["web-search"],"no_auth":false,"call":{"operation":"search the web","method":"GET","url":"https://api.mojeek.com/search?q={query}&api_key={API_KEY}&fmt=json","example":"curl \"https://api.mojeek.com/search?q=mojeek&api_key=$MOJEEK_API_KEY&lb=EN&rb=GB&fmt=json\"","response_fields":["response.status","response.results[].title","response.results[].url","response.results[].desc"],"async":null,"source_url":"https://www.mojeek.com/support/api/search/quickstart.html","checked_at":"2026-09-24"},"unit_price":{"summary":"Startup plan GBP 2 per 1,000 queries (GBP 0.002/query); Business GBP 3 per 1,000; excl. VAT","source_url":"https://www.mojeek.com/services/search/web-search-api/","checked_at":"2026-09-24"},"has_free_tier":false,"has_trial":true,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok"},"uptime":{"window_days":30,"api":{"url":"https://api.mojeek.com","probes":1,"up":1,"median_ms":849,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":404}}}}, {"id":"parallel-web-systems-search-api","name":"Parallel Web Systems Search API","homepage":"https://parallel.ai","docs":"https://docs.parallel.ai","auth":"api_key","auth_hint":"x-api-key: ","mcp":{"type":"official","url":"https://search.parallel.ai/mcp","maintainer":"vendor","remote_url":"https://search.parallel.ai/mcp","tools":["web_search","web_fetch"],"covers_full_api":false,"source_url":"https://docs.parallel.ai/integrations/mcp/search-mcp","checked_at":"2026-09-24","domain_verified":true,"kind":"vendor-hosted","config":{"transport":"streamable-http","url":"https://search.parallel.ai/mcp","headers":{"Authorization":"Bearer $PARALLEL_API_KEY"},"oauth":false,"docs_only":false,"source_url":"https://docs.parallel.ai/integrations/mcp/search-mcp","checked_at":"2026-09-24"}},"free_tier":"free: 5,000 requests/month across APIs, plus up to $80 signup credit and $5/month free credits","sdk":["python","typescript"],"openapi":"https://docs.parallel.ai/public-openapi.json","llms_txt":"https://docs.parallel.ai/llms.txt","desc_en":"Lets an agent run Parallel's low-latency Search API for web research, content extraction, and entity discovery.","notes":"The remote MCP server works without an account/API key at lower rate limits; an Authorization: Bearer key raises them. The main REST API requires an API key from the dashboard. Search defaults to mode advanced ($5 per 1,000 requests); set mode fast for $1 per 1,000","verified":"2026-09-24","free_plan":{"kind":"free_tier","quota":"up to 5,000 requests/month, plus up to $80 signup and $5/month credits","period":"month","source_url":"https://parallel.ai/pricing","checked_at":"2026-09-24"},"auth_scheme":{"type":"apiKey","in":"header","name":"x-api-key","format":"x-api-key: ","source_url":"https://docs.parallel.ai/search/search-quickstart","checked_at":"2026-09-24"},"base_url":"https://api.parallel.ai/v1","rate_limits":{"summary":"Varies by API: Task 2,000/min, Search 600/min, Find All 25/hr","source_url":"https://parallel.ai/pricing","checked_at":"2026-09-24"},"data_policy":{"summary":"Zero data retention offered on Enterprise plans","source_url":"https://parallel.ai/pricing","checked_at":"2026-09-24"},"operations":["web-search","web-scraping"],"no_auth":false,"call":{"operation":"run a web search","method":"POST","url":"https://api.parallel.ai/v1/search","example":"curl https://api.parallel.ai/v1/search -H \"Content-Type: application/json\" -H \"x-api-key: $PARALLEL_API_KEY\" -d '{\"objective\": \"Find latest news about Parallel Web Systems\", \"search_queries\": [\"Parallel Web Systems announcements\"], \"mode\": \"fast\"}'","response_fields":["search_id","results[].url","results[].title","results[].excerpts","usage"],"async":null,"source_url":"https://docs.parallel.ai/search/search-quickstart","checked_at":"2026-09-24"},"unit_price":{"summary":"Search: $1 per 1,000 requests (turbo/fast modes) or $5 per 1,000 (basic/advanced; advanced is the default); +$1 per 1,000 additional results beyond 10","source_url":"https://docs.parallel.ai/search/modes","checked_at":"2026-09-24"},"has_free_tier":true,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"reachable","openapi":"ok","llms_txt":"ok"},"uptime":{"window_days":30,"api":{"url":"https://api.parallel.ai/v1","probes":1,"up":1,"median_ms":621,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":401}},"mcp_remote":{"url":"https://search.parallel.ai/mcp","probes":1,"up":1,"median_ms":605,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":200}}}}, {"id":"perplexity-sonar-search-api","name":"Perplexity Sonar / Search API","homepage":"https://docs.perplexity.ai","docs":"https://docs.perplexity.ai/api-reference/search-post","auth":"api_key+oauth2","auth_hint":"Authorization: Bearer (remote MCP also supports OAuth sign-in)","mcp":{"type":"official","url":"https://api.perplexity.ai/mcp","maintainer":"vendor","remote_url":"https://api.perplexity.ai/mcp","tools":["perplexity_search","perplexity_ask","perplexity_research","perplexity_reason"],"covers_full_api":false,"source_url":"https://docs.perplexity.ai/guides/mcp-server","checked_at":"2026-09-24","domain_verified":true,"kind":"vendor-hosted","config":{"transport":"streamable-http","url":"https://api.perplexity.ai/mcp","headers":{"Authorization":"Bearer $PERPLEXITY_API_KEY"},"oauth":true,"docs_only":false,"source_url":"https://docs.perplexity.ai/guides/mcp-server","checked_at":"2026-09-24"}},"free_tier":"Paid only: no confirmed free tier; pay-as-you-go, Search API billed at $5 per 1,000 requests ($1 per 1,000 for the fast search variant)","sdk":["python","typescript"],"openapi":null,"llms_txt":"https://docs.perplexity.ai/llms.txt","desc_en":"Lets an agent call Perplexity's Search API or MCP tools (search/ask/research/reason) for real-time grounded web answers.","notes":"Sonar Chat Completions endpoint is being migrated to the new Agent API with a migration deadline around 2026-09-27; platform now exposes four APIs: Search, Router, Agent, Embeddings.","verified":"2026-09-24","free_plan":{"kind":"none","source_url":"https://docs.perplexity.ai/getting-started/pricing","checked_at":"2026-09-24"},"auth_scheme":{"type":"http","scheme":"bearer","format":"Authorization: Bearer ","source_url":"https://docs.perplexity.ai/api-reference/search-post","checked_at":"2026-09-24"},"base_url":"https://api.perplexity.ai","operations":["answer-engine","web-search"],"no_auth":false,"call":{"operation":"run a web search","method":"POST","url":"https://api.perplexity.ai/search","example":"curl -X POST https://api.perplexity.ai/search -H \"Authorization: Bearer $PERPLEXITY_API_KEY\" -H \"Content-Type: application/json\" -d '{\"query\":\"latest AI developments\",\"max_results\":3}'","response_fields":["results[].title","results[].url","results[].snippet","results[].date","id"],"async":null,"source_url":"https://docs.perplexity.ai/api-reference/search-post","checked_at":"2026-09-24"},"unit_price":{"summary":"Search API: $5 per 1,000 requests ($0.005 per request); fast search $1 per 1,000","source_url":"https://docs.perplexity.ai/guides/pricing","checked_at":"2026-09-24"},"has_free_tier":false,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"reachable","llms_txt":"ok"},"uptime":{"window_days":30,"api":{"url":"https://api.perplexity.ai","probes":1,"up":1,"median_ms":549,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":404}},"mcp_remote":{"url":"https://api.perplexity.ai/mcp","probes":1,"up":1,"median_ms":522,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":401}}}}, {"id":"searchapi-io","name":"SearchApi.io","homepage":"https://www.searchapi.io","docs":"https://www.searchapi.io/docs/google","auth":"api_key","auth_hint":"api_key= as query param, or Authorization: Bearer ","mcp":{"type":"official","url":"https://www.searchapi.io/mcp","maintainer":"vendor","remote_url":"https://www.searchapi.io/mcp","covers_full_api":true,"source_url":"https://www.searchapi.io/integrations/mcp","checked_at":"2026-09-24","domain_verified":true,"kind":"vendor-hosted","config":{"transport":"streamable-http","url":"https://www.searchapi.io/mcp","headers":{"X-MCP-Token":"$SEARCHAPI_MCP_TOKEN"},"oauth":true,"env":[],"docs_only":false,"source_url":"https://www.searchapi.io/integrations/mcp","checked_at":"2026-09-24"}},"free_tier":"Trial: 100 free requests one-time on signup, no credit card required; then Developer plan $40/mo for 10,000 searches","sdk":[],"openapi":"https://www.searchapi.io/openapi/google.yaml","llms_txt":null,"desc_en":"Fetch structured JSON results from Google, Bing, YouTube, Amazon, TikTok and 50+ other search engines via one REST API.","notes":"Separate OpenAPI spec per engine (e.g. /openapi/google.yaml); official hosted MCP server at https://www.searchapi.io/mcp (OAuth, or X-MCP-Token header for clients without OAuth).","verified":"2026-09-24","free_plan":{"kind":"trial","requires_card":false,"quota":"100 free requests on signup","period":"one_time","source_url":"https://www.searchapi.io/pricing","checked_at":"2026-09-24"},"auth_scheme":{"type":"apiKey","in":"query","name":"api_key","format":"?api_key= (or Authorization: Bearer )","source_url":"https://www.searchapi.io/docs/google","checked_at":"2026-09-24"},"base_url":"https://www.searchapi.io/api/v1","rate_limits":{"summary":"Up to 20% of the plan's monthly credits can be used per hour","source_url":"https://www.searchapi.io/pricing","checked_at":"2026-09-24"},"async_jobs":{"value":false,"how":"synchronous GET /api/v1/search returns JSON","source_url":"https://www.searchapi.io/docs/google"},"operations":["serp-scraping","web-search"],"no_auth":false,"call":{"operation":"run a Google web search","method":"GET","url":"https://www.searchapi.io/api/v1/search?engine=google&q={query}","example":"curl \"https://www.searchapi.io/api/v1/search?engine=google&q=chatgpt&api_key=$SEARCHAPI_API_KEY\"","response_fields":["organic_results[].title","organic_results[].link","organic_results[].snippet","answer_box","pagination"],"async":null,"source_url":"https://www.searchapi.io/docs/google","checked_at":"2026-09-24"},"unit_price":{"summary":"1 successful search = 1 request; $4 per 1,000 on Developer ($40/mo for 10,000), down to $1 per 1,000 on Octo 5M; failed requests not billed","source_url":"https://www.searchapi.io/pricing","checked_at":"2026-09-24"},"has_free_tier":false,"has_trial":true,"no_card":true,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","openapi":"ok"},"uptime":{"window_days":30,"api":{"url":"https://www.searchapi.io/api/v1","probes":1,"up":1,"median_ms":665,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":404}},"mcp_remote":{"url":"https://www.searchapi.io/mcp","probes":1,"up":1,"median_ms":593,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":401}}}}, {"id":"searxng-self-hosted-json-api","name":"SearXNG (self-hosted JSON API)","homepage":"https://docs.searxng.org","docs":"https://docs.searxng.org/dev/search_api.html","auth":"none","auth_hint":"none by default; self-hosted instance owner controls access (can add auth/proxy in front)","mcp":{"type":"community","url":"https://github.com/ihor-sokoliuk/mcp-searxng","maintainer":"community","repo":"https://github.com/ihor-sokoliuk/mcp-searxng","tools":["searxng_web_search","searxng_search_suggestions","searxng_instance_info","web_url_read"],"covers_full_api":true,"source_url":"https://github.com/ihor-sokoliuk/mcp-searxng","checked_at":"2026-09-24","domain_verified":null,"kind":"community","config":{"transport":"stdio","command":"npx","args":["-y","mcp-searxng"],"env":["SEARXNG_URL"],"docs_only":false,"source_url":"https://github.com/ihor-sokoliuk/mcp-searxng#quick-start","checked_at":"2026-09-24"}},"free_tier":"free, no key (self-hosted; you run and pay for the instance yourself)","sdk":[],"openapi":null,"llms_txt":null,"desc_en":"Query a self-hosted SearXNG metasearch instance's JSON API to aggregate results from many search engines at once.","notes":"Not a vendor with a signup/API key, it's open-source software you self-host (or point at a trusted public instance from searx.space). JSON/CSV/RSS output formats must be explicitly enabled by the instance admin in settings.yml (search.formats); most public instances disable JSON and return 403. Included because it gives agents a genuine no-signup programmatic search interface once deployed.","verified":"2026-09-24","free_plan":{"kind":"no_key","requires_card":false,"source_url":"https://docs.searxng.org/dev/search_api.html","checked_at":"2026-09-24"},"auth_scheme":{"type":"none","format":"GET /search?q=&format=json (no auth)","source_url":"https://docs.searxng.org/dev/search_api.html","checked_at":"2026-09-24"},"async_jobs":{"value":false,"how":"synchronous GET/POST / or /search","source_url":"https://docs.searxng.org/dev/search_api.html"},"operations":["web-search"],"no_auth":true,"call":{"operation":"run a metasearch query (JSON output)","method":"GET","url":"https://{instance}/search?q={query}&format=json","example":"curl \"https://$SEARXNG_HOST/search?q=searxng&format=json\"","async":null,"source_url":"https://docs.searxng.org/dev/search_api.html","checked_at":"2026-09-24"},"has_free_tier":true,"has_trial":false,"no_card":true,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"ok"},"ratings":[{"source":"github","repo":"ihor-sokoliuk/mcp-searxng","stars":1260,"forks":165,"pushed_at":"2026-09-22","archived":false,"url":"https://github.com/ihor-sokoliuk/mcp-searxng","fetched_at":"2026-09-24T16:54Z"}]}, {"id":"serpapi","name":"SerpApi","homepage":"https://serpapi.com","docs":"https://serpapi.com/search-api","auth":"api_key","auth_hint":"api_key query parameter (also usable as header depending on client library)","mcp":{"type":"official","url":"https://mcp.serpapi.com","maintainer":"vendor","remote_url":"https://mcp.serpapi.com/mcp","repo":"https://github.com/serpapi/serpapi-mcp","tools":["search","search_table","search_dashboard"],"covers_full_api":true,"source_url":"https://github.com/serpapi/serpapi-mcp","checked_at":"2026-09-24","domain_verified":true,"kind":"vendor-hosted","config":{"transport":"streamable-http","url":"https://mcp.serpapi.com/mcp","headers":{"Authorization":"Bearer $SERPAPI_API_KEY"},"oauth":false,"docs_only":false,"source_url":"https://github.com/serpapi/serpapi-mcp","checked_at":"2026-09-24"}},"free_tier":"free plan: 250 searches/month, 50 requests/hour throughput","sdk":["python","ruby","javascript","go","php","java","rust","dotnet","swift"],"openapi":null,"llms_txt":"https://serpapi.com/llms.txt","desc_en":"Lets an agent scrape structured JSON results from Google and 20+ other search engines via SerpApi's REST API.","notes":"Cached searches are free and don't count toward the monthly search quota. Hosted MCP accepts Authorization: Bearer or a //mcp path; source at github.com/serpapi/serpapi-mcp.","verified":"2026-09-24","free_plan":{"kind":"free_tier","requires_card":true,"quota":"250 searches","period":"month","source_url":"https://serpapi.com/pricing","checked_at":"2026-09-24"},"auth_scheme":{"type":"apiKey","in":"query","name":"api_key","format":"GET https://serpapi.com/search?engine=google&q=...&api_key=","source_url":"https://serpapi.com/search-api","checked_at":"2026-09-24"},"base_url":"https://serpapi.com","rate_limits":{"summary":"Free plan: 50 searches/hour throughput; cached, errored and failed searches not counted","source_url":"https://serpapi.com/pricing","checked_at":"2026-09-24"},"async_jobs":{"value":true,"how":"optional async=true submits search to retrieve later (via Search Archive); default is synchronous","source_url":"https://serpapi.com/search-api"},"data_policy":{"summary":"ZeroTrace Mode (higher-tier plans): search parameters, queries and results not retained","source_url":"https://serpapi.com/pricing","checked_at":"2026-09-24"},"operations":["serp-scraping","web-search"],"no_auth":false,"call":{"operation":"run a Google search","method":"GET","url":"https://serpapi.com/search?engine=google&q={query}&api_key={API_KEY}","example":"curl -G https://serpapi.com/search --data-urlencode engine=google --data-urlencode q=coffee --data-urlencode api_key=$SERPAPI_API_KEY","response_fields":["search_metadata.status","organic_results[].title","organic_results[].link","organic_results[].snippet"],"async":null,"source_url":"https://serpapi.com/search-api","checked_at":"2026-09-24"},"unit_price":{"summary":"1 search per request; Starter $25/mo for 1,000 searches ($0.025/search), Developer $75/mo for 5,000 ($0.015/search); cached searches free","source_url":"https://serpapi.com/pricing","checked_at":"2026-09-24"},"has_free_tier":true,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"ok","llms_txt":"ok"},"ratings":[{"source":"github","repo":"serpapi/serpapi-mcp","stars":173,"forks":42,"pushed_at":"2026-09-22","archived":false,"url":"https://github.com/serpapi/serpapi-mcp","fetched_at":"2026-09-24T16:54Z"}],"uptime":{"window_days":30,"api":{"url":"https://serpapi.com","probes":1,"up":1,"median_ms":541,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":200}},"mcp_remote":{"url":"https://mcp.serpapi.com/mcp","probes":1,"up":1,"median_ms":477,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":200}}}}, {"id":"serper","name":"Serper","homepage":"https://serper.dev","docs":"https://serper.dev","auth":"api_key","auth_hint":"X-API-KEY header (per widely published examples; could not independently re-confirm via automated fetch, see notes)","mcp":{"type":"community","url":"https://github.com/marcopesani/mcp-server-serper","maintainer":"community","repo":"https://github.com/marcopesani/mcp-server-serper","tools":["google_search","scrape"],"covers_full_api":false,"source_url":"https://github.com/marcopesani/mcp-server-serper","checked_at":"2026-09-24","domain_verified":null,"kind":"community","config":{"transport":"stdio","command":"npx","args":["-y","serper-search-scrape-mcp-server"],"env":["SERPER_API_KEY"],"docs_only":false,"source_url":"https://github.com/marcopesani/mcp-server-serper","checked_at":"2026-09-24"}},"free_tier":"Trial: 2,500 free queries one-time on signup, no credit card required; then prepaid query packages","sdk":[],"openapi":null,"llms_txt":null,"desc_en":"Lets an agent fetch fast, low-cost Google search results (web, images, news, maps, shopping) via Serper's REST API.","notes":"Docs/playground are login-gated. No subscriptions: prepaid credits from $1.00/1k down to $0.30/1k, valid 6 months. No official MCP server found; listed repo is the most-starred community one.","verified":"2026-09-24","free_plan":{"kind":"trial","requires_card":false,"quota":"2,500 free queries","period":"one_time","source_url":"https://serper.dev","checked_at":"2026-09-24"},"auth_scheme":{"type":"apiKey","source_url":"https://serper.dev","checked_at":"2026-09-24"},"operations":["web-search","serp-scraping","image-search","news-search","places-search"],"no_auth":false,"unit_price":{"summary":"1 credit per query; prepaid packs $50 for 50k ($1.00/1k) down to $3,750 for 12.5M ($0.30/1k); credits valid 6 months; 2,500 free queries","source_url":"https://serper.dev","checked_at":"2026-09-24"},"has_free_tier":false,"has_trial":true,"no_card":true,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"ok"},"ratings":[{"source":"github","repo":"marcopesani/mcp-server-serper","stars":169,"forks":25,"pushed_at":"2025-03-13","archived":false,"url":"https://github.com/marcopesani/mcp-server-serper","fetched_at":"2026-09-24T16:54Z"}]}, {"id":"tavily","name":"Tavily","homepage":"https://tavily.com","docs":"https://docs.tavily.com/documentation/api-reference/endpoint/search","auth":"api_key","auth_hint":"Authorization: Bearer tvly-","mcp":{"type":"official","url":"https://mcp.tavily.com/mcp","maintainer":"vendor","remote_url":"https://mcp.tavily.com/mcp","repo":"https://github.com/tavily-ai/tavily-mcp","tools":["tavily-search","tavily-extract","tavily-map","tavily-crawl"],"covers_full_api":false,"source_url":"https://github.com/tavily-ai/tavily-mcp","checked_at":"2026-09-24","domain_verified":true,"kind":"vendor-hosted","config":{"transport":"streamable-http","url":"https://mcp.tavily.com/mcp/","headers":{"Authorization":"Bearer $TAVILY_API_KEY"},"oauth":true,"env":[],"docs_only":false,"source_url":"https://docs.tavily.com/documentation/mcp","checked_at":"2026-09-24"}},"free_tier":"free tier: 1,000 API credits/month, no credit card required","sdk":["python","typescript"],"openapi":null,"llms_txt":"https://docs.tavily.com/llms.txt","desc_en":"Lets an agent call Tavily's search API or MCP server to run web searches and get AI-ready summarized results.","notes":"Advanced search depth costs 2 credits vs 1 for basic/fast; remote MCP: OAuth at https://mcp.tavily.com/mcp or API key via https://mcp.tavily.com/mcp/?tavilyApiKey=; repo: github.com/tavily-ai/tavily-mcp.","verified":"2026-09-24","free_plan":{"kind":"free_tier","requires_card":false,"quota":"1,000 API credits","period":"month","source_url":"https://docs.tavily.com/documentation/api-credits","checked_at":"2026-09-24"},"auth_scheme":{"type":"http","scheme":"bearer","format":"Authorization: Bearer tvly-","source_url":"https://docs.tavily.com/documentation/api-reference/endpoint/search","checked_at":"2026-09-24"},"base_url":"https://api.tavily.com","rate_limits":{"summary":"Dev keys 100 RPM, production keys 1,000 RPM; Crawl 100 RPM; Research task creation 20 RPM","source_url":"https://docs.tavily.com/documentation/rate-limits","checked_at":"2026-09-24"},"operations":["web-search","web-scraping","web-crawling"],"no_auth":false,"call":{"operation":"search the web","method":"POST","url":"https://api.tavily.com/search","example":"curl -X POST https://api.tavily.com/search -H \"Authorization: Bearer $TAVILY_API_KEY\" -H \"Content-Type: application/json\" -d '{\"query\":\"Who is Leo Messi?\"}'","response_fields":["results[].title","results[].url","results[].content","results[].score","answer","usage"],"async":null,"source_url":"https://docs.tavily.com/documentation/api-reference/endpoint/search","checked_at":"2026-09-24"},"unit_price":{"summary":"Search: 1 credit (basic/fast/ultra-fast) or 2 credits (advanced); pay-as-you-go $0.008 per credit","source_url":"https://www.tavily.com/pricing","checked_at":"2026-09-24"},"has_free_tier":true,"has_trial":false,"no_card":true,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"reachable","llms_txt":"ok"},"ratings":[{"source":"smithery","uses":1575,"url":"https://smithery.ai/servers/Tavily","fetched_at":"2026-09-24T16:54Z"}],"uptime":{"window_days":30,"api":{"url":"https://api.tavily.com","probes":1,"up":1,"median_ms":570,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":200}},"mcp_remote":{"url":"https://mcp.tavily.com/mcp/","probes":1,"up":1,"median_ms":619,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":401}}}}, {"id":"you-com-api","name":"You.com API","homepage":"https://you.com/api","docs":"https://you.com/docs/api-reference/search","auth":"api_key","auth_hint":"X-API-Key header (or YDC_API_KEY env var)","mcp":{"type":"official","url":"https://api.you.com/mcp","maintainer":"vendor","remote_url":"https://api.you.com/mcp","repo":"https://github.com/youdotcom-oss/mcp","tools":["you-search","you-contents","you-balance","you-discover","you-research","you-finance"],"covers_full_api":true,"source_url":"https://you.com/docs/build-with-agents/mcp-server","checked_at":"2026-09-24","domain_verified":true,"kind":"vendor-hosted","config":{"transport":"streamable-http","url":"https://api.you.com/mcp","headers":{"Authorization":"Bearer $YDC_API_KEY"},"oauth":true,"docs_only":false,"source_url":"https://you.com/docs/build-with-agents/mcp-server","checked_at":"2026-09-24"}},"free_tier":"Free: 100 queries/day with no API key or sign-up through the MCP free profile (search and discover only); new API-key accounts also get $100 in one-time credit","sdk":["python","typescript"],"openapi":"https://you.com/docs/openapi.json","llms_txt":"https://you.com/docs/llms.txt","desc_en":"Lets an agent call You.com's Search/Answer/Research API or MCP server for LLM-ready web search and grounded answers.","notes":"Current endpoint is POST https://ydc-index.io/v1/search (recommended); legacy GET still works but won't get new features; also offers a separate keyless Docs MCP server at you.com/docs/_mcp/server for searching You.com's own docs.","verified":"2026-09-24","free_plan":{"kind":"no_key","requires_card":false,"quota":"100 queries/day keyless (you-search, you-discover via MCP ?profile=free); plus $100 one-time credit for API-key accounts","period":"day","source_url":"https://you.com/docs/build-with-agents/mcp-server","checked_at":"2026-09-24"},"auth_scheme":{"type":"apiKey","in":"header","name":"X-API-Key","format":"X-API-Key: ","source_url":"https://you.com/docs/api-reference/search","checked_at":"2026-09-24"},"base_url":"https://ydc-index.io/v1","data_policy":{"summary":"Zero Data Retention offered as an enterprise feature","source_url":"https://you.com/pricing","checked_at":"2026-09-24"},"operations":["web-search","answer-engine","web-scraping","stock-market-data"],"no_auth":false,"call":{"operation":"run a web search","method":"POST","url":"https://ydc-index.io/v1/search","example":"curl -X POST https://ydc-index.io/v1/search -H \"X-API-Key: $YDC_API_KEY\" -H \"Content-Type: application/json\" -d '{\"query\":\"latest EU AI Act news\",\"count\":10}'","response_fields":["results.web[].url","results.web[].title","results.web[].snippets","results.news[]","metadata.search_uuid"],"async":null,"source_url":"https://you.com/docs/api-reference/search","checked_at":"2026-09-24"},"unit_price":{"summary":"Web Search API: $5.00 per 1,000 calls ($0.005 per search); Contents $1 per 1,000 pages; Research $12 per 1,000 calls","source_url":"https://you.com/pricing","checked_at":"2026-09-24"},"has_free_tier":true,"has_trial":false,"no_card":true,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"reachable","openapi":"ok","llms_txt":"ok"},"ratings":[{"source":"sourceforge","rating":5.0,"reviews":1,"url":"https://sourceforge.net/software/product/You.com/","fetched_at":"2026-09-24T16:55Z"}],"uptime":{"window_days":30,"api":{"url":"https://ydc-index.io/v1","probes":1,"up":1,"median_ms":579,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":403}},"mcp_remote":{"url":"https://api.you.com/mcp","probes":1,"up":1,"median_ms":592,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":401}}},"reviews_url":"https://raw.githubusercontent.com/eater2/ai_agents_api_library/main/catalog/reviews/you-com-api.json"} ]}