Skip to content
← Revolink Docs
NEW

Revolink for AI Agents

Connect Claude, Cursor, Windsurf, and any MCP-compatible AI assistant to Revolink. Create smart links, update routing rules, and pull analytics — without leaving your AI chat.

Connect in 2 steps

1

Choose how to authenticate

Revolink supports two authentication methods. Pick the one that fits your use case.

  1. Open the Revolink app and go to Profile → API.
  2. Click Create API Key, give it a name (e.g. Claude MCP).
  3. Under MCP — enable the scopes you need:
    links:read · links:write · links:delete · links:bulk · analytics:read
  4. Click Create and copy the key — it is shown only once.

⚠️ A key with MCP enabled but no scopes selected will be rejected with 403.

2

Add Revolink to your AI client

Pick your client below. Replace YOUR_API_KEY with the key from step 1, then restart the client.

json
// Open via: Claude menu → Settings → Developer → Edit Config
// (creates the file automatically if it doesn't exist)
{
  "mcpServers": {
    "revolink": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://api.revolink.link/apiv1/mcp",
        "--header",
        "X-Api-Key:YOUR_API_KEY"
      ]
    }
  }
}

After saving, restart Claude Desktop. The Revolink tools will appear in the toolbar.

Note: Claude Desktop uses stdio transport — mcp-remote acts as a local bridge to the Revolink HTTP MCP server.

Note: claude.ai (web browser) does not support API key auth for MCP — use the instead, or use Claude Desktop / Claude Code. See the full reference for all available tools and permissions.

What you can ask

Once connected, just describe what you need:

"Create a link called App Download — send iOS users to the App Store, Android to Google Play, everyone else to the website."

"Show me all links tagged summer-sale in this workspace."

"Update link X — add a rule that redirects German visitors to de.example.com."

"What were the top countries for link X last week?"