Skip to main content

Connecting any MCP client or API

E
Written by Erik Ross

Rosey works with any MCP client or script that can send an authorization header — Cursor, VS Code, n8n, or your own code.

Steps

  1. Create an API key on your Rosey dashboard. See: Creating and managing API keys.

  2. Point your client at the Rosey API endpoint below.

  3. Send your key as a bearer token in the Authorization header.

API endpoint

<https://api.getrosey.com/mcp-rpc/mcp>

Auth header

Authorization: Bearer rsy_YOUR_KEY

Things to know

  • This is the direct API/bearer-token endpoint. The OAuth connections (Claude.ai, ChatGPT, Zapier) use a different URL — see those articles.

  • Any client that speaks MCP and lets you set a header can call Rosey this way.

Did this answer your question?