Neon is Good to agents.
Discry independently scored how well an AI agent can discover and understand the Neon API from what’s public — not whether it’s usable. Below: every signal we checked, what’s costing the score, and what to change.
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/100Comprehension
55% of score · 96/100What we found
- Neon's llms.txt is exemplary at 27KB — API-focused, well-structured with sections for Introduction, Get Started, Connect, and links to sub-indexes for deeper content
- Full documentation is available as markdown by appending .md to any doc URL AND via llms-full.txt (5MB) — the most comprehensive markdown accessibility of any API scanned
- The llms.txt explicitly states 'Neon docs are available as markdown. Append .md to any doc URL or set Accept: text/markdown' — directly addressing agent consumption patterns
- No .well-known/mcp.json despite having an official MCP server with OAuth flow on Smithery, Glama, and PulseMCP
- No AGENTS.md found in neondatabase GitHub repos — missing an easy discovery signal
What to change
Prioritized by impact on discoverability. You (or your docs platform) deploy these — Discry never touches your API.
- 01Add .well-known/mcp.json at neon.tech pointing to the official MCP server with OAuth flow details
- 02Add AGENTS.md to the neondatabase/neon GitHub repo with context for coding agents
- 03Publish the OpenAPI spec at a standard path (neon.tech/openapi.json) — currently not accessible at expected locations
- 04Add explicit error recovery guidance for common connection and branching errors
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 auth via Authorization header. OAuth2 also supported for MCP server. JSON error responses with error codes. Rate limits documented. Cursor-based pagination. Management API and direct Postgres connections both documented.