StateAnchor
Documentation
Go to app →
Documentation

WrapForge Docs

Everything you need to generate production-ready API wrappers and MCP servers. Start with the quickstart or jump directly to what you need.

Start here
Quickstart
Generate your first wrapper in under two minutes. No setup required — just describe your API.
Read more →
Core concept
How to describe an API
Tips and patterns for writing descriptions WrapForge understands — from a single endpoint to full OpenAPI specs.
Read more →
Core concept
Output format
What's in every generation: wrapper code, TypeScript types, error classes, and a README with examples.
Read more →
Advanced
MCP Server guide
Generate a fully compliant Model Context Protocol server to connect any API to Claude, Cursor, or ChatGPT.
Read more →
Advanced
Vertical templates
Domain-specific generation modes for FinTech, HealthTech, eCommerce, AI/ML, and DevTools.
Read more →
Core concept
Projects & versions
Save your wrappers as projects, track version history, and diff changes as your API evolves.
Read more →

What is WrapForge?

WrapForge is an AI-powered code generator that turns API descriptions into production-ready wrapper code. Describe any REST API in plain English, paste an endpoint or two, or drop in an OpenAPI snippet — WrapForge produces clean, typed, documented code you can ship immediately.

Every generation includes the wrapper implementation, full TypeScript types or language-specific type hints, error classes, and a README with usage examples. In MCP mode, WrapForge also generates a Model Context Protocol server that lets AI agents like Claude and Cursor interact with your API directly.

Supported languages

TypeScriptClass, async/await, fetch-based. Full JSDoc.
PythonAsync httpx class or sync requests. Type hints + docstrings.
JavaScriptES module class with JSDoc. Node and browser compatible.
GoFunctional or struct-based client. Full error wrapping.
RubyFaraday-based class with RDoc comments.
Ready to start?Go to Quickstart →