# US Treasury FiscalData

`dev.mcpharbor.gateway/treasury`, version 1.0.0

US Treasury fiscal data: national debt, interest rates, exchange rates, daily statements

- MCP endpoint: `https://gateway.mcpharbor.dev/mcp/treasury` for this server alone, or `https://gateway.mcpharbor.dev/mcp` for every server
- Authentication: `Authorization: Bearer <your gateway API key>`
- Price per tool call: $0.0001 (100 micro-USD)
- Registry entry: <https://gateway.mcpharbor.dev/v0.1/servers/dev.mcpharbor.gateway%2Ftreasury/versions/latest>
- Every tool, machine-readable: <https://gateway.mcpharbor.dev/llms-full.txt>

## Provider

We proxy this provider under the terms below, re-checked on a schedule. If a re-check ever
says no, the server and its tools leave the catalog and this page disappears with them.

| Fact | Value |
| --- | --- |
| Terms of use | <https://fiscaldata.treasury.gov/api-documentation/> |
| Terms verified on | 2026-09-19 |
| API documentation | <https://fiscaldata.treasury.gov/api-documentation/> |
| Upstream API key | none required |
| Rate limit | 300 requests per minute |
| Website | <https://fiscaldata.treasury.gov/api-documentation/> |
| Compliance notes | Explicitly free for commercial use, no key, no registration. |

## Attribution

This provider requires the attribution below wherever you use results from its tools.
Reproduce it verbatim:

> Not stated as required

## Tools (7)

Every call below costs $0.0001 (100 micro-USD). Listing them costs nothing.

| Tool | Description | Price per call | Documentation |
| --- | --- | --- | --- |
| `treasury__treasury_dataframe_describe` | List DataCanvas dataframes materialized by treasury_query_dataset, treasury_get_debt, treasury_get_interest_rates, and treasury_get_exchange_rates. Each entry surfaces source tool, query parameters... | $0.0001 | [treasury__treasury_dataframe_describe](https://gateway.mcpharbor.dev/docs/tools/treasury__treasury_dataframe_describe) |
| `treasury__treasury_dataframe_query` | Run a single-statement SELECT against DataCanvas dataframes registered by treasury_query_dataset, treasury_get_debt, treasury_get_interest_rates, and treasury_get_exchange_rates. Read-only: writes,... | $0.0001 | [treasury__treasury_dataframe_query](https://gateway.mcpharbor.dev/docs/tools/treasury__treasury_dataframe_query) |
| `treasury__treasury_get_debt` | Fetch national debt (Debt to the Penny) — total public debt outstanding broken into publicly-held debt and intragovernmental holdings. Three modes: "latest" returns the most recent business day's r... | $0.0001 | [treasury__treasury_get_debt](https://gateway.mcpharbor.dev/docs/tools/treasury__treasury_get_debt) |
| `treasury__treasury_get_exchange_rates` | Official Treasury reporting exchange rates for ~165 countries — the rates US federal agencies are required to use when converting foreign currency to USD for official reporting. Published quarterly... | $0.0001 | [treasury__treasury_get_exchange_rates](https://gateway.mcpharbor.dev/docs/tools/treasury__treasury_get_exchange_rates) |
| `treasury__treasury_get_interest_rates` | Average interest rates Treasury pays on its outstanding securities by security type. Answers "what is the government's cost of borrowing?" Covers every type Treasury reports — marketable issues, no... | $0.0001 | [treasury__treasury_get_interest_rates](https://gateway.mcpharbor.dev/docs/tools/treasury__treasury_get_interest_rates) |
| `treasury__treasury_list_datasets` | Browse the curated catalog of US Treasury Fiscal Data API endpoints. Returns endpoint paths, field names, descriptions, and update cadence for each dataset. Use this tool before treasury_query_data... | $0.0001 | [treasury__treasury_list_datasets](https://gateway.mcpharbor.dev/docs/tools/treasury__treasury_list_datasets) |
| `treasury__treasury_query_dataset` | Query any Treasury Fiscal Data endpoint by path, field list, filters, sort, and page. Call treasury_list_datasets first to get the correct endpoint path and exact field names — a typo in either cau... | $0.0001 | [treasury__treasury_query_dataset](https://gateway.mcpharbor.dev/docs/tools/treasury__treasury_query_dataset) |

## Price

- $0.0001 (100 micro-USD) per tool call.
- Billed on: each tools/call that reaches the upstream and returns a result.
- Free: server/discover, tools/list, registry endpoints, docs files.
- Payment: prepaid credits, drawn down per call. A call your balance cannot cover is refused with HTTP 402 before any upstream is contacted.
- A charged call that then fails upstream is refunded automatically.
- Retries are ordinary calls. There is no client idempotency key, so repeating a request that was already charged buys a second call - see [agent.txt](https://gateway.mcpharbor.dev/agent.txt), section 7.
