@clinetools/api-lister
v0.1.0
Published
Discover and catalog all API routes, endpoints, middleware, and handlers. Supports Express, Fastify, Next.js, Django, Flask, Rails.
Downloads
85
Maintainers
Readme
API Endpoint Cataloger
Discover and catalog all API routes, endpoints, middleware, and handlers. Supports Express, Fastify, Next.js, Django, Flask, Rails.
Quick Start
npx @clinetools/api-listerSetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add api-lister -- npx @clinetools/api-listerClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"api-lister": {
"command": "npx",
"args": ["@clinetools/api-lister"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
