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: API contracts, database schema, route-level usage, frontend-backend mismatch detection, and handoff tickets.
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 ask_apphandoff gateway tool routes a natural-language question to the right tool when an agent does not know which one to call.