Speakeasy
Speakeasy becomes the enterprise control plane for MCP server access and AI tool governance.
◆Recent moves
- 1d ago
The MCP catalog on the MCP page, editable gateway instructions, and a usage explorer backed by exact meter readings
The MCP catalog is now surfaced directly on the MCP page alongside Servers and Deployments, with command palette integration for discovery. Gateway instructions—the guidance sent to every connected client—are now editable, and the billing explorer reads exact daily meter totals rather than estimates. These UX completions make the platform less opaque to operators managing multiple MCP servers.
- 2d ago
Shadow MCP approvals now bound distribution, trusted issuer links for enterprise authorization, and a fail-open fix in realtime enforcement
Shadow MCP approvals now scope to the audience they were granted for—approval to distribute to a subset can no longer be leveraged to reach a wider one. Enterprise org admins can link trusted IdP issuers for user session authorization. Both tighten the security perimeter on MCP distribution without adding new surface area.
- 4d ago
Risk policies scope only through detection scopes, and MCP requests no longer trigger toolset indexing
Risk policies now scope exclusively through detection scopes, dropping three legacy policy-level fields in a breaking API change. MCP request paths no longer trigger toolset indexing—indexing moves to a background sweep, removing a latency spike from the hot path. The breaking change is painful for existing API callers but rationalizes a model that had accumulated multiple overlapping scope mechanisms.
- 4d ago
Know whether a remote session's stored credential still works before anyone dispatches a tool call
Remote session cards now show credential validity—valid, rejected, or unknown—updated automatically on connect and verifiable on demand via a dry-run dispatch. This closes an operational blind spot where a stored credential could silently fail at tool-call time, surfacing the problem before any user action triggers it.
- 6d ago
Edit an MCP server's access one scope at a time, and manage user session issuers for the whole organization
MCP server access editing gains per-scope granularity: connect, view, and manage can now be adjusted independently per principal, allowing a role with org-wide server access to be narrowed for a single server without touching the role definition globally. Organization-level management of user session issuers rounds out the access model.
- 7d ago
Point an MCP server at your identity provider's issuer and see who each connection belongs to
External OAuth backed by IdP discovery rather than manually entered credentials is a requirement for enterprise environments where identity providers rotate configuration. The 'Connected as' display derived from ID token verification closes the gap between 'a connection exists' and 'we know whose it is' — which is the audit evidence compliance teams need when reviewing who accessed MCP tools.