
Api Landing
- Updated May 17, 2026
- lazymac2x/api-landing-api
api-landing is a MCP server that helps your agent work on API product landing pages through a Cloudflare Workers remote endpoint.
About
api-landing is a remote MCP server aimed at developers who sell or validate API products and need landing-page work without leaving the agent. Hosted on Cloudflare Workers at api.lazy-mac.com, it registers as a streamable-HTTP MCP endpoint so Claude Code, Cursor, and similar clients can call tools to draft or iterate developer-facing landing content. Skillselion shelves it under Validate → Landing because that is the canonical moment you prove interest with a simple page before full build-out. It is not a full site generator, CMS, or SEO automation suite; it is an agent bridge for API landing tasks. Pair it with your own hosting (Vercel, Cloudflare Pages) and analytics when you move from validation to launch.
- Cloudflare Workers MCP server with streamable-HTTP remote URL
- Focused on API-oriented landing workflows via agent tools
- No local worker required—connect remote MCP in your IDE
- Repository api-landing-api on GitHub under lazymac2x
- Complements api-mock-server and flow tools in the same Lazy Mac suite
Api Landing by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http api-landing https://api.lazy-mac.com/api-landing/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Last updated | May 17, 2026 |
| Repository | lazymac2x/api-landing-api ↗ |
What it does
Generate or refine API product landing copy and structure from your agent before you invest in a full marketing site.
Who is it for?
Best when you're launching dev tools or B2B APIs and want agent-assisted landing drafts during validation.
Skip if: Skip if you need full visual site builders, e-commerce storefronts, or deep technical SEO audits without agent workflows.
What you get
Your agent can invoke MCP tools to shape API landing messaging and structure so you ship a validation page sooner.
- Agent-driven drafts for API landing sections and CTAs
- Faster validation-page iteration aligned to developer audiences
- Copy and structure you can paste into your static site or framework
By the numbers
- Manifest version 1.0.0
- One streamable-http remote at api.lazy-mac.com/api-landing/mcp
- Open-source repo: github.com/lazymac2x/api-landing-api
README.md
api-landing-api
Cloudflare Workers MCP server: api-landing. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/api-landing
Recommended MCP Servers
How it compares
MCP-backed landing helper for API products, not a no-code website platform or marketplace skill pack.
FAQ
Who is api-landing for?
Developers validating API or developer SaaS offers who use MCP agents to draft landing content and structure quickly.
When should I use api-landing?
Use it in the validate phase when you need a landing page to test messaging, pricing hints, or waitlists before building the full product.
How do I add api-landing to my agent?
Configure your MCP client with the remote URL https://api.lazy-mac.com/api-landing/mcp (streamable-http) following your editor’s remote server instructions.