Agent Plugins Marketplace
← All plugins

iris-eval

v0.18.0

Stop shipping agents on vibes. Score every agent output for quality, safety, and cost.

Claude Code1 Skill1 MCP serverstdio

By IrisLicense: MIT9 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install iris-eval for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install iris-eval@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/iris-eval/mcp-server

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

iris-eval/
├── .claude-plugin/plugin.json
├── skills/iris-eval/SKILL.md
└── .mcp.json

Included Skills1

iris-evalskills/iris-eval/SKILL.md

Evaluate AI agent outputs for quality, safety, and cost using the Iris MCP server. Use when reviewing agent responses, checking for PII leaks, scoring output quality, or tracking execution costs.

MCP servers1

iris-evalstdio
command
npx
args
-y @iris-eval/mcp-server
env.IRIS_LOG_LEVEL
info

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "iris-eval",
  "version": "0.18.0",
  "description": "Stop shipping agents on vibes. Score every agent output for quality, safety, and cost.",
  "author": {
    "name": "Iris",
    "email": "[email protected]",
    "url": "https://github.com/iris-eval"
  },
  "homepage": "https://iris-eval.com",
  "repository": "https://github.com/iris-eval/mcp-server",
  "license": "MIT",
  "keywords": [
    "eval",
    "evaluation",
    "mcp",
    "quality",
    "safety",
    "cost",
    "agent",
    "scoring"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[iris-eval on Agent Plugins Marketplace](https://pluginsmp.com/plugins/iris-eval)