Fiscal Data Mcp
@QuantGeekDev
关于 Fiscal Data Mcp
mcp server connected to us treasury data, built with mcp-framework
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"fiscal-data": {
"command": "npx",
"args": [
"fiscal-data-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Fiscal Data Mcp?
Fiscal Data Mcp is an MCP server that connects to the US Treasury’s Fiscal Data API. It provides tools to fetch daily treasury statements, access historical data through resources, and generate formatted treasury reports. It is designed for users who want to query treasury data via natural language through an MCP host like Claude Desktop.
How to use Fiscal Data Mcp?
Add the server configuration to your Claude Desktop config file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%/Claude/claude_desktop_config.json). Then ask Claude questions such as “Get the treasury statement for 2024-03-01” to invoke the get_daily_treasury_statement tool or “Generate a treasury report for 2024-03-01” to use the daily_treasury_report prompt.
Key features of Fiscal Data Mcp
- Fetches daily treasury statements for specific dates
- Provides 30 days of historical treasury data via resources
- Automatically caches historical data for one hour
- Generates formatted treasury reports using prompts
- Runs via npx with no manual installation required
Use cases of Fiscal Data Mcp
- Retrieve a specific day’s U.S. Treasury cash balance and debt figures
- Analyze trends over the last 30 days using cached historical data
- Generate a formatted summary report for a given date
FAQ from Fiscal Data Mcp
What data does this server access?
It connects to the US Treasury’s Fiscal Data API to retrieve daily treasury statements and historical data.
How is historical data cached?
Historical data is automatically cached for 1 hour and updates on demand.
What tools and prompts are available?
Tools: get_daily_treasury_statement. Resources: 30‑day historical data via the resource system. Prompts: daily_treasury_report for formatted reports.
How do I install and configure it?
Add the fiscal-data entry to your Claude Desktop config file with "command": "npx" and "args": ["fiscal-data-mcp"]. No separate installation step is needed; npx runs it on demand.
What runtime does it require?
It requires Node.js (npx is included with Node.js). No other dependencies are mentioned.
数据与分析 分类下的更多 MCP 服务器
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
评论