usaspending-mcp

usaspending-mcp

site icon
2025.02.11 0
Python政府支出数据分析财务审计政策研究数据驱动的决策支持金融服务开发效率
usaspending-mcp 是一个模块化计算平台(MCP)服务器,旨在帮助AI代理访问和交互USAspending.gov API。该项目提供了工具、端点和数据处理实用程序,以简化和分析美国政府支出数据的检索。
View on GitHub

Overview

基本能力

产品定位

usaspending-mcp 主要用于访问和分析美国政府支出数据,为AI代理提供数据支持。

核心功能

  • GetSpendingAwardsByAgencyId: 根据机构ID和年份搜索奖项。
  • GetAwardInfoByAwardId: 根据唯一的奖项ID获取奖项信息。
  • SearchByKeywords: 根据关键词和年份进行广泛搜索。
  • GetAgencies: 获取所有机构及其相关数据(如机构ID)。

适用场景

  • 政府支出数据分析
  • 财务审计
  • 政策研究
  • 数据驱动的决策支持

工具列表

  • GetSpendingAwardsByAgencyId: 搜索特定机构在特定年份的奖项。
  • GetAwardInfoByAwardId: 获取特定奖项的详细信息。
  • SearchByKeywords: 根据关键词和年份进行广泛搜索。
  • GetAgencies: 获取所有机构及其相关数据。

常见问题解答

暂无提供。

使用教程

使用依赖

需要安装Goose工具。

安装教程

extensions:
  usaspending-mcp:
    args:
    - --from
    - git+https://github.com/flothjl/usaspending-mcp@main
    - usaspending-mcp
    cmd: uvx
    enabled: true
    envs: {}
    name: usaspending
    type: stdio
GOOSE_MODEL: gpt-4o-mini
GOOSE_PROVIDER: openai

调试方式

暂无提供。

许可证

该项目遵循 MIT 开源许可条款,请参阅 MIT 了解完整条款。