Storeganise
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.
Verdict
Common use cases
- Check facility occupancy before sales calls
- Look up admin user details during shift handover
- Audit which staff have site access
- Pull site specs for marketing collateral
- Verify unit availability across multiple locations
Integration
- Vendor
- Storeganise
- Category
- other
- Auth
- API_KEY
- Tools
- 3
- Composio slug
storeganise
Tools
- Get Admin Site by ID or Code
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.
- Get Admin User By ID or Email
Tool to retrieve a specific admin user by id or email. use when you need detailed information of a single admin user.
- Get Admin Users By IDs
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.
Setup
Setup guide
- 11. In Switchy, open your workspace settings and navigate to the Integrations tab. 2. Click 'Add MCP Integration' and select Storeganise from the list. 3. Log into your Storeganise admin panel, go to Settings > API, and generate a new API key with read access to sites and users. 4. Copy the key and paste it into the Switchy connection dialog, then click 'Connect'. 5. Switchy will verify the key and confirm the connection within a few seconds. 6. Open any Space, type '@Storeganise get site by code ABC123' (replace ABC123 with a real site code from your account), and send the message. 7. The MCP should return site details including address, unit count, and occupancy — if you see structured data, the integration is working. 8. If the response is an error, double-check the API key has admin permissions and hasn't expired.
What teammates see: by default, memories from Storeganise are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.
Works well with
Top models
Compatibility data appears once enough Spaces have used this MCP together with a given model.
How Switchy teams use it
Starter prompts
Site Capacity Check
@Storeganise get the site details for code MAIN01 and tell me how many units are available right now.Open in a Space →
Admin User Lookup
@Storeganise find the admin user with email manager@example.com and show me their role and last login date.Open in a Space →
Bulk Staff Audit
@Storeganise retrieve admin users with IDs 101, 102, and 103, then list their names and assigned sites.Open in a Space →
Multi-Site Overview
@Storeganise get site details for codes NORTH01 and SOUTH01, then compare their total unit counts and occupancy rates.Open in a Space →
New Hire Verification
@Storeganise look up the admin user with email newhire@example.com and confirm they have access to site WEST01.Open in a Space →
Example outputs
Illustrative - representative of the model's voice and quality, not literal recordings.
@Storeganise show me the details for our main storage site using code MAIN-01, including available unit information
Here's the site overview for MAIN-01: **Site Name:** Downtown Storage Facility **Address:** 123 Commerce Street, Austin, TX 78701 **Total Units:** 247 (189 occupied, 58 available) **Operating Hours:** Mon-Sat 6AM-10PM, Sun 8AM-8PM The site includes climate-controlled units ranging from 5x5 to 10x20, with current occupancy at 76%. The facility manager is Sarah Chen (ID: usr_8k2m), and the site has been active since January 2022.
This example demonstrates site lookup by code rather than numeric ID, which is often more intuitive for teams. Requires API key with read access to site data. The response shape depends on your Storeganise account configuration—custom fields and unit categorization will vary by implementation.
@Storeganise find the admin user with email sarah.chen@example.com and show me their access permissions
Found admin user Sarah Chen: **Email:** sarah.chen@example.com **User ID:** usr_8k2m **Role:** Site Manager **Sites Assigned:** Downtown Storage Facility, Westside Mini Storage **Permissions:** Can manage reservations, process payments, view reports. Cannot modify site settings or manage other admin accounts. **Last Login:** 2 hours ago **Account Status:** Active since March 2023
Email lookup is useful when you know a teammate's address but not their system ID. This read-only query won't trigger notifications or audit logs. Note that permission details reflect your organization's role structure in Storeganise—the specific capabilities shown here are illustrative of typical site manager access.
@Storeganise get details for admin users usr_8k2m, usr_3n7p, and usr_5q1r, then summarize which sites each person manages
Retrieved 3 admin users. Here's the site management breakdown: **Sarah Chen (usr_8k2m):** Manages 2 sites—Downtown Storage Facility and Westside Mini Storage. Site Manager role with payment processing access. **Mike Torres (usr_3n7p):** Manages 1 site—Northside Secure Storage. Assistant Manager role, reservation-only permissions. **Jessica Park (usr_5q1r):** Manages 4 sites across the metro area. Regional Manager role with full administrative access including reporting and configuration. Jessica has the broadest scope, while Mike's access is most restricted to operational tasks.
This example shows bulk retrieval paired with AI synthesis to answer a management question. Useful for auditing access or planning coverage. The bulk endpoint is more efficient than three separate calls, but you must know the user IDs in advance—consider combining with a search query first if working from names or partial information.
Use-case deep-dives
When Storeganise MCP speeds up facility manager onboarding
A 3-location self-storage operator hires a new facility manager who needs to learn which units are vacant at the downtown site and who the regional admin contacts are. The Storeganise MCP pulls site details and user profiles in one query, so the onboarding doc writes itself in Switchy instead of toggling between Storeganise tabs and a Google Doc. This works because the MCP has direct site and user lookup tools—no need to export CSVs or screenshot dashboards. The trade-off: if your team needs to bulk-update unit statuses or pull occupancy reports across 20+ sites, the MCP's 3-tool scope won't cover it; you'll still open the Storeganise web app for heavy ops work. Use this MCP when your workflow is 'look up a site or admin, then write or decide something' rather than 'run reports and change records at scale.'
Why this MCP fits single-site customer inquiries
A 2-person support team at a storage software reseller fields tickets like 'Which site code does this customer belong to?' or 'Who's the admin for the Phoenix location?' The Storeganise MCP answers these in Switchy's chat without opening a separate admin panel, so the support agent drafts the reply in the same window. The MCP's Get Admin Site and Get Admin User tools cover 80% of these lookups because the questions are always about one site or one user at a time. The boundary: if the ticket asks 'Show me all sites in Arizona with vacancy over 50%' or 'List every admin who logged in this week,' the MCP can't filter or aggregate—those queries need Storeganise's reporting UI or a custom API script. Choose this MCP when your support volume is under 30 tickets a day and most questions name a specific site or person.
When the MCP handles ad-hoc franchise audits
A 5-person franchise compliance team randomly audits storage locations each quarter to verify that site details and admin credentials match the franchise agreement. The Storeganise MCP lets the auditor pull a site's full record and cross-check the assigned admin emails in Switchy, then paste findings into the audit memo without switching apps. This scenario works because the MCP's site and user lookup tools return complete records, including optional related resources like units, so the auditor sees everything in one call. The limit: if the audit requires comparing 15 sites side-by-side or tracking changes over time, the MCP's single-record focus becomes a bottleneck—you'd script a batch export instead. Use this MCP when your compliance checks are infrequent, low-volume, and focused on verifying individual locations rather than analyzing trends across the portfolio.
Frequently asked
What does the Storeganise MCP do in Switchy?
It connects your Storeganise self-storage management system to Switchy's AI workspace. You can query site details, look up admin users by email or ID, and pull bulk user data without switching tabs. Useful for teams that need to reference facility info or user accounts during support conversations or operational planning.
Do I need admin access to connect Storeganise?
Yes. The MCP uses an API key, which you generate from your Storeganise admin dashboard. Only account holders with API access permissions can create keys. If you're a standard user without admin rights, ask your Storeganise account owner to provision a key for the team.
Can the Storeganise MCP create or edit sites and users?
No. The current toolset is read-only—it retrieves site and admin user data but doesn't write changes. If you need to update user permissions or site settings, you'll still do that directly in Storeganise. The MCP is for lookup and reference, not for modifying records.
Why use this MCP instead of logging into Storeganise?
Speed and context. When you're mid-conversation in Switchy—helping a customer or planning a rollout—the MCP fetches site or user details inline without opening another browser tab. You avoid the copy-paste loop and keep the AI in the flow of your actual work.
Who on the team should connect the Storeganise MCP?
Whoever handles facility operations, customer support, or reporting. They'll need an API key from your Storeganise admin. Once connected, any Switchy workspace member can query the data—the MCP doesn't consume per-seat licenses in Storeganise, just API quota if your plan has one.