Create
Build new servers
Scaffold a production-ready Hono + TypeScript MCP server with security middleware, rate limiting, and deployment config in ~30 seconds.
Install
Use existing servers
Install any MCP server into your IDE configuration automatically. No JSON editing, no hunting for config paths. One command for every IDE.
See it in action
Interactive prompts guide you through every step. Choose your template, configure your API, and start building immediately.


Production-ready from the first command
Every scaffolded server ships with security, observability, and deployment config already wired. Nothing to configure manually.
Security middleware
Timing-safe secret validation, HTTPS enforcement, CORS controls, CSP headers, and X-Powered-By stripping — all enabled by default.
Rate limiting
Per-IP sliding window rate limiter with configurable thresholds and Retry-After headers. Prevents abuse without external dependencies.
Session management
Streamable HTTP transport with per-session state tracking, 30-minute idle timeout, and graceful shutdown cleanup.
Dev logger
Color-coded request logs with millisecond timestamps in development. Auto-disabled in production. Structured audit logs for prod.
Deploy-ready
Choose Cloudflare Workers, Docker, or bare Node.js during scaffolding. Config files are generated and ready to deploy.
MCP Inspector
Run npm run inspect to open the MCP Inspector UI. Test your tools visually before shipping to production.

Test tools visually with the built-in MCP Inspector
Every IDE. One command.
The CLI auto-detects which IDEs are installed on your machine and writes the correct MCP configuration for each one.
Command reference
Everything you can do with agenticmarket or the short alias amkt.
AgenticMarket