What is MCP?
The Model Context Protocol (MCP) is an open standard that allows AI assistants to connect to external tools and data sources. Jarvi exposes an MCP server so you can use AI assistants to search, read, and update your Jarvi data directly.Compatible clients
Any MCP-compatible client can connect to Jarvi, including:- Claude Desktop
- Cursor
- Windsurf
- Any client supporting the Streamable HTTP transport
Configuration
Claude Desktop
Go to Settings > Connectors > Add a custom connector, enter a name (e.g., “Jarvi”) and the URL:Other clients
For clients that don’t support OAuth2, use a private API key:- Transport: Streamable HTTP
- URL:
https://mcp.jarvi.tech - Authentication:
x-api-keyheader with your private API key
Available tools
Once connected, the following tools are available for your AI assistant:All operations run with your permissions. Row-level security applies — you can only access data your account has access to.
Prompt Examples
Once connected, try asking your AI assistant:- “Who am I?”
- “Search for React developers in Paris”
- “Show me the details of project X”
- “Create a profile for John Doe, developer”
- “Position this candidate on project X”
- “Set the status of Acme company to Qualified”
- “What custom fields exist on profiles?”
- “Log a call with John Doe: discussed his availability”
- “Remind me to follow up with Acme next Monday”
- “Update John Doe’s title to Senior Developer”
Limitations
- The same usage limits apply, counted on cumulative execution time. If you need more, contact our support team.
- Deletion operations are blocked — use soft delete (updating
deletedAt) instead. - Responses that are too large are automatically truncated. Use
limitarguments in your queries. - Destructive tools (mutations, campaign launches, message follow-ups) require confirmation from the AI assistant before execution.