
LiftMCP
Give each site or product property its own hosted MCP endpoint so Claude or Cursor can read and act on that site like a first-class tool.
Overview
LiftMCP is a MCP server for the Launch phase that exposes each configured website property as its own hosted MCP endpoint so AI agents can work with that site in a structured way.
What is this MCP server?
- Per-property hosted MCP server at a slug-based streamable-http URL
- No local install—remote MCP only; property_slug comes from LiftMCP property settings
- MCP schema 2025-12-11; server version 1.0.0
- Open-source repo: github.com/billmacuk/LiftMCP
- MCP integration for exposing live web properties to agents, not a codegen skill
- Server version 1.0.0 per server.json
- Single streamable-http remote with required property_slug variable
- Repository: github.com/billmacuk/LiftMCP
What problem does it solve?
Agents cannot reliably use your live site as a tool unless you expose a consistent, property-scoped protocol instead of brittle one-off scraping or copy-paste.
Who is it for?
Indie builders who run one or more sites on LiftMCP and want Claude Code or Cursor to integrate with a dedicated remote per property.
Skip if: Teams that need a self-hosted MCP for arbitrary internal APIs with no LiftMCP property, or builders who only need casual web fetch without a managed agent-ready layer.
What do I get? / Deliverables
After you add your property slug remote in your MCP client, agents can call your LiftMCP-hosted server for that site without running local MCP code.
- Agent-callable MCP remote URL for one LiftMCP property
- Structured agent access to that property without local MCP hosting
Recommended MCP Servers
Journey fit
Launch is where solo builders care whether AI assistants can discover and use their product and marketing sites—not only humans in a browser. Geo covers AI-search and agent visibility: LiftMCP explicitly positions sites as AI-agent-ready via per-property MCP servers.
How it compares
Hosted per-site MCP exposure, not a local filesystem or repo-only developer skill.
Common Questions / FAQ
Who is LiftMCP for?
Solo builders and small teams who use LiftMCP properties and want AI coding agents to connect via MCP to each site’s hosted server.
When should I use LiftMCP?
Use it at launch when you are making a site agent-accessible and already have a property slug from LiftMCP settings.
How do I add LiftMCP to my agent?
Register the streamable-http remote https://{property_slug}.mcp-dev.liftmcp.com/ in your MCP client and set property_slug to the value from your Property settings.