Over MCP (recommended)
Point an MCP-capable assistant (Claude, ChatGPT, Cursor…) at the marketplace transport:
Transport: POST https://marketplace.dev.belonguniverse.ai/v1/mcp
Choosing a company: an agent key already carries its own, so you omit it. On a human connection, call list_my_companies and pass company_id on each call.
Claude Desktop / Cursor config:
{
"mcpServers": {
"belong": {
"url": "https://marketplace.dev.belonguniverse.ai/v1/mcp"
}
}
}
OAuth for agents (a human authorizes once):
- Issuer:
https://marketplace.dev.belonguniverse.ai - Authorize:
https://marketplace.dev.belonguniverse.ai/v1/agent-oauth/authorize - Token:
https://marketplace.dev.belonguniverse.ai/v1/agent-oauth/token