Back to Home
GSA-TTS icon

usdc-portfolio-mcp-server

Verified Safe

by GSA-TTS

Overview

Acts as a portfolio Multi-cloud Proxy (MCP) server, aggregating and exposing data from other specialized MCP servers like NIH Reporter and USA Spending via a single endpoint.

Installation

Run Command
PYTHONPATH=src uvicorn src.portfolio.app:app --host 0.0.0.0 --port $PORT --workers 2

Environment Variables

  • PYTHONUNBUFFERED

Security Notes

No 'eval' or obvious obfuscation found. Hardcoded external MCP server URLs are dependencies, not secrets. The project explicitly outlines its GSA Vulnerability Disclosure Policy. The server acts as a proxy, forwarding requests; its overall security relies on the upstream MCP services it connects to, but the immediate code does not introduce new vulnerabilities. Uses 'random-route' in deployment config for better security.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-06

Tags

MCP ServerProxyData AggregationCloud.govPython