{
  "name": "Routavo",
  "description": "A router in front of metered, contract-shaped APIs. One connection, every listed provider, signed receipts.",
  "url": "https://routavo.com/api/mcp",
  "version": "0.13.0",
  "protocolVersion": "0.3",
  "provider": {
    "organization": "Routavo",
    "url": "https://routavo.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "geocode",
      "name": "geocode",
      "description": "Resolve a place name to coordinates, country, timezone and population.",
      "tags": [
        "geocoding",
        "coordinates",
        "latitude",
        "longitude",
        "places",
        "location",
        "address",
        "city"
      ],
      "examples": [
        "geocoding",
        "geolocate",
        "place lookup"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "x-routavo": {
        "provider": "open-meteo.geocode",
        "contract": "geocode@1",
        "price": {
          "amount": "0.0021",
          "asset": "USDC"
        },
        "trust": "verified"
      }
    },
    {
      "id": "forecast",
      "name": "forecast",
      "description": "Current conditions and a daily forecast for a latitude and longitude.",
      "tags": [
        "weather",
        "temperature",
        "rain",
        "precipitation",
        "wind",
        "conditions",
        "daily",
        "outlook"
      ],
      "examples": [
        "weather",
        "weather forecast",
        "current weather"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "x-routavo": {
        "provider": "open-meteo.forecast",
        "contract": "forecast@1",
        "price": {
          "amount": "0.0034",
          "asset": "USDC"
        },
        "trust": "verified"
      }
    }
  ],
  "x-routavo": {
    "transport": "mcp streamable-http",
    "catalog": "https://routavo.com/api/catalog",
    "receipts": "https://routavo.com/api/receipt"
  }
}