Use Cases
- Connecting third-party SaaS tools (Slack, Linear, Figma, etc.) to agents without writing custom integrations.
- Exposing internal APIs as callable tools for agents.
- Centralizing MCP server management instead of configuring connections per tool or per agent.
- Sharing a single MCP server across multiple agents and gateways with controlled tool exposure.
How It Works
Each MCP Server registers an upstream endpoint. Orq.ai connects to it, discovers the available tools, and tracks the sync state. Tools can be exposed to all agents, filtered by an allow-list, or hidden entirely. When a server is linked to a gateway, the gateway handles tool routing and authentication so clients only need the gateway URL.Set Up an MCP Server
- Click Create MCP Server.

Create MCP Server form
- Pick a provider or enter a custom URL. The MCP Provider dropdown lists pre-configured providers (Airtable, Slack, Linear, and more). Selecting one pre-fills the connection details and authentication headers. Choose Custom to enter a server URL manually.
-
Fill in the general details.
- Key (required): a unique identifier for this server. Used in tool name prefixes when linked to a gateway.
- Description (optional): a note about what this server provides.
-
Set the connection.
- Type: HTTP (default) or SSE for streaming-capable servers.
- URL (required): the endpoint of the upstream MCP server.
-
Configure authentication.
- None (default): for public servers that require no credentials.
- Static Headers: send fixed headers with every request. Use
{{variable}}syntax for sensitive values like API keys. The actual values are stored securely and used at runtime when executing tools through agents or gateways.
- Test the connection. Click Test connection to probe the server before saving. This validates the URL and authentication, and returns the list of discovered tools.
- Click Create.
After Creation
Once saved, Orq.ai syncs with the upstream server and discovers its tools. The server detail page shows discovered tools on the left and tool details on the right.
MCP Server detail page with discovered tools and execution panel
- View discovered tools in the Tool Sets tab. Select a tool to see its description, arguments, and input schema. The sync state shows the total tool count, tools added and removed since the last sync, the last synced timestamp, and any sync errors.
- Control tool exposure in the Settings tab. Set the mode to All (expose every discovered tool), Selected (expose only tools in an allow-list), or None (hide all tools). Mark individual tools as read-only to prevent write operations.
- Test a tool by filling in the arguments and clicking Run tool. The test invokes the tool on the upstream server and shows the response.
- Re-sync to pick up changes from the upstream server. New tools are added, removed tools are dropped.
- Configure project access in the Settings tab. Servers are scoped to a project. Use sharing settings to control which team members can view or edit the server.
- View version history in the Versions tab.
- Duplicate a server to create a copy with the same connection and tool settings under a new key.
Monitor Usage
The Overview tab reports tool usage for the server, aggregated across every gateway that exposes it. It opens on the last 7 days, and the badge next to the heading carries the sync state, the discovered tool count, and the time of the last sync.
MCP Server Overview tab over the last 7 days