Renta MCP Server
The Renta MCP Server is a Model Context Protocol (MCP) server that connects your AI assistants directly to your Renta workspaces.
It allows you to manage tracking plans, events, and properties directly from your favorite IDE or CLI tools.
Available tools and capabilities
The Renta MCP provides comprehensive access to your tracking schema through these tools:
| Tool name | Description |
|---|---|
| renta_assistant | Get the JSON Schema for a specific operation. Returns a detailed schema with required and optional parameters, as well as usage examples. Use before creating or updating objects. |
| manage_tracking_plans | Manage tracking plans: list, get, create, update, and delete. Each plan is linked to one or more data sources. |
| manage_events | Manage events within a tracking plan: list, get, create, update, delete, and search by name. Supports track, page, screen, identify, and group types. |
| bulk_manage_events | Bulk operations on events: create, update, or delete multiple events in a single call. Accepts a JSON array of event objects. |
| manage_properties | Manage properties (event and user) within a tracking plan: CRUD and search. Supports advanced validation: strings, numbers, enum, regex, arrays, boolean constants, nullable fields. |
| bulk_manage_properties | Bulk operations on properties: create, update, or delete multiple properties in a single call. Accepts a JSON array of property objects. |
Integration guides
Here are the step-by-step instructions to add the Renta MCP server to popular AI assistants.
Cursor
Cursor is an AI code editor that natively supports MCP servers.
Open settings. Go to Cursor > Settings⦠> Cursor Settings.
Navigate to MCP settings. Go to Tools & Integrations > New MCP Server.
Add configuration. Add this configuration to your
mcp.json:mcp.json{ "mcpServers": { "Renta": { "url": "https://mcp.eu.renta.im/mcp" } } }Authenticate. Return to the Tools & Integrations tab and authenticate with Renta.
Claude Desktop
Claude Desktop requires updating its configuration or adding a custom connector.
- Navigate to settings. Navigate to claude.ai or open the Claude desktop app.
- Add custom connector. Go to Settings > Connectors > Add custom connector.
- Configure the integration. Set the name to Renta and URL to
https://mcp.eu.renta.im/mcp. - Complete authorization. Complete the OAuth authorization when prompted.
Claude Code
Claude Code is a CLI tool that connects to MCP servers for enhanced context.
Add the MCP server globally. Use the following command to add Renta:
Terminalclaude mcp add -t http -s user Renta "https://mcp.eu.renta.im/mcp"Start Claude Code. Run Claude Code in your terminal:
TerminalclaudeAuthenticate with Renta. Initiate the authentication process:
Terminal/mcpComplete authentication. Follow the authentication flow to connect your account.
Gemini CLI
Gemini CLI allows connecting to external MCP servers to assist in your workflow.
Open the configuration settings. Add this to your
~/.gemini/settings.json:~/.gemini/settings.json{ "selectedAuthType": "oauth-personal", "mcpServers": { "renta": { "httpUrl": "https://mcp.eu.renta.im/mcp" } } }Restart the MCP server and authenticate. Run the following command to authenticate:
Terminalgemini/mcp auth renta
Codex CLI
Codex CLI supports MCP integration through standard configuration files.
Add the Renta MCP server. Use the following command to add the server:
Terminalcodex mcp add renta --url https://mcp.eu.renta.im/mcpAuthenticate. Follow the authentication flow when prompted.
Ready to get started?
Build your data pipeline today or get a personalized demo. Start free!
Need help?
Get expert support to ensure your project succeeds. We're here to help!
Feature requests?
Help shape our product! Share your ideas for new features and integrations.