{
  "name": "CMD+RVL EDGAR Agent",
  "description": "Query SEC EDGAR filings, company disclosures, and structured finance data with natural language.",
  "url": "https://cmdrvl.com",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "edgar-query",
      "name": "SEC EDGAR Filing Query",
      "description": "Natural language queries over SEC EDGAR filing metadata by company, CIK, date range, and filing type.",
      "tags": ["sec", "edgar", "filings", "10-K", "10-Q", "CIK"],
      "examples": [
        "What are Amazon's latest 10-K filings?",
        "Show me SEC filings for CIK 0001018724"
      ]
    }
  ],
  "authentication": {
    "schemes": ["apiKey"]
  },
  "endpoints": {
    "mcp": "https://edgar.cmdrvl.com/mcp"
  },
  "provider": {
    "organization": "CMD+RVL",
    "url": "https://cmdrvl.com"
  }
}
