MCP Integration
You can connect AI assistants like Claude, Cursor, or Postman directly to Belong using Model Context Protocol (MCP).
This allows you to:
- Ask natural-language questions about your events or places
- Interact with your token collections and schedules
- Use Belong's API without writing any code
Connection Options
You can either use a ready-to-go remote server or run a local test connection.
Remote Server
No setup needed — simply use this URL:
sh
https://api.nomadcalendar.io/sse
sh
Soon...
WARNING
Only the staging server works for now, production support is coming soon.
How to Connect with AI Tools
All popular MCP-compatible clients — including Claude Desktop and Cursor — support the following configuration format:
INFO
We use mcp-remote to connect to the Belong remote MCP server.
json
{
"mcpServers": {
"belong": {
"command": "npx",
"args": ["mcp-remote", "https://api.nomadcalendar.io/sse"]
}
}
}
json
Soon...
This allows agents to communicate with Belong’s OpenAPI-based API via a remote MCP proxy.
Refer to the Claude Desktop quickstart guide for detailed integration steps.