← securecloudstorage.com

INDIVIDUAL MCP TOOL

list_providers

List every cloud storage plan we track, with prices, storage, security flags and the date each plan's data was last verified.

securecloudstorage.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://securecloudstorage.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_providers and invoke it with your own arguments.

Indexed 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 server

securecloudstorage.com

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.securecloudstorage]
url = "https://securecloudstorage.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "securecloudstorage": {
      "type": "http",
      "url": "https://securecloudstorage.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: securecloudstorage
Remote MCP URL: https://securecloudstorage.com/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": {
    "securecloudstorage": {
      "url": "https://securecloudstorage.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • find_providers — Find cloud storage plans matching filters.
  • get_provider — Full verified facts for one provider's plans (all plans, or one named plan), including per-field source URLs showing where each fact was found.
  • compare_providers — Compare two or more providers side by side (all their plans), cheapest plans first per provider.
  • price_history — Price snapshots over time for one plan — every dated snapshot in our database, newest first.