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 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.
These docs are built so AI assistants can read them. Three things to know:
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.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.npx @mcify/cli@alpha init my-mcpcd my-mcppnpm installpnpm devInspector at http://localhost:3001, MCP endpoint at http://localhost:8888/mcp.