echoEchoRead-only · no data accessEchoes back the text you send. Use it to confirm the connection and your sign-in are working.
- Input
- text (string, required)
- Returns
- The same text.
Developer documentation
Monipler ships a Model Context Protocol (MCP) server so AI clients such as Claude, ChatGPT, Cursor, and the Lovable agent can read your carousel projects and brand kits on your behalf — after you explicitly approve them.
Add Monipler as a remote MCP server using this URL:
https://monipler.com/mcpTransport is MCP Streamable HTTP. Authorization metadata is published at /.well-known/oauth-protected-resource, so compliant clients discover the sign-in flow automatically — you should never need to paste a token by hand.
All four tools are read-only. Nothing in the MCP server creates, edits, or deletes content in your workspace.
echoEchoRead-only · no data accessEchoes back the text you send. Use it to confirm the connection and your sign-in are working.
list_carouselsList carousel projectsRead-only · your carousel projectsLists your carousel projects (id, title, platform, status, updated_at), newest first.
get_carouselGet carousel projectRead-only · one carousel project + slidesFetches a single carousel project by id together with its slides in display order.
list_brand_kitsList brand kitsRead-only · your brand kitsLists your brand kits with colors, fonts, and which one is set as default.
create_carousel_draftCreate carousel draftWrite · creates a draft in your workspaceCreates a new draft carousel project in your workspace, optionally attaching a brand kit (your default kit if none is given) and setting the tone/editorial intent.
Monipler uses OAuth 2.1 with PKCE and dynamic client registration. The first time a client connects, this is what happens:
/mcp without a token and receives a 401 pointing at Monipler’s protected-resource metadata, which names the authorization server./.lovable/oauth/consent naming the requesting application and what it will be able to read. Nothing is shared until you press Approve; Deny ends the flow immediately.Remove the connector from your AI client to stop it calling Monipler. To be certain a client can no longer reach your data, sign out of all sessions from Monipler settings or contact support to have the authorization revoked server-side — a denied or revoked client must run the consent flow again before it works.
https://monipler.com/mcp and that your client supports remote MCP over Streamable HTTP.