U.S. Department of the Treasury Connector for AI agents.
5 live capabilities
Track federal revenue, spending, and budget deficits in real time.
Waiting for input…
Why people use U.S. Department of the Treasury
U.S. Treasury Budget for real-time federal fiscal data
With this Connector, you just ask your agent. It pulls the latest tax receipts, agency outlays, and deficit totals directly from the source. You get a clear summary of the government's finances in seconds, letting you focus on analysis instead of data entry.
What Vinkius changes
You get direct, real-time access to federal fiscal data without manual searching.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Comparing tax receipts for a briefing
A policy analyst asks their agent to compare current tax receipts to last year's totals to identify which revenue sources are growing.
- Real-world use case 02
Reporting on national liquidity
A finance journalist asks for the exact daily operating cash balance to report on the government's current liquidity status.
- Real-world use case 03
Identifying agency spending trends
An economic researcher asks for the total spending for a specific department over the current month to track budget execution.
Complete set · 5capabilities
The complete U.S. Department of the Treasury capability set.
These are the exact actions your AI can choose when you ask it to work with U.S. Department of the Treasury.
01—03
3 capabilities in this set.
Part of 5 available through U.S. Department of the Treasury.
- 01 Capability
Get federal revenue
Get current month and fiscal-year-to-date tax receipts by source. It compares these totals against the previous year to show revenue trends.
- 02 Capability
Get federal spending
View gross outlays by department and agency for the current month. This capability shows how spending compares to the prior year.
- 03 Capability
Get deficit surplus
Retrieve the federal budget deficit or surplus for the current fiscal year. It helps you see the gap between total revenue and spending.
04—05
2 capabilities in this set.
Part of 5 available through U.S. Department of the Treasury.
- 04 Capability
Get daily cash balance
Check the daily operating cash balance of the U.S. Treasury. This shows how much cash the government has on hand at any moment.
- 05 Capability
Get daily debt transactions
Get daily public debt transactions including issuance and redemptions. It reveals the mechanics of how the U.S. finances its operations.
Set up in minutes
One URL. Then ask U.S. Department of the Treasury to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use U.S. Department of the Treasury from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_WlNgARGp5YH5jWZUciKU3OIQH9Fmpu5Ed4vrKazB/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it U.S. Department of the Treasury, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable U.S. Department of the Treasury for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_WlNgARGp5YH5jWZUciKU3OIQH9Fmpu5Ed4vrKazB/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the U.S. Department of the Treasury URL.
- Step 03
Save and start
Save the connection and enable U.S. Department of the Treasury in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"us-treasury-budget-federal-revenue-spending-deficit": {
"url": "https://edge.vinkius.com/vk_preview_WlNgARGp5YH5jWZUciKU3OIQH9Fmpu5Ed4vrKazB/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using U.S. Department of the Treasury
Open Agent mode in chat and ask: "Using U.S. Department of the Treasury, help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"us-treasury-budget-federal-revenue-spending-deficit": {
"url": "https://edge.vinkius.com/vk_preview_WlNgARGp5YH5jWZUciKU3OIQH9Fmpu5Ed4vrKazB/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using U.S. Department of the Treasury
Ask Copilot: "Using U.S. Department of the Treasury, help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"us-treasury-budget-federal-revenue-spending-deficit": {
"url": "https://edge.vinkius.com/vk_preview_WlNgARGp5YH5jWZUciKU3OIQH9Fmpu5Ed4vrKazB/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using U.S. Department of the Treasury
Open Cascade and ask: "Using U.S. Department of the Treasury, help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"us-treasury-budget-federal-revenue-spending-deficit": {
"url": "https://edge.vinkius.com/vk_preview_WlNgARGp5YH5jWZUciKU3OIQH9Fmpu5Ed4vrKazB/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using U.S. Department of the Treasury
Ask Cline: "Using U.S. Department of the Treasury, help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add us-treasury-budget-federal-revenue-spending-deficit --transport http "https://edge.vinkius.com/vk_preview_WlNgARGp5YH5jWZUciKU3OIQH9Fmpu5Ed4vrKazB/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using U.S. Department of the Treasury
Ask Claude: "Using U.S. Department of the Treasury, show me...". 5 tools are ready
Where the request belongs
Work U.S. Department of the Treasury can move forward.
This is for policy analysts, economic researchers, and finance journalists who need to move past manual data scraping and get straight to the numbers.
Policy Analyst
Uses the Connector to quickly compare tax receipts across different sources to draft legislative briefings.
Finance Journalist
Monitors daily Treasury cash balances and debt transactions to report on national liquidity.
Economic Researcher
Pulls monthly spending totals for specific government departments to identify spending trends.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsU.S. Treasury Full — Complete Fiscal & Debt Intelligence
The definitive U.S. Treasury Mega-Server: 13 capabilities covering national debt ($34T+), interest rates, auction results, federal budget accounting (revenue, spending, deficit), daily cash balances, and official exchange rates. Total access to the financial pulse of the U.S. government without API keys.
Fiscal Data (U.S. Treasury)
Access real-time U.S. Treasury financial data, including exchange rates, monthly statements, and over 170 fiscal datasets.
USAspending (Federal Spending)
Analyze US federal spending data. query agency budgets, track awards, and explore geographic spending patterns directly from your AI agent.
U.S. Treasury Debt — National Debt & Interest Rates
Access real-time data on the U.S. National Debt (currently $34T+). Retrieve 'Debt to the Penny', monitor average interest rates on Treasury securities, and access results from Treasury auctions.
FRED Releases — Economic Calendar
Track every U.S. economic data release: Employment Situation, GDP Advance, CPI, Federal Funds Rate, and hundreds more. with release schedules, historical dates, and the complete series within each release.
OpenGov
Access OpenGov data directly—list reports, query financial funds, and manage users or departments through your AI agent.
Bring your own AI
Change the model, client or framework. Keep U.S. Department of the Treasury connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about U.S. Department of the Treasury.
The practical details behind the request, access and result.
Can the U.S. Treasury Budget MCP show me current tax receipts?
Yes, it provides current month and fiscal-year-to-date totals for tax receipts by source, including comparisons to the prior year.
Does the U.S. Treasury Budget MCP track government spending by department?
Yes, it lets you see gross outlays by specific department and agency for the current month compared to the previous year.
How can I see the daily cash balance of the U.S. government?
The Connector can pull the daily operating cash balance from the U.S. Treasury, showing how much cash the government has on hand.
Can I use the U.S. Treasury Budget MCP to see the national deficit?
Yes, it retrieves the federal budget deficit or surplus for the current fiscal year to date.
Does the U.S. Treasury Budget MCP include debt transactions?
It provides daily public debt transactions, including both issuance and redemptions, to show how the U.S. finances its operations.
Is the data in the U.S. Treasury Budget MCP updated daily?
Yes, the Connector provides access to daily cash balances and daily debt transactions for real-time tracking.
What is the Daily Treasury Statement?
It acts as the U.S. government's daily checking account statement, showing cash deposits and withdrawals.
When does the fiscal year start?
The U.S. government fiscal year begins on October 1 and ends on September 30.
Is defense spending tracked here?
Yes, the Monthly Treasury Statement provides outlays by agency, including the Department of Defense.
One connection away
Give your agent a direct line to U.S. Department of the Treasury.
Connect U.S. Department of the Treasury once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available