MCP & REST API
Give AI assistants and your own tooling governed access to Volexi — read tools are safe, write tools respect quotas and review gates.
Connect an AI assistant over MCP
- Open
Settings → MCPand click Copy to grab your server URL (/api/mcp) and per-workspace token. - Add it as an MCP server in Claude, Claude Code, ChatGPT or Codex.
- Your assistant can now call read tools (safe) and write tools (which respect plan quotas and review gates). Revoke the token anytime with Revoke.
| Read tools (no state change) | Write tools (respect quotas + review) |
|---|---|
get_metrics | create_action |
get_visibility_gaps | generate_article |
list_prompts | refine_draft |
get_citations | |
get_article_drafts |
Use the REST API
- Open
Settings → REST APIand click Create key; choose read or read-write scope. Copy it now — it's shown once. - Call endpoints with
Authorization: Bearer <key>against/api/v1/…. - Revoke a key anytime from the same panel.
| Method | Endpoint | Body |
|---|---|---|
| GET | /api/v1/metrics | — |
| GET | /api/v1/opportunities | — |
| GET | /api/v1/prompts?limit= | — |
| GET | /api/v1/citations?limit= | — |
| GET | /api/v1/articles?limit= | — |
| POST | /api/v1/actions | {clusterId | diagnosisId} |
| POST | /api/v1/articles | {actionId, customInstructions?} |
| POST | /api/v1/articles/refine | {actionId, note} |
Was this page helpful?
Updated Jul 2026