
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@j0kz/api-designer-mcp
Advanced tools
API Designer MCP - Generate OpenAPI/Swagger specs, design REST endpoints, create GraphQL schemas, and generate API clients. Works with Claude Code, Cursor, Windsurf, Roo Code, and any MCP-compatible editor.
Design REST and GraphQL APIs with OpenAPI generation
examples/api-designer/Get the complete suite with ONE command:
Claude Code:
# Mac/Linux
curl -fsSL https://raw.githubusercontent.com/j0kz/mcp-agents/main/install-all.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/j0kz/mcp-agents/main/install-all.ps1 | iex
Cursor/Windsurf:
# Download complete config
curl -o ~/.cursor/mcp_config.json https://raw.githubusercontent.com/j0kz/mcp-agents/main/mcp_config_all.json
# Or for Windsurf
curl -o ~/.windsurf/mcp_config.json https://raw.githubusercontent.com/j0kz/mcp-agents/main/mcp_config_all.json
Claude Code:
claude mcp add api-designer "npx @j0kz/api-designer-mcp" --scope user
Cursor/Windsurf: Add to mcp_config.json:
{
"mcpServers": {
"api-designer": {
"command": "npx",
"args": ["@j0kz/api-designer-mcp"]
}
}
}
After setup, just chat naturally with your AI:
💬 You: "Design a REST API for user management"
🤖 AI: *Creates design* Endpoints: GET/POST /users, GET/PUT/DELETE /users/:id, POST /users/:id/verify. Includes auth, validation...
💬 You: "Generate OpenAPI spec for my Express app"
🤖 AI: *Analyzes routes* Created openapi.yaml with: 15 endpoints, request/response schemas, authentication, error codes...
💬 You: "Review API design best practices"
🤖 AI: Issues: Missing versioning (/v1/), inconsistent naming (getUser vs fetch_order), no rate limiting, missing HATEOAS links...
🎨 API Design - Create REST and GraphQL APIs from requirements 📄 OpenAPI Generation - Auto-generate Swagger/OpenAPI specs ✅ Best Practices - RESTful conventions, versioning, error handling 🔍 Design Review - Check API consistency and completeness
Get all 8 professional development tools - install individually or all at once:
# 🎯 Code Quality Suite
npx @j0kz/smart-reviewer-mcp # AI code review
npx @j0kz/test-generator-mcp # Auto-generate tests
npx @j0kz/refactor-assistant-mcp # Refactoring help
# 🏗️ Architecture & Design
npx @j0kz/architecture-analyzer-mcp # Architecture analysis
npx @j0kz/api-designer-mcp # API design
npx @j0kz/db-schema-mcp # Database schemas
# 📚 Documentation & Security
npx @j0kz/doc-generator-mcp # Auto-generate docs
npx @j0kz/security-scanner-mcp # Security scanning
👉 View complete collection on GitHub
No configuration files, no complex setup, no API keys needed!
| Editor | Status | Notes |
|---|---|---|
| Claude Code | ✅ Full support | Recommended |
| Cursor | ✅ Full support | Native MCP |
| Windsurf | ✅ Full support | Built-in MCP |
| Roo Code | ✅ Full support | MCP compatible |
| Continue | ✅ Full support | MCP plugin |
| Zed | ✅ Full support | MCP support |
Any MCP-compatible editor works!
MCP not showing up?
claude mcp list (Claude Code) to verify connectionCommands not working?
node --version)Still stuck?
MIT © j0KZ
Explore more tools: github.com/j0KZ/mcp-agents | npm: @j0kz
FAQs
API Designer MCP - Generate OpenAPI/Swagger specs, design REST endpoints, create GraphQL schemas, and generate API clients. Works with Claude Code, Cursor, Windsurf, Roo Code, and any MCP-compatible editor.
We found that @j0kz/api-designer-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.