What is MCP?
Model Context Protocol (MCP) is an open standard for connecting AI assistants to external tools and data sources. When you add Orthogonal as an MCP server, your AI gains access to paid APIs.Available Tools
The MCP server provides four tools:| Tool | Description |
|---|---|
search | Find APIs by describing what you need |
get_details | Get full parameter info for an endpoint |
integrate | Get ready-to-use code snippets |
use | Execute an API call |
Example Conversation
See it in action - Multi-API workflow
See it in action - Multi-API workflow
You: I need to find contact info for the CEO of Stripe - get their email and phone numberClaude: uses search toolI found several lead enrichment APIs. Let me chain them together:Claude: uses the
use tool with Sixtyfour /enrich-leadFound the CEO: Patrick Collison. Now let me get contact details…Claude: uses the use tool with Sixtyfour /find-emailFound email: [email protected]Claude: uses the use tool with Sixtyfour /find-phoneFound phone number3 API calls, one conversationHere’s what I found:- Name: Patrick Collison
- Title: CEO at Stripe
- Email: [email protected]
- Phone: +1-xxx-xxx-xxxx
- LinkedIn: linkedin.com/in/patrickcollison
Supported Clients
Claude Desktop
Anthropic’s official desktop app
Cursor
AI-powered code editor
Other MCP Clients
Any MCP-compatible tool
Set up the MCP server
Follow the installation guide for your preferred client.
