Token导航 LogoToken导航TokenDH.com
Fiscal Data MCP Server logo
搜索检索未说明官方级别未说明来源级核验

Fiscal Data MCP Server

MCP Server

mcp server connected to us treasury data, built with mcp-framework

工具数

0

提示词数

0

GitHub Stars

20

资源数

0
报告生成TypeScriptClaude历史数据Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

QuantGeekDev

提供方

QuantGeekDev

最后核验

2026/5/18 02:15

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

概述

财务数据MCP服务器 演示了连接到美国财政部财政数据API的MCP服务器的实际实现。它展示了:

  • 获取特定财务报表的工具
  • 历史数据访问资源
  • 生成格式化报告的提示

快速开始

1.与Claude Desktop一起安装和使用

将此配置添加到您的Claude Desktop配置文件中:

MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json 视窗: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "fiscal-data": {
      "command": "npx",
      "args": ["fiscal-data-mcp"]
    }
  }
}

2.交互示例

配置后,您可以通过Claude与服务器交互:

Human: Can you get the treasury statement for the 20th of September 2023?

特性

1.每日财务报表

使用以下工具获取特定日期的资金数据 get_daily_treasury_statement 工具:

// Example usage through Claude
Human: Get the treasury statement for 2024-03-01
Assistant: I'll fetch that information for you using the treasury statement tool.

2.历史数据资源

通过资源系统访问30天的历史财务数据:

  • 自动缓存1小时
  • 按需更新
  • 提供格式化的JSON数据

3.报告生成

使用生成格式化的财务报告 daily_treasury_report 提示:

// Example usage through Claude
Human: Generate a treasury report for 2024-03-01
Assistant: I'll use the daily treasury report prompt to create a formatted report...

目录标签

目录标签

报告生成TypeScriptClaude历史数据research-and-data财政数据本地部署MCP服务器数据获取

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明noneremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP