Two levels of access
Use Agent MCP when you want grounded answers from a configured agent. Use Room MCP when you want the room itself — its data, pipelines, memories, lenses, and agents.
Getting your credentials
Every MCP request needs an endpoint URL and an access token (sent as a Bearer token):- Agent MCP — open your agent’s Integration & Sharing → Integration tab to copy its MCP URL and Access Token. See Agents.
- Room MCP — open the room’s MCP Playground to copy the MCP endpoint and mint an access token with a chosen expiry. The Playground also lets you call every tool live and see the exact requests and raw responses an MCP client would send and receive.
Connect from any platform
Both levels work with any MCP-compatible client — Claude, Cursor, agent frameworks like OpenAI, CrewAI, or LangChain, or your own backend services. Point the client at the endpoint with your Bearer token, list the tools, and call them.Related
Agent MCP
Tools for talking to a deployed agent.
Room MCP
The full tool surface: pipelines, memories, lenses, agents, and data access.
Connect External Services
The other direction — services into Corvic.

