{
  "schemaVersion": "2024-11-05",
  "name": "Revenue Innovations MCP",
  "description": "Read-only MCP server exposing Revenue Innovations' public content — articles, services, industries, team, and programmatic landing pages — in a typed, tool-callable form. Intended for LLM agents that need deterministic citations.",
  "vendor": {
    "name": "Revenue Innovations",
    "url": "https://www.revenueinnovations.com",
    "contact": "hello@revenueinnovations.com"
  },
  "endpoint": {
    "url": "https://mcp.revenueinnovations.com/sse",
    "transport": "sse"
  },
  "auth": {
    "type": "none",
    "notes": "Public, read-only. Rate-limited at the edge (60 rpm per client IP). Contact us for higher limits."
  },
  "tools": [
    {
      "name": "search_articles",
      "description": "Full-text search across published articles. Returns slug, title, summary, and URL."
    },
    {
      "name": "get_article",
      "description": "Fetch a single article by slug in Markdown form. Identical to GET /articles/<slug>.md."
    },
    {
      "name": "list_services",
      "description": "Enumerate every service offering with its landing page URL."
    },
    {
      "name": "list_industries",
      "description": "Enumerate every industry we serve with its landing page URL."
    },
    {
      "name": "site_outline",
      "description": "Return the /llms.txt outline — routes + titles for the entire site."
    }
  ],
  "links": {
    "documentation": "https://www.revenueinnovations.com/llms.txt",
    "agentSkills": "https://www.revenueinnovations.com/.well-known/agent-skills/index.json",
    "source": "https://github.com/revenueinnovations/mcp-server"
  }
}