{
  "specVersion": "1.0",
  "host": {
    "displayName": "FinFeedAPI",
    "identifier": "did:web:www.finfeedapi.com"
  },
  "entries": [
    {
      "identifier": "urn:air:finfeedapi.com:server:stock-mcp",
      "displayName": "FinFeedAPI Stock Historical MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://www.finfeedapi.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "AAPL historical OHLCV from FinFeedAPI",
        "list FinFeedAPI stock exchanges"
      ]
    },
    {
      "identifier": "urn:air:finfeedapi.com:server:sec-mcp",
      "displayName": "FinFeedAPI SEC MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://api.sec.finfeedapi.com/mcp",
      "representativeQueries": [
        "search SEC 10-K filings",
        "download latest 8-K for a CIK"
      ]
    },
    {
      "identifier": "urn:air:finfeedapi.com:api:stock-rest",
      "displayName": "FinFeedAPI Stock Historical REST API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://api-historical.stock.finfeedapi.com/swagger/v1/swagger.json",
      "representativeQueries": [
        "FinFeedAPI stock OpenAPI spec",
        "GET historical stock OHLCV"
      ]
    },
    {
      "identifier": "urn:air:finfeedapi.com:api:catalog",
      "displayName": "FinFeedAPI API Catalog",
      "type": "application/linkset+json",
      "url": "https://www.finfeedapi.com/.well-known/api-catalog",
      "representativeQueries": [
        "which FinFeedAPI REST APIs are public",
        "where is the FinFeedAPI OpenAPI spec"
      ]
    },
    {
      "identifier": "urn:air:finfeedapi.com:skill:market-data",
      "displayName": "FinFeedAPI market data skill",
      "type": "text/markdown",
      "url": "https://www.finfeedapi.com/.well-known/agent-skills/finfeedapi-market-data/SKILL.md",
      "representativeQueries": [
        "how do I connect an agent to FinFeedAPI MCP",
        "FinFeedAPI API key authentication for agents"
      ]
    },
    {
      "identifier": "urn:air:finfeedapi.com:auth:api-key",
      "displayName": "FinFeedAPI agent authentication",
      "type": "text/markdown",
      "url": "https://www.finfeedapi.com/auth.md",
      "representativeQueries": [
        "how do agents authenticate to FinFeedAPI",
        "X-APIKey header FinFeedAPI"
      ]
    }
  ]
}