MCP
Modiva runs a hosted Model Context Protocol server, so Claude, Cursor, Windsurf or any MCP client can drive all 38 integrations with no local install. It speaks the same tool surface as the REST API and carries the same bearer key.
Endpoint https://mcp.modiva.ai/v1 Auth Authorization: Bearer mk_live_… (or OAuth sign-in)
Claude Code
claude mcp add --transport http modiva https://mcp.modiva.ai/v1 \ --header "Authorization: Bearer mk_live_…"
Cursor · .cursor/mcp.json
{
"mcpServers": {
"modiva": {
"url": "https://mcp.modiva.ai/v1",
"headers": { "Authorization": "Bearer mk_live_…" }
}
}
}Claude Desktop
Settings → Connectors → Add custom connector, point it at https://mcp.modiva.ai/v1 and sign in with OAuth — no key to paste.
MCP calls count against the same account-scaled limits as the REST API — see Rate limits.