Check neon-mcp status
neon_pingCheck server liveness and capability status: verify NEON API reachability, token availability, download access, and cache/rate-limit headroom before searching for data products.
Instructions
Liveness and capability report: server version and protocol, whether a NEON API token is available (it unlocks data files and sample views), whether downloads are enabled, catalog warmth, cache and rate-limit headroom. With check_api=true it makes one ~1 KB NEON request. Never reveals the token. Next: call neon_search_products to find a data product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check_api | No | Also make one tiny NEON request (~1 KB) to test reachability and read rate-limit headers. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api | No | ||
| pong | No | ok | |
| cache | Yes | ||
| notes | No | ||
| source | No | ||
| catalog | Yes | ||
| version | Yes | ||
| resolved | No | ||
| nextSteps | No | ||
| rateLimit | No | ||
| transport | Yes | ||
| apiBaseUrl | Yes | ||
| graphqlUrl | Yes | ||
| downloadDir | No | ||
| tokenSource | Yes | ||
| protocolVersion | Yes | ||
| tokenConfigured | Yes | ||
| downloadsEnabled | Yes |