Fiscal Data Mcp
mcp server connected to us treasury data, built with mcp-framework
Overview
Fiscal Data MCP is a server implementation that connects to the US Treasury's Fiscal Data API, allowing users to access and interact with treasury data.
To use Fiscal Data MCP, configure it with your Claude Desktop by adding the required settings to your config file and interact with it through commands.
- Fetch daily treasury statements for specific dates. - Access a resource for 30 days of historical treasury data, automatically cached for efficiency. - Generate formatted reports for treasury statements.
- Retrieving daily treasury statements for financial analysis.
- Accessing historical data for research on fiscal trends.
- Generating formatted reports for presentations and decision-making.
Add to your AI client
Use these steps to connect Fiscal Data Mcp in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"fiscal-data-mcp-quantgeekdev": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fiscal-data-mcp-quantgeekdev"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"fiscal-data-mcp-quantgeekdev": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fiscal-data-mcp-quantgeekdev"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"fiscal-data-mcp-quantgeekdev": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fiscal-data-mcp-quantgeekdev"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"fiscal-data-mcp-quantgeekdev": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fiscal-data-mcp-quantgeekdev"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fiscal-data-mcp-quantgeekdev": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fiscal-data-mcp-quantgeekdev"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"fiscal-data-mcp-quantgeekdev": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fiscal-data-mcp-quantgeekdev"
]
}
}
}FAQ
What type of data can I fetch using Fiscal Data MCP?
You can fetch daily treasury statements as well as access historical treasury data.
Do I need to install anything to use Fiscal Data MCP?
Yes, you need to configure it with Claude Desktop. Instructions are provided in the quick start guide.
Can I customize the report generation?
Yes, you can generate customized reports based on the treasury data using specific prompts.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":275,"uuid":"2aa26a5c-1496-4469-9385-0d34ac1edce2","name":"fiscal-data-mcp","title":"Fiscal Data Mcp","description":"mcp server connected to us treasury data, built with mcp-framework","avatar_url":"https://avatars.githubusercontent.com/u/58406316?v=4","created_at":"2024-12-13T10:44:30.225Z","updated_at":"2024-12-13T12:28:11.163Z","status":"created","author_name":"QuantGeekDev","author_avatar_url":"https://avatars.githubusercontent.com/u/58406316?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/QuantGeekDev/fiscal-data-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]