Odel
agent readiness mcp

agent readiness mcp

Local
@forgemeshlabsTypeScriptMITUpdated 5 days ago

Agent Readiness MCP — the free Agent Readiness scanner as an MCP server. Measures your ASO Score.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@forgemeshlabs/agent-readiness-mcpv0.2.4

Run

npx -y @forgemeshlabs/agent-readiness-mcp

MCP client config

{
  "mcpServers": {
    "agent-readiness-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/agent-readiness-mcp"
      ]
    }
  }
}