About this release¶
API Portal & MCP Hub 1.0.0 is the first release of a self-hosted portal for APIs and Model Context Protocol (MCP) servers. API publishers expose APIs and MCP servers, and developers discover, subscribe to, and consume them. Because this is the first release, every capability below is available for the first time.
New to the portal? Start with the Overview, then the Getting Started guide.
Catalog and discovery¶
- API and MCP server catalog: Browse, document, and consume APIs alongside MCP servers, organized into views with labels. The portal doubles as an MCP Hub, making MCP servers first-class catalog entries next to APIs. See Discover APIs and MCP Servers.
- API workflows: Publish multi-step, guided API workflows as a first-class catalog artifact, alongside APIs and MCP servers. See API Workflows.
- MCP registry: A programmatic MCP Server Registry API lets agents and tooling discover the MCP servers the portal publishes. See the MCP Registry API.
- AI-ready by design: MCP-enabled servers pair with
llms.txtentry points at the portal root and per view. Together, they let artificial intelligence (AI) agents discover the available APIs, MCP servers, and workflows programmatically. See AI Agent Discovery and LLM Instructions.
Consumption¶
- Applications, subscriptions, and API keys: Consumers create applications, subscribe to plans, and generate and manage API keys and subscription tokens. A browser-based Try It console calls APIs directly from the catalog. See Consume an API.
Authentication¶
- Platform API-backed local authentication: The built-in login form authenticates against the Platform API sidecar and receives a signed JSON Web Token (JWT).
- OIDC authentication: OpenID Connect (OIDC) login runs alongside local authentication, with configurable per-token role-to-scope and group-to-scope mapping. See Authentication.
Customization¶
- Theming: Customize the portal's colors, styling, logo, and page layouts, and apply custom styling to individual API landing pages. See Theming and Apply a Theme.
- Design mode: A file-based, database-free local preview renders the whole portal—APIs, MCP servers, applications, and theming—straight from sample files on disk. Use it for content authoring and theming without standing up the full stack. See Design Mode.
Integration and administration¶
- Webhook-based event outbox: The portal emits signed delivery events for API key, application, and subscription plan changes, so it doesn't depend on a specific gateway or control plane. Receivers react to these events to provision, revoke, or sync resources in downstream systems. See Webhook Integration and the Webhook Event Catalog.
- Admin UI: A dedicated administrative user interface (UI) manages the organization, views, labels, the API and MCP catalog, API workflows, subscription plans, key managers, and webhook subscribers. See Admin Settings.
Known issues and limitations¶
There are no known issues recorded for this release.
Get started¶
To install and run the portal, follow the Getting Started guide.