Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Okareo
Okareo logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 2:46:03 AM

Okareo

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Evaluate and monitor voice and text agents. Synthetic users to find edges.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "okareo": {
      "command": "uvx",
      "args": [
        "okareo-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (59) Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Capabilities & Tool Schemas (59) ~1.2k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Okareo.

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

Documentation Overview

Okareo MCP Server

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.

Prerequisites

  • An Okareo account at app.okareo.com
  • A copilot that supports MCP servers (Claude Code, Cursor, or VS Code)
  • Python 3.10–3.12 (only for the local install modes; not needed for remote)

Remote MCP (hosted) β€” recommended

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.

Recommended (OAuth β€” Claude Code, Claude Desktop, Cursor, VS Code 1.101+)

Add to your copilot's MCP config (typically .mcp.json):

config.json
{
  "mcpServers": {
    "okareo": {
      "type": "http",
      "url": "https://tools.okareo.com/mcp"
    }
  }
}

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.

Fallback (Bearer header β€” older clients or headless / CI)

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:

config.json
{
  "mcpServers": {
    "okareo": {
      "type": "http",
      "url": "https://tools.okareo.com/mcp",
      "headers": {
        "Authorization": "Bearer ${env:OKAREO_API_KEY}"
      }
    }
  }
}

Working across multiple Okareo organizations

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.


Local install (alternative)

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).

Step 1: Set Your API Key

server.ts
export OKAREO_API_KEY="your-api-key"

Add this to your ~/.zshrc or ~/.bash_profile for persistence.

Step 2: Configure Your Copilot

Claude Code

Add to .mcp.json:

config.json
{
  "mcpServers": {
    "okareo": {
      "command": "uvx",
      "args": ["okareo-mcp"],
      "env": {
        "OKAREO_API_KEY": "${OKAREO_API_KEY}"
      }
    }
  }
}

No pre-install needed β€” uvx handles it automatically.

Cursor

Add to .cursor/mcp.json:

config.json
{
  "mcpServers": {
    "okareo": {
      "command": "uvx",
      "args": ["okareo-mcp"]
    }
  }
}

Cursor inherits OKAREO_API_KEY from your shell environment.

Alternative: pip install

If you don't have uv installed:

Terminal
pip install okareo-mcp

Then use "command": "okareo-mcp" instead of "command": "uvx" with "args": ["okareo-mcp"].


Configuration Reference

VariableDefaultDescription
OKAREO_API_KEY(required)Your Okareo API key
OKAREO_BASE_URLhttps://api.okareo.comOverride for on-prem Okareo backend
TRANSPORTstdioTransport: stdio (local) or sse (Docker)
PORT8000Port for SSE transport

Available Tools

Scenarios

ToolDescription
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

Generation Models

ToolDescription
list_available_llmsBrowse available LLMs from the Okareo registry
register_generation_modelRegister a generation model for testing by selecting an LLM from the registry
list_generation_modelsList all registered generation models in the project
get_generation_modelRead detailed information about a registered generation model
update_generation_modelChange the LLM a registered generation model points to
delete_generation_modelRemove a registered generation model and all its related test data

Tests & Checks

ToolDescription
list_checksList available quality checks (built-in and custom) for evaluating model outputs
run_testRun a quality test that evaluates a model against a scenario using specified checks
list_test_runsFind past test runs, most recent first. detail_level="summary" (default) or "detailed" for aggregate metrics
get_test_run_resultsLoad 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_transcriptRetrieve the full conversation transcript for a single data point
reevaluate_test_runRe-score a completed test run against a (possibly different) set of checks
create_or_update_checkCreate or update a quality check by name β€” model-based, code-based, or audio (upsert)
generate_checkGenerate a check from a natural-language description, then save it
get_checkRetrieve a check's full configuration, including its prompt template or code
delete_checkPermanently delete a check by name
calibrate_checkDry-run a draft check against a finished test run β€” per-row verdicts and the arguments the check received, saving nothing

Simulations (Multi-Turn)

ToolDescription
create_or_update_targetCreate or update a Target β€” generation model, custom endpoint, or voice (OpenAI, Deepgram, Twilio)
get_targetRetrieve a Target's configuration by name (all types)
list_targetsFind simulation targets (voice and custom_endpoint). Bounded to 20 by default; name_contains filters
delete_targetRemove a simulation target and all its related test data
create_or_update_driverDefine a simulated user persona that will interact with your target
get_driverRetrieve a Driver's full configuration including the persona prompt
list_driversFind Driver personas. Bounded to 20 by default; name_contains filters
list_driver_voicesDiscover the voices, voice profiles, and languages available for voice drivers
run_simulationRun 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_simulationsList past simulation runs with optional filters (target, scenario, limit)

Voice Monitoring

ToolDescription
ingest_conversationsSubmit completed voice conversations to Okareo for monitoring
connect_voice_integrationConnect a voice provider so its traffic flows into Okareo monitoring
list_voice_integrationsList the voice provider integrations in your project
get_voice_integrationRetrieve a voice provider integration by ID, including its status
update_voice_integrationUpdate a voice provider integration's metadata
rotate_voice_integration_secretRotate a voice provider integration's secrets
delete_voice_integrationDelete a voice provider integration by ID
get_voice_webhook_urlGet the inbound webhook endpoint for a voice provider

Projects

ToolDescription
list_projectsList every project you can work in β€” id, name, tags, archive state β€” with the active one marked
select_projectChoose the project to work in for this conversation
create_projectCreate a new project
update_projectRename a project, or replace its tags
archive_projectHide a project from the project picker. Reversible; nothing is deleted
unarchive_projectRestore an archived project to the picker
clone_projectCopy 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.

Analytics & Dashboards

ToolDescription
query_analyticsQuery Okareo's product analytics to understand evaluation trends
list_dashboardsList the analytics dashboards in your project
get_dashboardRetrieve a dashboard's full configuration by name
save_dashboardCreate or update an analytics dashboard by name (upsert)
reorder_dashboardsSet the display order of dashboards
delete_dashboardDelete a dashboard by name

Tenant Management (remote MCP only)

ToolDescription
list_tenantsList every Okareo organization you have access to in this MCP session
switch_tenantChange which Okareo organization subsequent tool calls operate against

Documentation & Templates

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Easypanel MCP Server logoEasypanel MCP Server

    Full Easypanel control from Claude Code and Cursor β€” 37 tools for deployments, services, env vars, logs, domains, databases and monitoring. Safety guards require explicit confirmation for all destructive actions.

    πŸ’» Developer Tools3 views
    Compare vs Easypanel MCP Server β†’
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    πŸ’» Developer Tools3 views
    Compare vs Openapi MCP Server β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools8 views
    Compare vs Claude Task Master β†’
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    πŸ’» Developer Tools5 views
    Compare vs Next Devtools MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

Last commit
14d ago
Most recent push to the default branch.
Tools exposed
59
Callable tools this server registers over MCP.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Okareo

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "okareo": { "command": "uvx", "args": ["okareo-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOkareo AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/okareo?style=directory)](https://allmcps.com/mcp/okareo)
HTML Embed
<a href="https://allmcps.com/mcp/okareo"><img src="https://allmcps.com/api/badge/okareo?style=directory" alt="Okareo on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Last updatedSep 11, 2026
11/16 checks healthy over the last 46d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit14d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 11, 2026
51Quality signal: Good Β· 51/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3d ago via OSV.dev Β· okareo-mcp (PyPI)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Okareo β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients