trackmcp
Back to directory
flothjl

usaspending-mcp

View on GitHub

mcp server to interact with usaspending.gov api

4 stars PythonDeveloper Kits Updated Oct 6, 2025
goosemcpusaspending

Documentation

usaspending-mcp

usaspending-mcp is an MCP (Modular Computing Platform) server designed

to facilitate AI agents in accessing and interacting with the

USAspending.gov API. This project provides tools,

endpoints, and data processing utilities to streamline the retrieval

and analysis of U.S. government spending data.

Tools

  • GetSpendingAwardsByAgencyId
    • Search for awards for a given agency id for a given year
  • GetAwardInfoByAwardId
    • Get information about a given award. Requires the generated unique award ID.
  • SearchByKeywords
    • Broad search for given keywords for a given year.
  • GetAgencies
    • Get a list of all agencies and associated data needed for other calls (i.e. agency id)

Configuration

Goose

yaml
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

Frequently asked questions

What is usaspending-mcp?

usaspending-mcp is mcp server to interact with usaspending.gov api

How do I install usaspending-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is usaspending-mcp open source?

Yes — it is hosted on GitHub at https://github.com/flothjl/usaspending-mcp and has 4 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP