MCP Quick Start¶
Add the Moveris MCP server to Cursor, Claude Desktop, or any MCP-compatible host in a few minutes. The server is hosted at https://mcp.moveris.com/mcp—no cloning or deployment required.
In plain terms
You configure your MCP host once (API key and URL). After that, the AI agent can use Moveris tools to verify human presence before high-stakes actions.
Prerequisites¶
- A Moveris API key — More information here
Required API key scopes
MCP requires an API key with: session:write, session:read, session:audit. Keys with no scopes have full access. See Authentication.
Setup¶
The Moveris MCP server uses HTTPStream transport. You connect your AI agent or MCP host to the hosted URL (https://mcp.moveris.com/mcp) and send your Moveris API key in the X-API-KEY header. Each agent has its own config file and format—Cursor uses ~/.cursor/mcp.json, Claude Desktop uses claude_desktop_config.json, Copilot Studio uses its MCP wizard, and so on. See Agent Configurations for step-by-step setup for Cursor, Claude Desktop, Gemini CLI, ChatGPT, Microsoft Copilot, Meta AI, Windsurf, and Cline.
API key security
Never commit your API key or expose it in shared configs. Use environment variables or your host's secrets UI when available.
Verify Setup¶
Use the health-check tool to confirm the server is running:
// Tool: health-check
// Input: {}
// Expected output:
{
"status": "ok",
"uptime": "42s",
"timestamp": "2026-02-25T12:00:00.000Z",
"version": "0.1.0"
}
Next Steps¶
- Agent Configurations — Step-by-step setup for Cursor, Gemini, ChatGPT, Copilot, Meta AI, and more
- Tools Reference — All available tools and parameters
- Session Lifecycle — How verification sessions work
- Errors — Handling errors and retries