Connect Claude to WebZum's MCP server. Generate complete business websites and host AI-built pages directly from any conversation.
Two clicks: generate an API key, paste the WebZum URL (with the key on the end). Claude doesn't have an auth-token field for custom MCP connectors, so the key rides on the URL.
Generate an MCP API key at webzum.com/dashboard/account-settings → Generate API Key. Copy it (shown once).
Build your MCP URL by appending the key:
https://webzum.com/api/mcp?api_key=YOUR_KEY_HERE
Replace YOUR_KEY_HERE with the actual wz_... key. Anonymous (no ?api_key) works too — you'll just get the hosting tools and not the authed ones.
Open Claude's connectors page and click Add custom connector:
Open Claude ConnectorsPaste your URL with the key. Name it WebZum. Click Add.
WebZum's tools appear in the tool picker on your next conversation.
Requires Claude Pro, Max, Team, or Enterprise. Free accounts don't support custom connectors.
Heads up: the API key appears in the URL. It's stored in Claude's connector settings (encrypted on Anthropic's side) but will show up in your own server access logs. Rotate it anytime via the dashboard if you suspect a leak.
These clients support a real auth header — the key goes in Authorization: Bearer instead of the URL.
No auth (basic hosting only):
claude mcp add --transport http webzum https://webzum.com/api/mcp
With API key (all tools unlocked):
claude mcp add --transport http webzum https://webzum.com/api/mcp \
--header "Authorization: Bearer YOUR_KEY"
Generate the key at webzum.com/dashboard/account-settings. Verify with claude mcp list.
Tools marked No key work the moment you install. Tools marked API key need authentication.
| Tool | What it does | Auth |
|---|---|---|
| host_site | Create a hosted site for AI-generated files | No key |
| host_file | Upload HTML, CSS, JS, images to a hosted site | No key |
| get_hosted_files | List files in a hosted site's current version | No key |
| get_site_status | Poll site generation progress (0–100%) | No key |
| search_businesses | Find local businesses by name, phone, or location | API key |
| create_site | Generate a full website from a business candidate | API key |
| create_lead_gen_site | Third-party lead-gen pages about a business | API key |
| generate_geo_page | Create geo-targeted landing pages for lead gen | API key |
| list_user_sites | List all sites created by the authenticated user | API key |