Skip to content

mcify

Wrap any API as an MCP server in minutes. CLI-first. Type-safe end-to-end. Deploy to the edge with one command.

What you can build

A connector to a payment API

Wrap Khipu / Stripe / your in-house billing as MCP tools any agent (Claude, Cursor, Lelemon Agentes) can call.

A microservice gateway for agents

mcify generate from-openapi --spec users=... --spec billing=... — combines N services into one MCP server with namespaced tools.

Tools your agent runs autonomously

Bearer auth + per-tool rate limits + timeouts. Your agent can call them in production loops, not just chat.

Edge-deployed in one command

mcify deploy cloudflare (or vercel / fly / railway / docker). Workers cold start in ~1ms.

Use mcify with AI

These docs are built so AI assistants can read them. Three things to know:

  1. docs.mcify.dev/llms.txt — index of every page, formatted for LLM ingestion. Paste the URL into Claude / ChatGPT / Cursor and it can navigate the whole site.
  2. docs.mcify.dev/llms-full.txt — every page inlined into a single file, ~50–80KB. Paste the URL and the model has the entire docs in context.
  3. AI prompts — copy-paste prompts for Claude Code, Cursor, Windsurf to add a tool, wrap an API, or debug your config.

Quick start

Terminal window
npx @mcify/cli@alpha init my-mcp
cd my-mcp
pnpm install
pnpm dev

Inspector at http://localhost:3001, MCP endpoint at http://localhost:8888/mcp.

Connect from Claude Desktop or Cursor →