# Storeganise — MCP server on mcp.ai > Connect your Storeganise account and use 3 tools for ecommerce straight from your AI agent. Connect with your own API key. Storeganise provides modern, cloud-based management software for valet and self-storage businesses, offering features like contactless online bookings, automated billing, and comprehensive APIs for integrations. By: mcp.ai · official Page: https://mcp.ai/storeganise ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_storeganise?ms=1787293680000 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/storeganise/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/storeganise/ 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/storeganise/skill.md Postman collection (v2.1): https://mcp.ai/storeganise/postman.json ## Tools - storeganise_get_admin_sites_by_id(include?: string[], site_id_or_code: string) — Tool to retrieve a specific site by ID or code. Use when you have the site identifier and need full site details, optionally including related resources like units. - storeganise_get_admin_users_by_id(include?: string[], user_id_or_email: string) — Tool to retrieve a specific admin user by ID or email. Use when you need detailed information of a single admin user. - storeganise_get_admin_users_by_ids(ids: string[]) — Tool to fetch multiple admin users by their IDs. Use when you need to retrieve details for a specific set of admin accounts in bulk after verifying their IDs. ## Example prompts - "What can I do in Storeganise?" - "Show me a summary of my Storeganise account" ## Links Docs: https://mcp.ai/docs/mcps/storeganise Website: https://mcp.ai/mcps/storeganise