{"name":"us-debt-clock","version":"1.1.0","description":"Real-time U.S. National Debt data MCP server. Connect this to Claude or ChatGPT to query live debt statistics.","protocolVersion":"2024-11-05","capabilities":{"tools":{}},"tools":[{"name":"get_current_debt","description":"Get the current U.S. national debt with key statistics including total debt, debt per citizen, daily change, daily interest payments, and average interest rate. Data is sourced from the U.S. Treasury Fiscal Data API and updated in real-time.","inputSchema":{"type":"object","properties":{},"required":[]}},{"name":"calculate_debt_share","description":"Calculate how much of the national debt is attributable to a specific number of people. Useful for showing family debt burden or group calculations.","inputSchema":{"type":"object","properties":{"people":{"type":"number","description":"Number of people to calculate debt share for (e.g., family size). Default is 1.","default":1}},"required":[]}},{"name":"compare_debt_years","description":"Compare the U.S. national debt between two different years to see how much it has changed over time. Available years: 2000-2025.","inputSchema":{"type":"object","properties":{"year1":{"type":"number","description":"First year to compare (2000-2025)"},"year2":{"type":"number","description":"Second year to compare (2000-2025)"}},"required":["year1","year2"]}},{"name":"get_debt_growth_rate","description":"Get the current rate at which the U.S. national debt is growing, broken down by second, minute, hour, day, and year.","inputSchema":{"type":"object","properties":{},"required":[]}}],"endpoints":{"mcp":"https://www.us-debt-clock.com/api/mcp","website":"https://www.us-debt-clock.com","liveClock":"https://www.us-debt-clock.com/live","api":"https://www.us-debt-clock.com/api/us-debt"},"setup":{"claude":"Go to Claude.ai → Settings → Connectors → Add Connector → Enter URL: https://www.us-debt-clock.com/api/mcp","chatgpt":"Use the SSE endpoint with Accept: text/event-stream header"}}