MCP Server
Discry, from inside your agent
A hosted, keyless MCP server over the same Index every scan is graded against. Point any MCP client at one URL and query agent-readiness scores directly from a conversation.
01
Install
claude mcp add --transport http discry https://discry.ai/api/mcp
02
Tools
discry_findFind agent-ready APIsSearch the Discry Index for APIs matching a need (free text over name/slug/domain/category), optionally scoped to a category. Returns ranked results with tier bands, capability floors, and evidence.
discry_profileGet an API's Discry profileFull Discry Score profile for one API by slug: decomposed discovery/comprehension scores, capability floor, discovery signals, status/reason, and provenance.
discry_compareCompare two APIs on DiscryHead-to-head Discry Score comparison for two Index slugs.
discry_methodologyHow the Discry Score is measuredSummary of the Discry Score methodology (behavioral measurement, contamination guard, plain-fetch policy) plus corpus-wide stats.
03
What comes back
{
"slug": "resend",
"name": "Resend",
"domain": "resend.com",
"category": "communication",
"status": "scored",
"reason": null,
"bandId": "T5",
"overall": 93.4,
"discovery": 84.2,
"comprehension": 97.3,
"capabilityFloor": "sonnet-gated",
"rank": 2,
"categoryRank": 1,
"profileUrl": "https://discry.ai/api/resend",
"signals": {
"llmsTxt": true,
"llmsFullTxt": true,
"robotsTxt": true,
"openApiSpec": true,
"agentsMd": false,
"sitemap": true,
"wellKnownMcp": true,
"mcpRegistry": true
},
"requestCoverage": null,
"provenance": {
"harnessVersion": "3.0.0",
"scannedAt": "2026-08-21T21:46:45.032Z",
"groundTruth": "spec-verified"
}
}- “Compare Stripe and Adyen's agent-readiness”
- “What's the agent-readiness score for Airtable?”
- “Find me an agent-ready email-sending API”