Add USA Spending MCP server #2903
                
     Merged
            
            
          
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Description
It leverages the official source of government spending data USASPENDING.gov. Which enables one to track government spending over time, search government spending by agency, explore government spending to communities, and much more.
Server Details
This is a stateless streamable HTTP MCP server.
Motivation and Context
The motivation behind this is increasing government transparency. Currently, when you ask LLM's specific questions regarding government spending data it is unable to access much of this data or it is outdated.
How Has This Been Tested?
I have tested it using Claude desktop, Cursor, and a simple OpenAI agents MCP client that is available in the test directory.
Checklist
Additional context
Currently, no API key is required to interact with the USA Spending API. Hence, it is not required to provide one as an environment variable.