← WebMCP Directory

Tool tree

tigrisdata.com

Developer Tools
https://tigrisdata.com/
Tigris is globally distributed, S3-compatible object storage with zero egress fees. Scales infinitely, works across any cloud, and provides instant access to your data worldwide.
Explore capabilities

Tools verified

page: Every page

tigris.aboutAnswer

Describes what Tigris is: globally distributed, S3-compatible object storage with no egress fees.

View tool JSON
{
  "name": "tigris.about",
  "kind": "answer",
  "impl": "imperative",
  "description": "Describes what Tigris is: globally distributed, S3-compatible object storage with no egress fees.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
tigris.get_endpointAnswer

Returns the Tigris S3-compatible endpoint URL and environment variables for AWS SDKs.

View tool JSON
{
  "name": "tigris.get_endpoint",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns the Tigris S3-compatible endpoint URL and environment variables for AWS SDKs.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
tigris.get_docs_linkAnswer

Returns a link to a Tigris documentation section by topic. Valid topics: quickstart, cli, mcp, sdks, buckets, objects, iam, migration.

View tool JSON
{
  "name": "tigris.get_docs_link",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns a link to a Tigris documentation section by topic. Valid topics: quickstart, cli, mcp, sdks, buckets, objects, iam, migration.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "topic": {
        "type": "string",
        "description": "Documentation topic.",
        "enum": [
          "quickstart",
          "cli",
          "mcp",
          "sdks",
          "buckets",
          "objects",
          "iam",
          "migration"
        ]
      }
    },
    "required": [
      "topic"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
tigris.install_cliAnswer

Returns the exact shell command to install the Tigris CLI. Choose platform (macos, linux, windows) and optionally method (brew, npm, curl). Docs: https://www.tigrisdata.com/docs/cli/

View tool JSON
{
  "name": "tigris.install_cli",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns the exact shell command to install the Tigris CLI. Choose platform (macos, linux, windows) and optionally method (brew, npm, curl). Docs: https://www.tigrisdata.com/docs/cli/",
  "inputSchema": {
    "type": "object",
    "properties": {
      "platform": {
        "type": "string",
        "enum": [
          "macos",
          "linux",
          "windows"
        ],
        "description": "User's OS."
      },
      "method": {
        "type": "string",
        "enum": [
          "brew",
          "npm",
          "curl"
        ],
        "description": "Install method. Defaults per platform: macos->brew, linux->curl, windows->npm. brew is not available on windows."
      }
    },
    "required": [
      "platform"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
tigris.install_mcp_serverAnswer

Returns exact install instructions for adding the hosted Tigris MCP server (https://mcp.storage.dev/mcp) to an agent. Supported: claude-code, cursor, vscode, codex, chatgpt, claude-desktop, goose.

View tool JSON
{
  "name": "tigris.install_mcp_server",
  "kind": "answer",
  "impl": "imperative",
  "description": "Returns exact install instructions for adding the hosted Tigris MCP server (https://mcp.storage.dev/mcp) to an agent. Supported: claude-code, cursor, vscode, codex, chatgpt, claude-desktop, goose.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "agent": {
        "type": "string",
        "enum": [
          "claude-code",
          "cursor",
          "vscode",
          "codex",
          "chatgpt",
          "claude-desktop",
          "goose"
        ],
        "description": "Which agent to install the MCP server into."
      }
    },
    "required": [
      "agent"
    ],
    "additionalProperties": false
  },
  "page": "/"
}