Evaluate and monitor voice and text agents. Synthetic users to find edges.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Okareo.
save_scenarioSave a named scenario from rows of input/result data (idempotent)
list_scenariosList all scenarios in the project with names, IDs, and row counts
get_scenarioRetrieve a scenario's metadata and all data rows by name or ID
create_scenario_versionCreate a new version of an existing scenario with updated data
preview_delete_scenarioPreview what will be deleted before removing a scenario
delete_scenarioPermanently delete a scenario and all related test data
The Okareo MCP server exposes Okareo's evaluation capabilities as MCP tools, allowing AI coding assistants to create and manage scenarios, register models, run evaluations, and execute multi-turn simulations directly from your editor.
For detailed documentation, see the Okareo MCP docs.
The fastest way to get started. No local install, no Python, no API key in .mcp.json. Browser sign-in handles auth on first connect.
Add to your copilot's MCP config (typically .mcp.json):
Reload the copilot. It will open a browser to Okareo sign-in once; thereafter the copilot stores the token itself. Your .mcp.json contains no secrets.
For clients that haven't shipped the MCP OAuth flow yet, paste your API key as a bearer header. Prefer the env-var form over an inline literal:
If you have access to more than one Okareo account, simply Clear Authentication and then re-authenticate with the account you want to work in. You can always ask which account your are in and have acccess to.
Run the MCP server on your own machine. Useful for offline / airgapped environments and for development.
Prefer the Remote MCP section above unless you have a specific reason to install locally (airgapped, custom build, development on this repo). The remote endpoint requires no install and stays current automatically.
For multi-org users, the remote endpoint also exposes tenant management tools (list_tenants, switch_tenant).
Add this to your ~/.zshrc or ~/.bash_profile for persistence.
Add to .mcp.json:
No pre-install needed β uvx handles it automatically.
Add to .cursor/mcp.json:
Cursor inherits OKAREO_API_KEY from your shell environment.
If you don't have uv installed:
Then use "command": "okareo-mcp" instead of "command": "uvx" with "args": ["okareo-mcp"].
| Variable | Default | Description |
|---|---|---|
OKAREO_API_KEY | (required) | Your Okareo API key |
OKAREO_BASE_URL | https://api.okareo.com | Override for on-prem Okareo backend |
TRANSPORT | stdio | Transport: stdio (local) or sse (Docker) |
PORT | 8000 | Port for SSE transport |
| Tool | Description |
|---|---|
save_scenario | Save a named scenario from rows of input/result data (idempotent) |
list_scenarios | List all scenarios in the project with names, IDs, and row counts |
get_scenario | Retrieve a scenario's metadata and all data rows by name or ID |
create_scenario_version | Create a new version of an existing scenario with updated data |
preview_delete_scenario | Preview what will be deleted before removing a scenario |
delete_scenario | Permanently delete a scenario and all related test data |
| Tool | Description |
|---|---|
list_available_llms | Browse available LLMs from the Okareo registry |
register_generation_model | Register a generation model for testing by selecting an LLM from the registry |
list_generation_models | List all registered generation models in the project |
get_generation_model | Read detailed information about a registered generation model |
update_generation_model | Change the LLM a registered generation model points to |
delete_generation_model | Remove a registered generation model and all its related test data |
| Tool | Description |
|---|---|
list_checks | List available quality checks (built-in and custom) for evaluating model outputs |
run_test | Run a quality test that evaluates a model against a scenario using specified checks |
list_test_runs | Find past test runs, most recent first. detail_level="summary" (default) or "detailed" for aggregate metrics |
get_test_run_results | Load one page of a run's results by ID or name. detail_level="summary" (default) / "detailed" (per-check outcomes + explanations) / "full" (transcripts). Defaults to 20 conversations. Carries a rerun block β the call and config to re-run this simulation |
get_conversation_transcript | Retrieve the full conversation transcript for a single data point |
reevaluate_test_run | Re-score a completed test run against a (possibly different) set of checks |
create_or_update_check | Create or update a quality check by name β model-based, code-based, or audio (upsert) |
generate_check | Generate a check from a natural-language description, then save it |
get_check | Retrieve a check's full configuration, including its prompt template or code |
delete_check | Permanently delete a check by name |
calibrate_check | Dry-run a draft check against a finished test run β per-row verdicts and the arguments the check received, saving nothing |
| Tool | Description |
|---|---|
create_or_update_target | Create or update a Target β generation model, custom endpoint, or voice (OpenAI, Deepgram, Twilio) |
get_target | Retrieve a Target's configuration by name (all types) |
list_targets | Find simulation targets (voice and custom_endpoint). Bounded to 20 by default; name_contains filters |
delete_target | Remove a simulation target and all its related test data |
create_or_update_driver | Define a simulated user persona that will interact with your target |
get_driver | Retrieve a Driver's full configuration including the persona prompt |
list_drivers | Find Driver personas. Bounded to 20 by default; name_contains filters |
list_driver_voices | Discover the voices, voice profiles, and languages available for voice drivers |
run_simulation | Run a multi-turn conversation evaluation. With based_on_run_id it inherits the original run's full configuration; any argument you pass overrides that one field |
list_simulations | List past simulation runs with optional filters (target, scenario, limit) |
| Tool | Description |
|---|---|
ingest_conversations | Submit completed voice conversations to Okareo for monitoring |
connect_voice_integration | Connect a voice provider so its traffic flows into Okareo monitoring |
list_voice_integrations | List the voice provider integrations in your project |
get_voice_integration | Retrieve a voice provider integration by ID, including its status |
update_voice_integration | Update a voice provider integration's metadata |
rotate_voice_integration_secret | Rotate a voice provider integration's secrets |
delete_voice_integration | Delete a voice provider integration by ID |
get_voice_webhook_url | Get the inbound webhook endpoint for a voice provider |
| Tool | Description |
|---|---|
list_projects | List every project you can work in β id, name, tags, archive state β with the active one marked |
select_project | Choose the project to work in for this conversation |
create_project | Create a new project |
update_project | Rename a project, or replace its tags |
archive_project | Hide a project from the project picker. Reversible; nothing is deleted |
unarchive_project | Restore an archived project to the picker |
clone_project | Copy an existing project's scenarios into a new project (dry-run first) |
Okareo has no project delete β in the app, the API, or here. Archiving is the removal, and it only hides the project from the picker: its scenarios, runs, and dashboards stay intact and every tool still works against it.
| Tool | Description |
|---|---|
query_analytics | Query Okareo's product analytics to understand evaluation trends |
list_dashboards | List the analytics dashboards in your project |
get_dashboard | Retrieve a dashboard's full configuration by name |
save_dashboard | Create or update an analytics dashboard by name (upsert) |
reorder_dashboards | Set the display order of dashboards |
delete_dashboard | Delete a dashboard by name |
| Tool | Description |
|---|---|
list_tenants | List every Okareo organization you have access to in this MCP session |
switch_tenant | Change which Okareo organization subsequent tool calls operate against |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/okareo)<a href="https://allmcps.com/mcp/okareo"><img src="https://allmcps.com/api/badge/okareo?style=directory" alt="Okareo on AllMCPs" /></a>