Makes websites AI-agent-ready via MCP. Each property gets its own hosted MCP server.
claude mcp add platform --transport http https://{property_slug}.mcp-dev.liftmcp.com/
~/.cursor/mcp.json
{
"mcpServers": {
"platform": {
"url": "https://{property_slug}.mcp-dev.liftmcp.com/"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"platform": {
"serverUrl": "https://{property_slug}.mcp-dev.liftmcp.com/"
}
}
}
.vscode/mcp.json
{
"servers": {
"platform": {
"type": "http",
"url": "https://{property_slug}.mcp-dev.liftmcp.com/"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"platform": {
"url": "https://{property_slug}.mcp-dev.liftmcp.com/"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"platform": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{property_slug}.mcp-dev.liftmcp.com/"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://{property_slug}.mcp-dev.liftmcp.com/ | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.liftmcp--platform/reviews or the review_server meta-tool.
POST /mcp