usdc-portfolio-mcp-server
Verified Safeby 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
PYTHONPATH=src uvicorn src.portfolio.app:app --host 0.0.0.0 --port $PORT --workers 2Environment 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
mcp
Exposing various third-party RapidAPI services (jobs, finance, food, entertainment, social, real estate, news, search) as a collection of FastMCP servers for tool integration.
fastsearch-mcp
Provides lightning-fast file search capabilities on Windows by directly accessing the NTFS Master File Table, integrated with Claude Desktop.
stock_techfun_analyst
Aggregates analysis from multiple MCP servers to provide comprehensive stock insights.
MCP_Server5
An MCP server enabling LLMs to accurately answer complex questions about U.S. federal award spending by integrating with USAspending.gov API v2.