How to Use the Fiscal Data (U.S. Treasury) MCP in VS Code Copilot
Pull official U.S. Treasury numbers directly into your VS Code Copilot workspace without leaving your active file.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Fiscal Data (U.S. Treasury) MCP to VS Code Copilot
Create your Vinkius account to connect Fiscal Data (U.S. Treasury) to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Parse federal ledger tables inside VS Code Copilot
The `get_mts_table_1` tool pulls the Monthly Treasury Statement Table 1 directly into your editor so you can cross-reference receipts and outlays without hunting for PDFs. Your team can run this check right inside the chat sidebar to verify macro numbers against internal financial models. By committing the MCP server config to your repository, every engineer on the team gets immediate access to this fiscal data. No one has to manually download CSVs or write custom scripts to parse the government's cash flow tables.
Track foreign exchange rates using this MCP Server
Your VS Code Copilot agent uses `get_rates_of_exchange` to pull official Treasury reporting rates directly into your active code files. It means you can write tests for currency conversion functions using actual, historical government data rather than dummy placeholders. Because VS Code Copilot handles this at the workspace level, your team gets consistent exchange rate data across every development branch. You avoid the drift that happens when developers hardcode different rates for test fixtures.
Run direct queries against 170+ federal datasets
The `query_dataset` tool lets you target specific endpoints like public debt or federal investments directly from VS Code Copilot. You feed the endpoint path to your agent, and it extracts the exact JSON payload required for your financial models. The tool handles the pagination and filtering on the Treasury API side, saving your editor from choking on massive payloads. It lets your team build data pipelines right from the chat window without leaving the workspace.
Set up Fiscal Data (U.S. Treasury) MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Fiscal Data (U.S. Treasury) MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Fiscal Data (U.S. Treasury) tools listed. Try asking: "List my recent Fiscal Data (U.S. Treasury) transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"fiscal-data-us-treasury-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Fiscal Data (U.S. Treasury). All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Fiscal Data (U.S. Treasury) MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Fiscal Data (U.S. Treasury) MCP today
We host it, we monitor it, we maintain it. You just paste one token.