MCP Servers
Model Context Protocol-compatible FastAPI servers. Each exposes standardised endpoints for agent execution, metadata discovery, and health checks.
compliance-agentCompliance
Automated compliance checks against GDPR, SOC2, and HIPAA. Returns structured findings with severity scoring.
/healthLiveness probe
/metadataServer name, version, capabilities
/executeRun compliance analysis
Source: /mcp-servers/compliance-agent/
network-agentNetwork
Network topology analysis, anomaly detection, and intelligent routing recommendations.
/healthLiveness probe
/metadataServer name, version, capabilities
/executeRun network analysis
Source: /mcp-servers/network-agent/
finance-agentFinance
Financial risk scoring, portfolio analysis, and market signal interpretation.
/healthLiveness probe
/metadataServer name, version, capabilities
/executeRun financial analysis
Source: /mcp-servers/finance-agent/
Deploying MCP Servers
Each MCP server is a self-contained FastAPI application in /mcp-servers/<name>/. Deploy them independently to Railway, Fly.io, or any container platform. Update NEXT_PUBLIC_API_BASE_URL to point the frontend SDK to your live servers.