mcpserver.lol
registry/anyapi
Connection check verified live · 27h ago

anyapi

Hundreds of scraping & data APIs through one key. USD pay-per-request, normalized schemas, failover.

Tools 10
GitHub stars 1
Installs / wk
Licence Apache-2.0
Transport streamable-http
Last checked 27h ago

Tools & capabilities

10 tools

Read from the running server on 27h ago.

get_api read-only sku_id*context*
Get the full definition of one API by SKU, including its normalized input/output JSON schemas, per-request and per-1,000-request USD pricing on every lane, and nullable trailing-30…
get_balance read-only context*
Get the remaining wallet balance (in USD) for the AnyAPI key supplied as a Bearer token. Requires a valid AnyAPI key.
get_request read-only context*request_id*
Inspect or resume a durable AnyAPI request returned by run_api. This reads AnyAPI's stored state and never repeats the paid provider dispatch. Poll again after retryAfterSeconds wh…
list_apis read-only context*category
Browse available AnyAPI APIs as lightweight summaries (id, name, category, USD pricing) - no descriptions or schemas, so it stays cheap even across the whole catalog. Each pricing…
quote_api read-only input*sku_id*context*
Get the exact price of a run_api call BEFORE running it - free, no key required, nothing is charged or executed. Pass the same sku_id and input you would give run_api: the quote re…
read_result read-only jqfieldscontext*summarymax_itemsresult_id*
Dig deeper into a paid run WITHOUT re-running or paying again. Pass the `result_id` from a prior run_api call plus any of fields/max_items/summary/jq to re-shape the full cached re…
report_bug skucontactcontext*detailssummary*request_id
Tell AnyAPI something is broken. Use this when a run_api call returned wrong, empty, or malformed data for input you believe is valid, when an error message was misleading or unact…
run_api can modify data jqinput*fieldssku_id*context*summary +1
Execute an API by SKU with a normalized input payload. Call get_api for this SKU first unless you have already read its schema this session: every input schema is strict (unknown f…
search_apis read-only limitquerycontext*categoryplatform
Search APIs by meaning and keyword across name, slug, and description, returning matches WITH their descriptions (schemas omitted), ranked most relevant first. Pass `query`, `categ…
send_feedback skucontactcontext*detailssummary*request_id
Tell AnyAPI something that is not a defect: an API you wanted and could not find in the catalog, a field missing from a result you needed, a confusing part of the docs or tool desc…