{"protocol":"mcp/1.0","name":"global-debt-clock","version":"1.0.0","description":"Live government debt data for 138 countries. IMF + World Bank sourced.","tools":[{"name":"get_debt","description":"Live debt for one country or all countries","inputSchema":{"type":"object","properties":{"country":{"type":"string","description":"ISO alpha-2 id, e.g. us, jp, cn, world. Omit for all."}}}},{"name":"compare_debt","description":"Side-by-side comparison of two countries","inputSchema":{"type":"object","required":["a","b"],"properties":{"a":{"type":"string"},"b":{"type":"string"}}}},{"name":"snapshot_debt","description":"Reproducible debt figure at a specific UTC timestamp","inputSchema":{"type":"object","required":["country"],"properties":{"country":{"type":"string"},"t":{"type":"string","format":"date-time"}}}},{"name":"list_countries","description":"Discovery index of all tracked country IDs","inputSchema":{"type":"object","properties":{}}}],"resources":[{"name":"static_dataset","uri":"https://www.global-debt-clock.com/data/debt.json","mimeType":"application/json"},{"name":"llms_txt","uri":"https://www.global-debt-clock.com/llms.txt","mimeType":"text/plain"}]}