Brahmando logo
BrahmandoAI Marketplace

MCP Servers

Model Context Protocol-compatible FastAPI servers. Each exposes standardised endpoints for agent execution, metadata discovery, and health checks.

compliance-agent

Compliance

Automated compliance checks against GDPR, SOC2, and HIPAA. Returns structured findings with severity scoring.

GET
/health

Liveness probe

GET
/metadata

Server name, version, capabilities

POST
/execute

Run compliance analysis

Source: /mcp-servers/compliance-agent/

network-agent

Network

Network topology analysis, anomaly detection, and intelligent routing recommendations.

GET
/health

Liveness probe

GET
/metadata

Server name, version, capabilities

POST
/execute

Run network analysis

Source: /mcp-servers/network-agent/

finance-agent

Finance

Financial risk scoring, portfolio analysis, and market signal interpretation.

GET
/health

Liveness probe

GET
/metadata

Server name, version, capabilities

POST
/execute

Run 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.