30 developer tools for your AI coding assistant. Works with Claude Code, Cursor, Windsurf, and any MCP client.
curl -X POST https://api.commandsector.in/api-key \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'
claude mcp add devtools -- npx devtools-mcp-server
# Then set your API key in env:
# DEVTOOLS_API_KEY=sk_your_key_here
{
"mcpServers": {
"devtools": {
"command": "npx",
"args": ["devtools-mcp-server"],
"env": {
"DEVTOOLS_API_KEY": "sk_your_key_here"
}
}
}
}
100 requests/day
10 req/min
10,000 requests/day
120 req/min
1M requests/day
600 req/min
Full API documentation for all services: /documentation
Interactive playground (no signup needed): /try
Get API key: /signup
Built by Ketan · API Hub Home · Try Free