Back to Home
WebDev70 icon

MCP_Server5

Verified Safe

by WebDev70

Overview

An MCP server enabling LLMs to accurately answer complex questions about U.S. federal award spending by integrating with USAspending.gov API v2.

Installation

Run Command
docker run -e PORT=8080 -p 8080:8080 usaspending-mcp

Environment Variables

  • USASPENDING_BASE_URL
  • USASPENDING_TIMEOUT_S
  • USASPENDING_MAX_RETRIES
  • USASPENDING_BACKOFF_BASE_S
  • PORT
  • LOG_LEVEL
  • FASTMCP_STATELESS_HTTP
  • DEFAULT_SCOPE_MODE

Security Notes

The server implements robust error handling, retries, and a circuit breaker for external API calls. CI/CD includes explicit security scanning for dependencies and secrets (gitleaks, pip-audit, trivy). No hardcoded secrets or malicious patterns observed. The primary risk is inherent to interaction with external public APIs.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2026-01-19

Tags

USAspendingMCPLLM IntegrationFederal SpendingFastAPI