{
  "specVersion": "1.0",
  "host": {
    "displayName": "Ratevert",
    "identifier": "https://ratevert.com"
  },
  "entries": [
    {
      "identifier": "urn:air:ratevert.com:server:mcp",
      "displayName": "Ratevert MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://ratevert.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "convert 100 USD to EUR with Ratevert",
        "what is the NVDA to USD rate",
        "compare BTC against USD and EUR",
        "search Ratevert for bitcoin"
      ]
    },
    {
      "identifier": "urn:air:ratevert.com:api:openapi",
      "displayName": "Ratevert Public API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://ratevert.com/openapi.json",
      "representativeQueries": [
        "Ratevert public API for live pair quotes",
        "search Ratevert stocks through OpenAPI",
        "compare assets with the Ratevert REST API"
      ]
    },
    {
      "identifier": "urn:air:ratevert.com:skills:search-assets",
      "displayName": "Search Ratevert assets",
      "type": "application/ai-skill+md",
      "url": "https://ratevert.com/.well-known/agent-skills/search-assets/SKILL.md",
      "representativeQueries": [
        "how to search Ratevert assets from an agent",
        "resolve a ticker to a Ratevert canonical identifier"
      ]
    }
  ]
}