Skip to content
AgentReady MCP Scanner V1

Scan MCP tools before giving them to AI agents.

Upload an MCP tools JSON file. The scan runs locally in your browser and generates an MCP-specific AgentReady Score, tool findings, a Markdown report, a printable report, and agentready.json.

Accepted MCP contract format

AgentReady expects a static JSON object or array describing MCP tools with names, descriptions and input schemas. It reviews declared tool contracts only; it does not connect to live MCP servers or execute tools.

  • Detectable: destructive operations, broad file or email capabilities, missing preview or confirmation, sensitive parameters and ambiguous instructions.
  • Not detectable from static JSON alone: runtime tool construction, hidden server behavior, live authorization checks and model-specific decisions.
Reproducible MCP exampleagentready-examples/commercial/mcp-email-risk.bad.json
63
AgentReady Score
Policy FAIL
1Critical
3High
4Medium
0Low
AR003_DESTRUCTIVE_OPERATION_AMBIGUOUS

A send-email tool can act externally without a clear preview and confirmation model.

node bin/agentready.js scan mcp agentready-examples/commercial/mcp-email-risk.bad.json --min-score 75 --fail-on critical

Fixed fixture: agentready-examples/commercial/mcp-email-risk.fixed.json returns score 90 and policy PASS with the same engine.

Upload MCP tools JSON

Expected shape: { "server": {...}, "tools": [...] }. This page does not connect to a live MCP server and never executes tools.

Drop your MCP tools JSON file here

No MCP tool is executed. The file is not uploaded by this static page.

Limitations

TimeProofs AgentReady does not guarantee that an AI agent will never fail. It identifies structural risks that may cause AI agents to misuse APIs, tools or MCP servers.

AgentReady at a glance

The MCP scanner checks static MCP tool definitions for detectable structural risks without executing a live MCP server. AgentReady is a product and candidate open standard for static pre-deployment analysis. It is not a runtime firewall, independent certification, official standards-body standard or guaranteed-safety system.

Availability
AgentReady Community is free and available. AgentReady Pro is planned and not purchasable.
Language
English is the current canonical language. No translated alternate route is published for this page.
Sources

AGENTREADY_MASTER_PLAN.mdGLOBAL_STANDARD_SITE_PROGRAM.mdSEO_GEO_AI_FIRST_REQUIREMENTS.mdSITE_COPY_GUIDE.mdMCP_VERSION_COMPATIBILITY_POLICY.md