MCP exposes saved tool discovery and execution. It does not create systems, edit tools, or manage
access rules.
Endpoint
Use the MCP endpoint shown in the Deploy modal for your environment.| Environment | Endpoint |
|---|---|
| superglue Cloud | https://api.superglue.cloud/mcp |
| Self-hosted | https://your-api.example.com/mcp |
/mcp appended.
Enterprise deployments can also expose named MCP servers from Control Panel → MCP Servers.
Named servers have their own endpoint:
Client Config
For clients that support remote HTTP MCP servers:Authentication
The default/mcp endpoint accepts the same superglue API keys used by the REST API. API keys can be restricted by access rules and revoked from the superglue app.
Enterprise deployments also support MCP OAuth for clients that implement the MCP authorization flow. In that setup, the MCP server advertises protected-resource metadata, dynamic client registration, token, JWKS, and userinfo endpoints; authorization opens the web app for sign-in and consent.
Named MCP servers support two authentication modes:
- OAuth Login: each MCP user logs into their own superglue account through the MCP OAuth flow.
- API key: the MCP client sends
Authorization: Bearer <SUPERGLUE_API_KEY>and authenticates as the MCP server creator. The key must be active and assigned to that creator.
authenticate helper tool.
Available Tools
MCP exposes saved tools that the authenticated user or API key can access. Tool names are derived from saved tool ids, and each tool uses its configured input schema. Named MCP servers store a selected list of tool ids, but RBAC is still enforced at connection and execution time. The callable tool set is the intersection of the named server’s selected tools and the authenticated user’s or API key owner’s allowed tools and systems. MCP-triggered executions create normal superglue runs, so they appear in run history and follow the same access rules as executions started from the app or API.Next Steps
- Create or edit tools in the superglue app.
- Copy your deployment-specific MCP endpoint from the Deploy modal, or create a named server in Control Panel → MCP Servers.
- Use Export on a named server to download setup configs for Langdock, Claude Code, Cursor, and Codex.
- Add the server to your MCP client using API key auth or Enterprise OAuth.