◎ Discry Score
linkup.com
ai · API
A
0 / 100
DISCOVERY0
COMPREHENSION0
Category leader: 99 (A)
Discry your API →
AI · RANK #2 OF 43

Linkup is Agent-Ready to agents.

Discry independently scored how well an AI agent can discover and understand the Linkup 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 · 98/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.Pass
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.Pass
.well-known/mcp.jsonA discoverable MCP manifest at a well-known path.Partial
MCP registryThe API is listed in a public MCP registry.Pass
robots.txt AI directivesrobots.txt allows (or explicitly guides) AI crawlers.Pass
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

  • An agent looking for Linkup finds everything without guessing: a valid public OpenAPI spec (api.linkup.so/v1/openapi.json), a clean API-focused llms.txt, a full-text llms-full.txt (~320KB), an AI-permissive robots.txt (Content-Signal ai-train=yes, ai-input=yes), a 96-URL sitemap, and official MCP servers listed on Glama, Smithery, and PulseMCP.
  • Linkup ships a deliberate 'For AI agents' documentation track: a drop-in AGENTS.md/CLAUDE.md integration prompt, per-endpoint copy-pasteable function-calling tool definitions, and an `npx skills add LinkupPlatform/skills` installer — a coding agent can self-integrate in one step.
  • Error recovery is genuinely actionable: the Errors page maps each HTTP code and typed SDK error to concrete causes (missing key, >20MB page, out of credit, too many concurrent requests) and names the exact failing field in the JSON envelope, so an agent can self-correct instead of failing blindly.
  • Capability boundaries are explicit — 10 qps rate limit, 20MB fetch ceiling, per-depth latency bands, per-call pricing, and beta flags on Research/Extract — so an agent knows the operating envelope before it hits a wall. An x402 pay-per-request path even lets autonomous agents call the API with no account.
  • The only weak spot is the .well-known/mcp.json: it points at a Mintlify preview subdomain rather than a production endpoint and lists servers without tool declarations, so an agent cannot enumerate capabilities from it without a live connection.

What to change

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

  1. 01Fix .well-known/mcp.json: point the server URL at a stable production endpoint (not the Mintlify preview subdomain) and add tool declarations so an agent can enumerate capabilities without a live connection — the only sub-pass discovery check.
  2. 02Document idempotency semantics for the async /tasks, /research, and /extract create endpoints (e.g., idempotency keys or safe-retry guidance) so agents can retry timed-out POSTs without duplicating billable jobs.
  3. 03Surface Retry-After / rate-limit response headers on the Errors and Rate Limits pages so agents can back off precisely on 429 instead of using a fixed delay.
  4. 04Add an AGENTS.md to the linkup-mcp-server repo as well (it exists in linkup-python-sdk but 404s in the MCP server repo) so agents cloning the server find repo-level guidance in place.

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 (Bearer token)x402 payment protocol (USDC on Base, no account required) Error format documented Rate limits documented Pagination documented Idempotency documented

Execution characteristics are documented to an unusually high standard. A dedicated Errors page defines a machine-parseable JSON envelope (statusCode, error.code, error.message, error.details[].field/message) plus an HTTP-code table with concrete causes and a typed SDK-error table. Rate limits are explicit (10 queries/second per organization; per-IP for x402). List endpoints document pagination. Auth is Bearer API key with an alternative x402 pay-per-request mode requiring no account. Idempotency keys are not mentioned.

See your own Discry Score.

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

Discry your API — free