Rosey works with any MCP client or script that can send an authorization header — Cursor, VS Code, n8n, or your own code.
Steps
Create an API key on your Rosey dashboard. See: Creating and managing API keys.
Point your client at the Rosey API endpoint below.
Send your key as a bearer token in the
Authorizationheader.
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.
