Skip to main content
modiva.ai
Sign In

Quickstart

Connect Modiva to any MCP client in three steps. You'll be calling real tools in under two minutes.

For agents
MCP server

Point Claude, Cursor or any MCP client at one hosted server.

mcp.modiva.ai/v1
For your code
REST API

Every tool is also an HTTP endpoint — same key, same scopes.

api.modiva.ai/v1
01 · Get your key

Create a workspace and grab your MCP key from Dashboard → MCP Keys. It carries the scopes of every connection.

02 · Add the server
npx -y mcp-remote https://mcp.modiva.ai/v1 \
  --header "Authorization: Bearer mk_live_…"
03 · Call a tool
posts_create({
  profile_id: "acme",
  text: "Launching today 🚀"
})
Docs — Modiva