What is Lovable MCP?
Lovable MCP is the integration that lets Lovable connect to MCP servers — services that expose tools an AI agent can call. With an MCP connection, the Lovable agent can read live data from outside systems while it generates code: your backend's API contract, your database schema, or a shared ticket board, instead of working from pasted context.
AppHandoff runs a hosted MCP server at https://api.apphandoff.com/api/mcp-bot that Lovable connects to through its MCP integration. Auth is OAuth 2.1 and transport is Streamable HTTP, so there is nothing to install or keep running. Once connected, Lovable gets the same tool catalogue as Claude Code, Cursor, or Codex: handoff tickets, roles, milestones, published API contracts, and deploy checks.
That shared surface is what makes multi-agent work practical. Lovable, a backend agent, and a human reviewer all see the same tickets, roles, and milestones, so each one knows what is assigned, ready, or blocked instead of colliding. The tools are direct and typed, and tools/list serves a curated core profile, so an agent sees the calls it will actually use without loading the whole catalogue.