Connect Any MCP or API to Hyper
Hyper gives you the flexibility to connect your agents to virtually anything. Whether it’s an MCP (Model Context Protocol) server or a custom REST API, you can plug it in and your agents will be able to use it right away.Why Custom Connections?
Out of the box, Hyper comes with a growing library of built-in integrations like Google, Slack, GitHub, and more. But sometimes you need to connect to:- Your own internal tools — Connect proprietary MCP servers your team has built
- Third-party MCP servers — Use any MCP-compatible service, like Linear, Notion, or Sentry
- Custom REST APIs — Connect to any API endpoint with custom authentication
- Niche or specialized services — If it has an API or MCP interface, your agents can use it
Two Ways to Extend Your Agents
Custom MCPs
Connect to any MCP (Model Context Protocol) server. MCP is an open standard that lets AI agents interact with external tools and services in a structured way. If a service offers an MCP endpoint, you can connect it to Hyper in under a minute.
Custom APIs
Connect to any REST API with custom authentication and endpoints. Point your agent at an OpenAPI spec or manually configure endpoints, and your agent will be able to call them as tools.
Where to Find Custom Connections
You can manage your custom connections from two places in Hyper:- Apps & Connectors page — Navigate to Apps in the sidebar, then switch to the MCP tab to manage your MCP connections at the workspace level.
- Agent Tool Selector — When configuring tools for a specific agent, open the tool selector and you’ll see tabs for Custom API and Custom MCP alongside the built-in apps.
Custom MCP connections you add are available to all agents in your workspace. You can add instructions via the optional Note field to guide agents on when and how to use each connection.
How It Works
When you connect a custom MCP or API, Hyper:- Validates the connection — Tests that the server is reachable and authentication works
- Discovers available tools — Automatically finds what capabilities the server offers
- Makes tools available to agents — Your agents can now use these tools in conversations and workflows
- Handles authentication — Credentials are stored securely and passed automatically with each request