Skip to main content
NeetoCal runs a hosted MCP server — there’s nothing to install or run locally. Add it to your AI assistant’s MCP configuration with your API key, restart the assistant, and the neetocal tools become available.

Server details

Endpointhttps://connect.neetocal.com/mcp/messages
TransportHTTP
AuthenticationAuthorization: Bearer <your-api-key> header
Paste your NeetoCal API key in place of YOUR_API_KEY in the config for your assistant below.

Set up your assistant

Add the server to ~/.claude.json:
{
  "mcpServers": {
    "neetocal": {
      "type": "http",
      "url": "https://connect.neetocal.com/mcp/messages",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Restart Claude Code after saving.

Verify the connection

Once your assistant reloads, confirm the neetocal tools are listed, then try a prompt like “List my upcoming NeetoCal bookings.” See Examples for more.