← storageprices.au

INDIVIDUAL MCP TOOL

best_value_storage

Best-value self-storage ranking by observed annualised price per square metre (falls back to lowest monthly price when unit area is unknown).

storageprices.aunone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

storageprices.au

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.storageprices-au]
url = "https://storageprices.au/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "storageprices-au": {
      "type": "http",
      "url": "https://storageprices.au/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: storageprices-au
Remote MCP URL: https://storageprices.au/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "storageprices-au": {
      "url": "https://storageprices.au/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "storageprices-au": {
      "type": "http",
      "url": "https://storageprices.au/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "storageprices-au",
  "transport": "streamable-http",
  "url": "https://storageprices.au/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Search StoragePrices for Australian suburbs that have self-storage pricing data.
  • fetch — Fetch the full self-storage pricing snapshot for a suburb document id returned by 'search' (e.g.
  • cheapest_storage — Cheapest observed advertised monthly self-storage prices for a suburb/state and/or size bracket.
  • compare_prices — Compare local self-storage prices for a market (suburb/state/size), optionally focused on a provider or facility.
  • operator_benchmark — For SELF-STORAGE OPERATORS checking their OWN pricing.
  • price_distribution — Price distribution across facilities for a market + size bracket: per-facility median prices plus min/p25/median/p75/max summary.
  • visible_promos — Currently visible public self-storage promotions/discounts for a market.
  • market_overview — National Australian self-storage market snapshot: per-size-bracket price quartiles (IQR) and a provider league table with median prices and facility counts.