{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "schemaVersion": "2026-03-01",
  "name": "fameranker",
  "title": "Fame Ranker — Executive Pay Registry MCP",
  "description": "Search Fame Ranker's sourced executive-pay registry in natural language — compensation figures, equity holdings, filing citations, and Paper Trail Grade™ ratings for public-company chief executives.",
  "version": "1.0.0",
  "serverInfo": { "name": "fameranker", "version": "1.0.0" },
  "websiteUrl": "https://fameranker.com",
  "documentationUrl": "https://fameranker.com/mcp",
  "repository": "https://github.com/automationsquadhq/fameranker-mcp",
  "publisher": { "name": "Fame Ranker", "url": "https://fameranker.com" },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://REPLACE-ME.search.ai.cloudflare.com/mcp",
      "_todo": "Placeholder — provision the Fame Ranker Cloudflare AI Search instance and replace with its live endpoint before publishing this server card."
    }
  ],
  "transport": {
    "type": "http",
    "url": "https://REPLACE-ME.search.ai.cloudflare.com/mcp",
    "_todo": "Placeholder — set to the live Fame Ranker MCP endpoint once the Cloudflare AI Search instance is provisioned."
  },
  "authentication": { "type": "none", "note": "Public, unauthenticated. Rate limited to 120 requests/60s." },
  "capabilities": {
    "tools": [
      {
        "name": "search",
        "description": "Search Fame Ranker's executive-pay registry (compensation figures, equity holdings, Paper Trail Grade™ ratings, and filing citations) and return the most relevant content with source URLs.",
        "inputSchema": {
          "type": "object",
          "properties": { "query": { "type": "string", "description": "Natural-language executive-pay question." } },
          "required": ["query"]
        }
      }
    ]
  }
}
