Bud MCP Foundry
The unified control plane that automatically produces, federates, and governs MCP tools at enterprise scale — turning the systems you already own into governed, agent-ready capabilities, and federating 1,000+ third-party MCPs, without rebuilding anything.
The unified control plane for enterprise MCP.
Organizations that spent years building their systems shouldn't have to rebuild for the agentic future. MCP Foundry produces the MCP capabilities your enterprise needs from your internal APIs, documentation, knowledge, and systems — and governs every agent–tool interaction through one plane.
Layer 05 of the Bud stack.
Every agent above it reaches your enterprise through this layer; every layer below gives it inference and hardware. It is the integration waist of the stack.
Consumed by Studio, Agent, and SENTRY — plus any external MCP-compliant agent: Claude, ChatGPT, Gemini, Cursor, LangChain, CrewAI, AutoGen.
Builds on Bud AI Foundry for on-prem SLM inference — Smart Discovery makes SLM-driven tool use feasible on your own hardware.
Produce. Compose. Federate. Govern.
Six capability groups — the four pillars plus the two engines underneath them, expanded to the specifics an evaluator needs.
Skills Registry. Compose tools, resources, and prompts into self-contained, versioned Skills with one-click rollback — distributed through a governed catalog and portable across Claude, ChatGPT, Cursor, LangChain, CrewAI, or on-prem SLMs. Your procedural expertise travels with you, not locked to any single vendor.
Architecture & components.
An MCPfication pipeline, a seven-layer request path, and defense-in-depth security — wired so every agent–tool interaction carries identity, policy, cost, and audit context automatically.
The MCPfication pipeline — nine stages, automated
For the operator it is three steps: drop in your source, review what's generated, approve and ship — live with auth, rate limits, and observability already wired in.
Seven layers of clean separation
Every request traverses the full middleware stack before reaching a backend service — consistent security, observability, and policy behavior regardless of which component is accessed.
| Layer | Name | What lives there |
|---|---|---|
| 01 | Consumer | AI agents and assistants (Claude, ChatGPT, Gemini, Cursor), frameworks (LangChain, CrewAI, AutoGen, LangGraph), web dashboard, REST/CLI/SDK clients, federated peer Foundries. |
| 02 | Transport | Five protocols normalized into one API surface: HTTP/JSON-RPC, SSE, WebSocket, Streamable HTTP (2025-06-18), stdio (auto-bridged). |
| 03 | API Gateway | Single entry point on a high-performance ASGI framework with ORJSON serialization; validates, routes, serves OpenAPI, exposes /health, /ready, /health/security. |
| 04 | Middleware stack | Ordered pipeline: CORS, compression, security headers, protocol validation, token scoping, authentication, RBAC, request logging, observability instrumentation. |
| 05 | Backend services | Six services in concert: Federation, Gateway, Tool, Team Management, A2A, and MCP Server — each with defined responsibility and telemetry. |
| 06 | MCP Registry | Four-tier unified registry: remote hosted, self-hosted stdio-bridged, AI-generated, and internally managed — with virtual server composition on top. |
| 07 | Data & observability | Redis cache and session state; PostgreSQL 14+ (or MySQL 8+ / MariaDB 10.6+) with SQLAlchemy 2.0 and Alembic; LogFire, OpenTelemetry, Prometheus instrumentation. |
Observability — agent-level trails for every interaction
Agent behavior is non-deterministic. When something goes wrong the question is never just "what call failed" — but what the agent was trying to do, with what context, and what sequence of calls led there.
Per-agent activity trails across tool invocations, skill executions, prompt renderings, and A2A communications — built for post-incident analysis and compliance reporting.
W3C Trace Context propagation; export to OTLP (gRPC/HTTP), Jaeger, Zipkin, or console. Traces persist in-platform when external infrastructure is unavailable.
Counts, duration and size histograms on every endpoint; per-tool, per-gateway, per-server, per-agent, per-skill, per-prompt counters via /metrics/prometheus.
/health, /ready, /health/security; auto-healing with separated enabled/reachable status; active-active multi-region, PostgreSQL streaming replication, Redis Sentinel/Cluster.
Security — four containment perimeters, no plaintext at the core
At the core: no plaintext credentials. Anywhere. Enforced at the schema level — the platform refuses to boot on weak defaults. Authentication is on by default on every API, protocol, and admin endpoint; admin surfaces are disabled unless explicitly enabled.
Runs on what your ops team already knows.
Classical CPU infrastructure, standard databases, active-active HA — deployed per zone, region, or business unit, with capabilities federated across every boundary.
| Requirement | Detail |
|---|---|
| Compute | CPU-only — no GPUs required. GPU-hosted intelligence (model serving) stays in a separate zone via Bud AI Foundry. |
| Database | PostgreSQL 14+ · MySQL 8+ · MariaDB 10.6+ — SQLAlchemy 2.0, Alembic migrations, streaming replication. |
| Cache & sessions | Redis, with Sentinel/Cluster for high availability. |
| High availability | Active-active multi-region; auto-healing with separated enabled/reachable status; 99.9% uptime SLA target. |
| Data residency | Per-zone instances (PCI, EU region, customer data, business units) with their own audit trails — data never leaves its zone; capabilities federate. In sovereign and air-gapped environments the third-party catalog runs as a self-hosted set. |
| Compliance | Controls map to SOC 2 Trust Services Criteria, ISO 27001:2022 Annex A, OWASP Top 10 (2021), NIST CSF 2.0. SOC 2 Type II certification in progress. RBAC, SSO, residency, immutable audit trails, and exportable compliance reports ship at deployment. |
Pre-built enterprise
Exchange, SharePoint, Teams, OneDrive · S3, Lambda, DynamoDB, CloudWatch, IAM, EC2, RDS · Azure Storage, Functions, Cosmos DB, Monitor · VM lifecycle & snapshots.
Third-party & stdio MCPs
Plus Databricks Marketplace (LSEG, FactSet, Nasdaq, Moody's, S&P) — and auto-bridged stdio tools: Drive, Gmail, Calendar, Sheets, Filesystem, PostgreSQL, Redis, SQLite, MySQL, Playwright.
LLMs & agent frameworks
Vendor-agnostic: any OpenAI-compatible endpoint, on-premises SLMs via Bud AI Foundry, Bud Agent native, custom framework plugins.
Every headline number, with its basis.
The numbers your platform team needs to know before they sign off — each paired with how it was measured, not asserted in isolation.
| Claim | Metric | Baseline / boundary | Conditions |
|---|---|---|---|
| <50ms gateway | request latency | Gateway boundary only | backend time excluded |
| <500ms tool execution | end-to-end | Simple tools | full middleware stack |
| <100ms streaming | time-to-first-byte | Streaming responses | SSE / Streamable HTTP |
| 10K+ concurrency | open connections | Single node | minimum spec |
| 10× context reduction | tokens / query | Naive full-catalog wiring | same catalog & queries |
| 99.9% availability | uptime SLA target | Continuous monitoring | active-active multi-region |
Against the obvious alternative.
The closest comparable is IBM ContextForge. Both are enterprise MCP gateways — only one produces, evaluates, and versions MCPs end-to-end.
Where both deliver
- JSON-RPC, HTTP, SSE, WebSocket, Streamable HTTP protocol support
- Gateway federation with DNS-SD auto-discovery
- Tool registry with JSON Schema validation and rate limiting
- External MCP server connectivity
- Plugin extension system with pre/post hooks
Where only Bud has full coverage
- Automated MCP creation from API documentation
- Firecrawl-powered documentation crawling
- AI-powered tool enhancement and evaluation
- Multi-format ingestion: OpenAPI, Postman, PDF, HTML, Markdown
- Confidence scoring, dry-run preview, bulk conflict resolution
- Predefined Skills Registry with one-click deployment
- Snapshot-based skill versioning
- Bifrost unified routing plane
- Auto-bridge stdio MCPs to HTTP/SSE with horizontal scaling
- LogFire AI-agent activity logging
- Token scoping (IP / time / server), startup security validation
Worked example: how a bank uses it.
KYC files, Finacle core, AML engines, SWIFT, credit bureaus — MCPified into audience-scoped servers, routed through governed agents to four distinct user groups.
Self-serve banking answers
General-info and interest-rate-calculator MCPs exposed to commercial assistants like OpenAI and Claude — scoped so customer agents can only reach customer tools.
AML investigation in one query
"Investigate AML alert #4471" — Smart Discovery retrieves exactly aml.lookup_alert, crm.customer_360, and tx.recent_history from thousands of tools, via the internal agent.
Compliance & risk on demand
Compliance-dashboard and risk-reporting MCPs built from policy manuals and RBI filings — served to leadership through the same governed plane.
A governed partner surface
Partner-API and settlement-&-reconciliation MCPs consumed by trusted third-party agents — with their own scopes, rate limits, and audit trail.
One catalog, every zone
PCI zone, EU region, customer-data zone, trading BU — each with its own Foundry instance and audit trail, while agents see a single capability surface.
Forensics on every call
Immutable, tamper-evident logs across every tier answer "who did what, with whose permission, at what cost" — exportable for auditors, mapped to SOC 2 and ISO 27001.
The authoritative narrative, in full.
This brief is the reference. For the argument, figures, and print-grade detail, read the whitepaper — or watch the platform run from ingestion to federation to observability.
Technical whitepaper
The Universal MCPfication Platform
For enterprise AI transformation
A deep dive into the architecture, generation pipeline, federation gateway, and governance model behind Bud MCP Foundry.
Read the whitepaperBack to overview
Bud MCP Foundry
Produce, federate, and govern MCP tools
Return to the high-level product page — the headline numbers and the interactive overview of the four pillars.
Back to the product pagePut your data on it.
The fastest way to see what an integrated AI operating system does for your enterprise is a proof-of-concept on your infrastructure, with your data.