{
  "protocolVersion": "0.3.0",
  "name": "ValueThen Money Data",
  "description": "Converts amounts of money across years and currencies using official consumer price indices and central-bank exchange rates.",
  "url": "https://api.valuethen.com/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Rising Throne",
    "url": "https://therisingthrone.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://valuethen.com/developers/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "convert-money",
      "name": "Convert money across years and currencies",
      "description": "Answer what an amount from an earlier year is worth in another year, optionally in another currency (gold and silver included).",
      "tags": [
        "finance",
        "inflation",
        "currency"
      ],
      "examples": [
        "What is 100 USD from 1970 worth today?",
        "Convert 500 DM in 1985 into euros now",
        "How much was 100 GBP in 1700 worth in gold?"
      ]
    },
    {
      "id": "price-index-series",
      "name": "Look up a consumer price index series",
      "description": "Return the annual price index series and data coverage for a currency.",
      "tags": [
        "reference-data",
        "economics"
      ],
      "examples": [
        "Give me the US CPI series as JSON",
        "Which years does Brazil have inflation data for?"
      ]
    }
  ],
  "securitySchemes": {},
  "security": []
}