Research, build, and deploy AI-generated websites via the Warpweb API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Official MCP server for the Warpweb API β research, build, and deploy AI-generated websites from any MCP-compatible client (Claude Desktop, Claude Code, Cline, Cursor, etc.).
One POST β research β build β deploy. Warpweb pulls Google Places data (hours, photos, reviews, service area), writes vertical-matched copy, generates a design, builds a multi-page site, adds SEO (meta tags, sitemap, Schema.org JSON-LD), and deploys to a free *.warpweb.app subdomain. Best for service-based local businesses (trades, clinics, salons, agencies, restaurants, real estate).
Sign up at warpweb.ai, then issue a key at warpweb.ai/app. Keys look like wwk_.... You get 520 free credits on signup β enough for one solid build plus a few revisions, no card required.
Claude Desktop β edit claude_desktop_config.json:
Claude Code β add via the MCP UI or claude mcp add:
Cline / Cursor / others β same shape: command npx, args ["-y", "warpweb-mcp"], env WARPWEB_API_KEY. Any client that speaks MCP stdio works.
The client picks create_site from the tool list, fires the build, and polls until the deploy URL is live.
Ten tools, mapping 1:1 onto the Warpweb V1 REST API. Full request/response shapes live in docs.warpweb.ai.
search_businesses β disambiguate a business name against Google Places before building. Call this first whenever the user gives only a name ("Acme Plumbing"); going straight to create_site will silently pick the wrong match for common names. Returns up to 5 candidates with placeId, address, phone, rating β pass the chosen placeId to create_site for an exact match. Free.create_site β kick off an end-to-end build. Returns siteId immediately; real builds take 3β8 minutes. Poll get_site or subscribe to the site.complete lifecycle webhook.get_site β fetch one site's current status. Use this to poll a build (every 2β5 seconds) while status is generating.list_sites β list every site on the account.refresh_site β bump the inactivity timer on a free-subdomain site (auto-pauses after 7 days). Idempotent and free.create_revision β conversational edit of a deployed site. Send a plain-English prompt; Warpweb routes small surgical edits or full structural changes automatically. Async, returns revisionId.check_domain β check availability + price for a candidate domain. Free, returns a few related suggestions.register_domain β buy a domain via Cloudflare Registrar and attach it to a site. Must call check_domain first; the price field must match the cents returned there.attach_domain β for customer-owned domains already registered elsewhere. Returns the CNAME target to set at their existing registrar.configure_form_webhook β point form submissions on a site at your HTTP(S) endpoint. Each delivery is HMAC-SHA256 signed; the signing secret is returned once on first configure or rotate β capture it immediately.The LLM gets the full input schema (required/optional fields, types, descriptions) at runtime via MCP β no need to memorize parameters.
<domain> is available and what it would cost."<siteId>, change the headline to mention free estimates and add an FAQ about emergency service."acmeplumbing.com to site <siteId> β the customer already owns it at GoDaddy."<siteId> to POST to https://my-crm.example.com/leads."Per-call directional credit costs:
| Tool | Cost |
|---|---|
create_site | ~200β500 credits (billed at end-of-build against actual AI usage) |
create_revision | ~20β100 credits |
attach_domain | 5 credits |
register_domain | 50 credits + registrar pass-through |
search_businesses, check_domain, get_site, list_sites, refresh_site, configure_form_webhook | Free |
Check WARPWEB_API_KEY env var (401)
The key in your client config is missing, malformed, or revoked. Issue a fresh one at warpweb.ai/app. Keys start with wwk_.
Add credits at warpweb.ai/app/credits (402)
Account balance is 0 and auto-refill is off. Add credits or enable auto-refill on the dashboard.
Daily quota exceeded (429)
Per-day site / revision / domain limits exist to protect against runaway loops. The error message includes the quota object with used, limit, and resetDescription.
queue_full: true (429 on revisions)
Each site has a revision queue depth of 3 (1 running + 2 waiting). Wait for the current revision to land before queueing more.
Tool list is empty when client connects
WARPWEB_API_KEY isn't set in the client config's env block. The server starts in NO-TOOL mode so the connection still completes β set the env var and restart your client.
Want to test against staging?
Set WARPWEB_API_URL to point at a different base URL (default is https://api.warpweb.ai/v1).
businessDescription. Calibrated for service-based local businesses (trades, clinics, salons, agencies, restaurants, real estate).MIT β see LICENSE.
Issues + PRs welcome at github.com/northbeamsoftware/warpweb-mcp. New tools should map 1:1 onto public V1 endpoints; don't surface internal Warpweb concepts.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/warpweb)<a href="https://allmcps.com/mcp/warpweb"><img src="https://allmcps.com/api/badge/warpweb?style=directory" alt="Warpweb on AllMCPs" /></a>