Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

ReefAPI

io.github.reefapi/reefapi-mcp

One MCP server for 180+ live web-data APIs returning clean JSON from sites that block scrapers.

Uptime
100.0%
1 direct probes · 30d
Response
269ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

search_engines

Find the right ReefAPI engine for a task — pass ENGLISH keywords or a short natural-language use-case ("detect a website's tech stack", "company reviews", "check a package for vulnerabilities", …

get_engine_schema

COMPACT overview of ONE engine: every action with its description, required params and what it returns — but NOT the full param detail (kept lean so a 90-action engine stays token-cheap). Call …

get_action_schema

FULL detail for ONE engine action: every parameter (type, required, description, allowed_values dropdown, default, example, min/max), what it returns, pricing, and a ready-to-run example_params. …

call_engine

Call a ReefAPI engine action — POST /<engine>/v1/<action> with `params`. Returns the uniform { ok, data, meta, error } envelope. Get param names from get_engine_schema first. Needs YOUR ReefAP…

get_catalog

The FULL ReefAPI catalog — EVERY engine with its one-line title, grouped by category. This is the whole menu (≈ a few thousand tokens); SCAN IT AND PICK THE BEST ENGINE YOURSELF. You are an LLM, s…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "reefapi": {
      "url": "https://api.reefapi.com/mcp",
      "transport": "streamable-http"
    }
  }
}