The Naive API v2 includes a hosted MCP server running on the same instance as the REST API. This means agents can connect directly without running any local processes.Documentation Index
Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Architecture
Unlike the original Naive MCP (which ran as a local stdio subprocess), this is a remote SSE server. The agent connects over the network.Connection
Claude Desktop Configuration
Cursor Configuration
How It Works
- Agent opens SSE connection to
/mcp/ssewith Bearer auth - Server sends back session ID
- Agent sends tool calls via
POST /mcp/messages?sessionId=... - Server executes the tool using internal services and returns result
- Connection stays open for the session duration