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
  • 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. Eval View
Eval View logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:49:44 PM

Eval View

User RatingsBe the first to rate and review this MCP server!
View Repository134 GitHub StarsTotal stargazers on GitHub for the source repository (134 stars).Visit Website
ai-testingregression-testingdeveloper-toolsci

Records AI-agent behavior, compares it with golden baselines, and flags tool-call or output regressions in CI.

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": {
    "hidai25-eval-view": {
      "command": "uvx",
      "args": [
        "evalview"
      ]
    }
  }
}

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

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Overview

hidai25/eval-view MCP server provides snapshot-style regression testing for AI agents by recording tool calls, parameters, ordering, and outputs. Its documented workflow uses the EvalView CLI to create a baseline with `snapshot` and compare later runs with `check`. Deterministic trajectory comparison runs offline, while optional judge and embedding-based checks can evaluate output quality. Reach for it when agent behavior must be checked after prompt, model, provider, or code changes; the README does not document a separate MCP tool interface.

Use cases

โ€ขRecord agent behavior before a release
โ€ขCompare tool-call trajectories after prompt changes
โ€ขBlock regressions in pull requests
โ€ขTest HTTP-based agents in CI
โ€ขMonitor model or provider drift

Key features

โ€ขGolden behavior snapshots
โ€ขFull tool-call trajectory diffs
โ€ขOffline deterministic comparison
โ€ขOptional LLM judging and embeddings
โ€ขCI regression gates
โ€ขMulti-variant baselines

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Golden behavior snapshots
Full tool-call trajectory diffs
Offline deterministic comparison
Optional LLM judging and embeddings
CI regression gates
Multi-variant baselines

How Eval View works

What hidai25/eval-view MCP server does

The hidai25/eval-view MCP server project documents EvalView, a regression-testing framework for AI agents. It treats an agent run as a snapshot: the recorded behavior includes the tools used, their parameters, their order, and the resulting output. Later runs are compared with that stored baseline so changes can be reviewed as passed checks, tool changes, or regressions.

This approach is intended for cases where an agent can continue returning successful HTTP responses while its behavior has changed. For example, a model or prompt update may cause a different tool to be called, a clarification step to be skipped, or output quality to decline. A new baseline can be accepted with another snapshot run when the changed behavior is intentional.

How it works

The main workflow has two commands. evalview snapshot records the current behavior of the configured agent. evalview check executes the tests again and compares the results with the saved baseline. The comparison covers the complete tool-call trajectory rather than only the final response.

The core tool and sequence comparison is deterministic and does not require an API key. An LLM judge can be added when output-quality scoring is needed, and semantic comparison using embeddings is optional. Running the agent itself may still call a model or provider and therefore may incur provider charges; disabling the judge does not disable those agent calls.

EvalView supports multi-variant baselines, with up to five valid paths for nondeterministic behavior. It can also run statistical or pass@k evaluations, record and replay cassettes, check for model drift, monitor production behavior with Slack alerts, and generate regression tests from incidents. These are documented as additional features beyond the basic snapshot and check loop.

Setup and configuration

Install the Python package with:

Terminal
pip install evalview

A demonstration is available through evalview demo. For a configured agent, create a baseline first, then run checks after changes:

bash
evalview snapshot
evalview check

The project can test agents exposed through an HTTP endpoint, such as evalview check --agent http://localhost:8000/invoke. It also provides a Python API; importing gate from evalview allows a test directory to be evaluated programmatically, with a Boolean pass result and per-test diffs available on the returned value.

Tools and capabilities

The documented EvalView capabilities include:

  • Recording golden behavior snapshots.
  • Comparing tool names, parameters, order, and outputs.
  • Reporting changed tool trajectories and lower-quality results.
  • Running checks as a CI merge gate.
  • Posting pull-request comments containing diffs, cost and latency changes, and a pass/fail result through the supplied GitHub Actions example.
  • Testing LangGraph, CrewAI, OpenAI, Claude, Mistral, Ollama, MCP-based agents, and arbitrary HTTP APIs.
  • Running multi-turn tests, statistical evaluations, cassettes, drift canaries, production monitoring, and incident-based test generation.

Limitations and notes

The hidai25/eval-view MCP server README does not list MCP tool names, input schemas, transport settings, or compatibility instructions for Claude Desktop, Cursor, Windsurf, or Cline. Its concrete usage documentation describes the evalview CLI, Python library, HTTP agent endpoint, and CI action instead. Do not assume that installing the Python package alone exposes a standalone MCP transport.

The latest published release described in the README is version 0.8.1. Its OpenAI Assistants adapter still uses the Assistants API, while a Responses API migration is described as unreleased source. Users of openai-assistants therefore need to consult the migration guidance before testing. Other listed adapters are described as unaffected.

Provider credentials may be needed by the agent or optional evaluator, even though the deterministic comparison itself can run without an API key. Live provider checks can also involve paid API usage, while the local core checks use no paid inference calls.

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

Related MCP Servers

View all in Developer Tools View all alternatives
  • 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 โ†’
  • Inkcheck logoInkcheck

    CI for ink interactive-fiction stories. Compiles, exhaustively playtests every branch, and finds runtime errors (with a repro path), unreachable knots, and every distinct ending โ€” so an agent can verify the story it wrote. Writes no prose. claude mcp add inkcheck -- npx -y inkcheck mcp

    ๐Ÿ’ป Developer Tools3 views
    Compare vs Inkcheck โ†’
  • Magic MCP logoMagic MCP

    Create crafted UI components inspired by the best 21st.dev design engineers.

    ๐Ÿ’ป Developer Tools16 views
    Compare vs Magic MCP โ†’
  • Build logoBuild

    Structured build tool output (tsc, generic commands) as typed JSON diagnostics.

    ๐Ÿ’ป Developer Tools4 views
    Compare vs Build โ†’

Adoption & maintenance

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

GitHub stars
134
Stargazers on the source repository.
npm downloads
90
Package downloads in the last 30 days.
Last commit
7d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

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

Frequently Asked Questions about Eval View

The README documents installation of the EvalView Python package with `pip install evalview`. It does not document a separate MCP server launch command.

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 PreviewEval View AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/hidai25-eval-view?style=directory)](https://allmcps.com/mcp/hidai25-eval-view)
HTML Embed
<a href="https://allmcps.com/mcp/hidai25-eval-view"><img src="https://allmcps.com/api/badge/hidai25-eval-view?style=directory" alt="Eval View on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthAPI key
LicenseApache-2.0
Last updatedSep 7, 2026
9/9 checks healthy over the last 32d
Views3
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 stars134
GitHub Star CountTotal stargazers on GitHub representing community popularity (134 stars).
Last commit7d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 4, 2026
npm downloads90/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
59Quality signal: Good ยท 59/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 & activity10/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 20d ago via OSV.dev ยท evalview (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 Eval View โ†’Install in Claude DesktopInstall in CursorInstall in VS Code