# Loomio — MCP server on mcp.ai > Connect your Loomio account and use 4 tools for project management straight from your AI agent. Connect with your own API key. Loomio is a collaborative decision-making platform that enables groups to discuss, propose, and make decisions together. By: mcp.ai · official Page: https://mcp.ai/loomio ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_loomio?ms=1787291340000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/loomio/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/loomio/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/loomio/skill.md Postman collection (v2.1): https://mcp.ai/loomio/postman.json ## Tools - loomio_list_groups(page?: integer, filter?: string, includes?: string[], per_page?: integer) — Tool to list all groups accessible to the user. Use when you need to retrieve and paginate user groups. - loomio_list_polls(status?: string, group_id?: integer, per_page?: integer, discussion_id?: integer) — Tool to list all polls accessible to the user. Use when you need to retrieve poll IDs and basic metadata. - loomio_show_group(group_id: integer) — Tool to retrieve details of a specific group. Use when you have a group_id and need its full metadata. - loomio_show_poll(poll_id: string) — Tool to retrieve details of a specific poll. Use when you have a poll ID and need its full metadata. ## Example prompts - "What can I do in Loomio?" - "Show me a summary of my Loomio account" ## Links Docs: https://mcp.ai/docs/mcps/loomio Website: https://mcp.ai/mcps/loomio