storedge-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STOREDGE_FACILITY_ID | No | Optional facility ID (UUID) | |
| STOREDGE_CONSUMER_KEY | Yes | Consumer key from StorEdge dashboard | |
| STOREDGE_CONSUMER_SECRET | Yes | Consumer secret from StorEdge dashboard |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| health_checkA | Verify credentials work by listing one tenant. If this fails with 401, the OAuth 1.0 signature is wrong (consumer key or secret bad). If it fails with 403, the consumer is not authorized for this facility. Use this whenever other tools start returning auth errors - confirms whether the problem is creds or scoping. |
| list_tenantsA | List tenants for a facility. Use when: "show me all tenants", "list tenants moved in this month".
Pagination: |
| list_current_tenantsA | List only currently-active tenants (not moved-out). Use when: "show me everyone who has a unit rented right now". |
| search_tenantsA | Search tenants by account code or phone number. Provide exactly ONE of |
| get_tenantB | Fetch a single tenant by id. Use when: "show me the record for tenant ". |
| get_tenant_ledgersB | List a tenant's current ledgers (rental agreements). Use when: "what units is tenant renting?". |
| get_tenant_notesC | List notes attached to a tenant. Use when: "what has the manager said about this tenant?". |
| list_unitsB | List every unit for a facility (rented + vacant + offline). For "what's available right now" use |
| list_available_unitsB | List only units available for move-in. Use when: "what 10x10 units do I have open?", "show rentable inventory". |
| get_unitB | Fetch a single unit (size, rate, amenities, current tenant). |
| list_unit_groupsC | List unit groups (size buckets: 5x5, 10x10 climate, etc.). |
| list_unit_typesC | List unit types (Parking, Climate Controlled, Drive-Up, etc.). |
| list_leadsB | List leads for a facility. Args:
view: One of |
| get_lead_countsA | Open-lead counts by status (lead vs reservation). Cheap call - perfect for "how is our funnel looking this week?" or a daily ops summary. |
| get_leadC | Fetch a single lead by id. |
| create_leadA | Create a new lead (reservation or inquiry) in StorEdge.
|
| update_leadC | Update an existing lead (PATCH). |
| list_current_ledgersC | List current ledgers (active rental agreements) for the facility. |
| get_ledgerA | Fetch a single ledger by id (rent rate, balance, unit, tenant). |
| get_ledger_delinquencyB | Show a ledger's delinquency status (overdue balance, days late). Use when: "who's behind on rent?", "is tenant past due?". |
| get_ledger_invoicesC | List invoices attached to a specific ledger. |
| get_insurance_summaryB | Insurance coverage summary for the facility. Returns counts (enrolled, declined, etc.) and revenue rollup. Use when: "how many tenants have insurance?", "insurance revenue MTD". |
| get_insurance_activityC | Detailed insurance enrollment / cancellation activity. |
| list_tasksC | List tasks for the facility, optionally filtered by category. Use when: "show me the open maintenance tasks", "list overdue tasks". |
| list_task_categoriesA | List the facility's task categories and subcategories. Use when: "what task types can I create?". |
| create_taskA | Create a new task on the facility task list.
|
| complete_taskC | Mark a task complete. |
| list_move_insB | List current (in-progress) move-ins for the facility. Use when: "what move-ins are scheduled this week?". |
| list_move_outsA | List scheduled (in-progress) move-outs for the facility. Use when: "who's moving out this month?", "any move-outs this week?". |
| calculate_surchargeC | Calculate the surcharge (credit-card convenience fee) for a payment. Args:
amount_cents: Payment amount in cents (e.g. |
| list_invoices_and_ledgersB | List all invoices and their associated ledgers for the facility. Use when: "show me this month's invoices", "reconcile billed vs paid". |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sanjibani/storedge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server