The server doesn’t respond
- Check the endpoint URL:
https://mcp.operata.io/mcpfor OAuth,https://api.operata.io/v1/mcpfor an API key. - Confirm your network allows HTTPS to
mcp.operata.ioorapi.operata.io. - OAuth — reconnect to refresh an expired session. In Claude Code, run
/mcp. - API key — verify the key is valid, not revoked, and has the right permissions.
Tools don’t appear in your client
- Restart the client after you change its configuration.
- Check the MCP configuration file is valid JSON.
- Read the client’s logs for MCP errors.
- Confirm
mcp-remoteruns:npx mcp-remote@latest --help.
Authentication errors (401 or 403)
- OAuth — sessions are short-lived and expire. Reconnect your client for a fresh sign-in (in Claude Code, run
/mcp). - OAuth — confirm your user has the Admin or User role. Viewer accounts and RBAC users can’t use the server.
- API key — regenerate the key, update the configuration, and check the
Authorization: Bearerheader is correct and the key isn’t revoked. 403 "API key access is restricted to its own group"means an API-key session tried to use another group. Connect over OAuth to work across groups.
A group is missing, or switch_group is rejected
- API key — keys only ever see their own group. Connect over OAuth to reach others.
- OAuth —
list_groupsreturns only the groups your user is scoped to. Confirm your access in Operata. - Confirm your role is Admin or User, and that you aren’t an RBAC user.
A query returns no results
- Confirm the time range contains data — try widening it to 30 or 60 days.
- Confirm the active group is correct with
switch_group, or passgroupIdon the call. - Use
get_schemato check the column paths for the service you’re querying. - For
ai_interactionornode_interaction, confirm bots or IVR flow logging are configured. - Run
traces_listwith no filters to confirm data exists in the range.
A trace or span isn’t found
- Confirm the trace ID is exactly 32 hex characters.
- Confirm the span ID is exactly 16 hex characters.
- Confirm the trace exists with
traces_listor atraces_querytable query first. - Confirm the span belongs to the trace.
Related
- MCP overview — authentication, groups, and testing for every client.
- MCP tools reference — every tool, its parameters, and examples.
- Authentication — the API keys the server uses.
- Rate limits — the 100 requests per minute per key limit.