Free deterministic check · REST + MCP

ReadyMyAgent

Give an agent a reproducible answer about whether supplied MCP metadata contains the identity, version, required tools, protocol information, and Streamable HTTP transport your integration expects.

Use it before connecting

Check a server card during installation or release automation so missing tools and incompatible metadata block predictably instead of failing inside a later agent run.

No arbitrary fetching

You supply the metadata object. ScrubMyText does not crawl the target, access private networks, execute tools, or turn a metadata check into a security scan.

POST /v1/readiness/check
{"server_card":{...},"expected_version":"1.2.0","required_tools":["search","fetch"]}
Readiness is scoped. A passing report means the supplied metadata met this published contract. It does not prove ownership, uptime, tool behavior, safety, or compatibility beyond the checks shown.

Agent decision rule

Integrate only when ready: true. Otherwise surface the failed check IDs and require corrected metadata or an explicit operator exception.

Privacy boundary

The server card is processed for the request and not stored. Aggregate route and outcome counters never contain the supplied metadata.