POST URL that your assistant calls to discover tools and invoke them.
Endpoint and protocol
Your MCP endpoint is:Authentication
Pass your API key as a bearer token in every request:read) or Read & write (scope: write). Scopes, rate limits, and key management work the same way here as they do for the REST API.
A read-only token lists only 5 tools — the read tools. The 6 write tools are hidden from it entirely, and calling one directly is refused. If
tools/list returns only 5 entries, you have a read-only token. Create a read & write token to unlock all 11 tools.Connecting an AI assistant
- Claude Code
- JSON config
Run this command once to register OneRep as an MCP server. Replace the URL with your deployment URL and the key with your API key.
Quick connection test
To confirm the endpoint is reachable and your token is valid, calltools/list directly:
401 with a WWW-Authenticate header — it does not return an empty list — so a misconfigured client will tell you immediately rather than silently appearing to be an empty account.