Skip to main content
Glama
GSA-TTS

USA Spending MCP Server

Official
by GSA-TTS

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoServer port.8080
BASE_URLNoPublic URL of the server (required if auth enabled).
REQUIRE_AUTHNoSet to 'false' to disable authentication.true
JWT_SIGNING_KEYNoSecret key for signing JWTs (required if auth enabled).
LOGINGOV_CLIENT_IDNoYour login.gov application client ID (required if auth enabled).
LOGINGOV_CONFIG_URLNoOIDC discovery URL (defaults to login.gov sandbox).https://idp.int.identitysandbox.gov/.well-known/openid-configuration

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

Search for available tools by query.

Returns matching tools ranked by relevance.

get_schemaA

Get parameter schemas for specific tools.

Use after searching to get the detail needed to call a tool.

executeB

Chain await call_tool(...) calls in one Python block; prefer returning the final answer from a single block. Use return to produce output. Only call_tool(tool_name: str, params: dict) -> Any is available in scope.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

The three tools (execute, get_schema, search) have clearly distinct purposes: search finds tools, get_schema retrieves parameter details, and execute runs tools. No overlap.

Naming Consistency4/5

All tools use lowercase verbs, which is consistent. However, the pattern varies: 'execute' is a standalone verb, while 'get_schema' and 'search' combine verb and noun. Minor deviation from a strict pattern.

Tool Count1/5

With only 3 generic meta-tools and no domain-specific tools for USA Spending, the tool count is extremely insufficient for the server's purported purpose. It should have at least basic query tools for spending data.

Completeness1/5

The server claims to be about USA Spending but provides no tools to access spending data. The entire domain surface is missing, making it severely incomplete.

Maintenance

ActivityInactive
ResponsivenessNo issues