MCP

MCP reference

Connect Relentless Identity to your coding agent or IDE.

MCP reference

The MCP integration exposes the same core identity workflows as the dashboard and REST API, plus account and job helpers for agent-style automation.

Current public MCP tools:

  • identity_find
  • identity_probe
  • account_get_usage
  • account_get_history
  • job_schedule_finder_batch
  • job_schedule_probe_batch
  • job_get

Install with a dashboard token

Code snippet
npx relentless-identity-mcp@latest install --token relid_pat_your_token_here

When to use MCP

Use MCP when you want an agent or IDE to run Finder and Probe as part of a larger workflow.

Use the account and job tools when your agent needs to:

  • inspect current usage before starting work
  • review recent request history
  • shift a larger workload from sync execution to background execution
  • poll a background job until completion

If you are building a direct application integration, use the REST API reference instead.

Quick links

Browse the docs

Start with the overview, move into authentication and implementation details, then keep the reference pages nearby while you build.

Agent-ready docs

Copy this page or hand an agent `llms.txt`

Copy the current page as Markdown, or copy `llms.txt` when you want to give an assistant a clean index of the docs, reference, and related pages.

Open llms.txt

Companion routes

Reference, pricing, and access

Jump from the guides into the live API reference, pricing, or token management when you are ready to move from evaluation to production use.