{
  "$schema": "https://modelcontextprotocol.io/schemas/mcp-server-card.json",
  "version": "1.0",
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "edgar",
    "version": "1.0.0",
    "title": "CMD+RVL EDGAR MCP Server"
  },
  "description": "Query SEC EDGAR filings with natural language. Access filing metadata by company, CIK, filing type, date ranges, and more.",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://edgar.cmdrvl.com/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "authentication": {
    "required": true,
    "schemes": ["api_key"],
    "headers": {
      "X-API-Key": "Required. Request access at documentationUrl."
    }
  },
  "tools": [
    {
      "name": "edgar_com_query",
      "description": "Natural language query interface to EDGAR filing metadata. Supports counts, lists, statistics, trends, and more."
    }
  ],
  "documentationUrl": "https://cmdrvl.com/blog/sec-edgar-mcp-server-guide/",
  "iconUrl": "https://cmdrvl.com/icons/cmdrvl-icon.png"
}
