🦁 Tigris MCP Server

Created By
tigrisdataa year ago
Overview

what is Tigris MCP Server?

Tigris MCP Server is a globally distributed S3-compatible object storage service that allows developers to store and access any amount of data with low latency from anywhere in the world.

how to use Tigris MCP Server?

To use Tigris MCP Server, run npx -y @tigrisdata/tigris-mcp-server init in your terminal to install it, and follow the configuration instructions provided in the documentation.

key features of Tigris MCP Server?

  • S3 compatibility for easy integration with existing tools and libraries.
  • Low latency access to data globally.
  • Supports manual configuration and AWS profiles for flexibility.

use cases of Tigris MCP Server?

  1. Storing large datasets for machine learning applications.
  2. Hosting static websites with low latency access.
  3. Backup and archival of data in a distributed manner.

FAQ from Tigris MCP Server?

  • Is Tigris MCP Server free to use?

The pricing details can be found on the Tigris Data website.

  • What is the maximum data size I can store?

Tigris MCP Server allows you to store any amount of data, subject to your account limits.

  • How do I get my AWS access keys?

You can obtain your AWS access keys from the Tigris web console by following the provided steps.

Server Config

{
  "mcpServers": {
    "tigris-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tigrisdata/tigris-mcp-server",
        "run"
      ],
      "env": {
        "AWS_ACCESS_KEY_ID": "YOUR_AWS/TIGRIS_ACCESS_KEY_ID",
        "AWS_SECRET_ACCESS_KEY": "YOUR_AWS/TIGRIS_SECRET_ACCESS_KEY",
        "AWS_ENDPOINT_URL_S3": "https://fly.storage.tigris.dev"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
tigrisdata
Star
1
Language
TypeScript
License
-
Tags

Recommend Servers

View All
Payai X402 Tools

6 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago