◎ Discry Score
plaid.com
payments · API
B
0 / 100
DISCOVERY0
COMPREHENSION0
Category leader: 94 (A)
Discry your API →
PAYMENTS · RANK #4 OF 25

Plaid is Good to agents.

Discry independently scored how well an AI agent can discover and understand the Plaid API from what’s public — not whether it’s usable. Below: every signal we checked, what’s costing the score, and what to change.

Discry your API — freeView the docs ↗

SCORED UNDER RUBRIC 1.2 · A full re-launch under Discry Score 2.5 — a new behavioral instrument, not comparable to these scores — is in progress.

Discovery

45% of score · 69/100
OpenAPI specA machine-readable OpenAPI/Swagger spec agents can parse.Pass
llms.txtAn llms.txt index that points agents to the docs that matter.Pass
llms.txt qualityThe llms.txt is focused, current, and well under the size budget.Partial
llms-full.txtA full-text bundle agents can load in one request.Pass
AGENTS.mdAn AGENTS.md that tells coding agents how to build on the API.Fail
.well-known/mcp.jsonA discoverable MCP manifest at a well-known path.Fail
MCP registryThe API is listed in a public MCP registry.Pass
robots.txt AI directivesrobots.txt allows (or explicitly guides) AI crawlers.Partial
SitemapA sitemap so agents can enumerate the docs surface.Pass

Comprehension

55% of score · 100/100
Task-oriented descriptionsEndpoints described by what they accomplish, not just their shape.Pass
Realistic examplesRunnable, real-world request/response examples.Pass
Multi-step workflowsDocs that chain calls into complete jobs an agent can follow.Pass
Error-recovery guidanceDocumented failure modes and how to recover from them.Pass
Answer-first formatThe answer leads; preamble does not bury it.Pass
Capability boundariesClear limits — what the API can and cannot do.Pass
Naming consistencyConsistent, predictable naming across endpoints.Pass
Heading hierarchyClean heading structure agents can navigate.Pass
Markdown docsDocs available as clean markdown, not JS-rendered HTML only.Pass
Token efficiencyDocs are concise enough to fit an agent context window.Pass

What we found

  • Plaid achieves a perfect comprehension score — docs serve native markdown (.html.md pages), have comprehensive error recovery guidance with per-error recommended actions, and task-oriented descriptions throughout
  • Three-tier llms.txt system: /llms.txt (site index), /docs/llms.txt (API summary), /docs/llms-full.txt (complete docs in markdown) — the most sophisticated LLM-oriented content strategy scanned to date
  • The error documentation is a gold standard for agent readiness: most common errors table with product applicability, linked to detailed pages with root causes and resolution steps
  • OpenAPI spec publicly maintained at github.com/plaid/plaid-openapi, used to auto-generate official client libraries in 10+ languages
  • robots.txt disallows /errors/* and /api/* paths which could impede some crawlers from indexing API reference content, though the llms.txt files compensate

What to change

Prioritized by impact on discoverability. You (or your docs platform) deploy these — Discry never touches your API.

  1. 01Add .well-known/mcp.json pointing to the official Plaid MCP server with tool declarations
  2. 02Add AGENTS.md to plaid/plaid-openapi and plaid/plaid-node repos with context for coding agents building financial integrations
  3. 03Consider removing the robots.txt disallow for /api/* to allow search engines to index the API reference pages
  4. 04Create a condensed llms-full.txt under 50KB focusing on core payment/auth flows for token-efficient agent consumption — current version at 6MB+ is too large for most context windows
  5. 05Add .well-known/mcp.json to plaid.com to enable automatic MCP server discovery

Execution coverage · INFORMATIONAL, UNSCORED

Whether an agent can actually complete a call and recover from errors is the deeper Audit layer — documented here, but not part of the Discry Score.

api_key Error format documented Rate limits documented Pagination documented Idempotency documented

Client ID + Secret API key authentication. Structured JSON error responses with error_type, error_code, error_message, and display_message fields. Rate limits documented with per-product details. Cursor-based pagination via /transactions/sync. Idempotency keys supported on mutation endpoints. Sandbox environment with test credentials for development.

See your own Discry Score.

Drop your API docs URL. See what an agent sees — in 60 seconds, free.

Discry your API — free