{
  "name": "revenuelab",
  "description": "MCP server exposing 1685+ RevenueLab calculators and public benchmark datasets.",
  "transport": "streamable-http (JSON-RPC over POST)",
  "endpoint": "https://www.revenuelab.fyi/api/public/mcp",
  "protocolVersion": "2024-11-05",
  "tools": [
    {
      "name": "search_calculators",
      "description": "Search RevenueLab's 1685+ free calculators (creator revenue, RPM, SaaS, finance, health, trades, and more) by keyword. Returns slugs to use with run_calculator."
    },
    {
      "name": "describe_calculator",
      "description": "Get the exact input ids, defaults, outputs, and formula for one calculator slug."
    },
    {
      "name": "run_calculator",
      "description": "Run a RevenueLab calculator and get the computed results plus a citation string. Any omitted input falls back to its documented default."
    },
    {
      "name": "list_datasets",
      "description": "List RevenueLab's public JSON datasets (RPM by niche and country, sponsorship rates, SaaS benchmarks, AI pricing, and more)."
    }
  ],
  "docs": "https://www.revenuelab.fyi/api/public/openapi.json",
  "license": "CC-BY-4.0"
}