@clinetools/api-surface
v0.1.0
Published
Map all public interfaces, exported functions, and API endpoints. Detect breaking changes between versions.
Maintainers
Readme
API Surface Analyzer
Map all public interfaces, exported functions, and API endpoints. Detect breaking changes between versions.
Quick Start
npx @clinetools/api-surfaceSetup
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-surface -- npx @clinetools/api-surfaceClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"api-surface": {
"command": "npx",
"args": ["@clinetools/api-surface"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
