MCP Server Integration
MCP Server Integration
The Model Context Protocol (MCP) allows you to connect AI coding assistants directly to the IBEx API documentation. By configuring an MCP server, tools like Cursor, Windsurf, Claude or ChatGPT can instantly search, read, and understand our complete API reference and integration guides.
We use the @chr33s/mcpdoc package to expose our documentation index (llms.txt) as a searchable MCP server.
🌐 ChatGPT (Remote MCP)
ChatGPT supports remote MCP servers via SSE transport. To create a custom GPT tool:
- Go to ChatGPT > Explore GPTs > Create
- Click Configure > Add action > MCP
- Enter the following MCP server URL:
- URL:
https://passkeys-productionv2.ibex.fi/mcp/sse - Authentication: None
- URL:
- Click Create and start chatting with IBEx API documentation!
💻 Cursor
To connect Cursor to the IBEx API documentation:
- Open Cursor Settings (
⌘ + ,orCtrl + ,) - Go to Features > MCP
- Click + Add new MCP server
- Configure the server with the following settings:
- Type:
command - Name:
ibex-api-docs(or your preferred name) - Command:
npx -y @chr33s/mcpdoc https://passkeys-productionv2.ibex.fi/llms.txt
- Type:
- Click Save and verify the server status shows a green dot (Connected).
Your Cursor agent can now seamlessly answer questions about IBEx integrations!
🌊 Windsurf
To connect Windsurf to the IBEx API documentation:
- Open
~/.codeium/windsurf/mcp_config.jsondirectly in Windsurf or your terminal. - Add the following configuration to the
mcpServersobject:
- Save the file and reload the Windsurf window if necessary.
🤖 Claude Desktop
To use the integration with the Claude Desktop app:
- Open your Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
- macOS:
- Add the IBEx API documentation server to
mcpServers:
- Restart the Claude Desktop app. When you open a chat, you should see an option to attach context or use tools provided by the
ibex-api-docsMCP server.
⌨️ Claude Code (CLI)
To integrate the IBEx documentation into your terminal workflow using the Claude Code CLI tool:
Run the following command in your terminal:
Claude Code will automatically register the server and can now pull documentation whenever you ask questions about integrating IBEx.