tigrisdata.com
Tigris provides globally distributed, S3-compatible object storage with a single global endpoint. It also offers tooling for AI-agent access to buckets and objects and partner-oriented management capabilities.
Tigris exposes a remote MCP server, an S3-compatible object storage HTTP API, a partner-management HTTP API with OpenAPI, and a CLI.
- Tigris Remote MCP Serverdetected
- Tigris S3-Compatible Object Storage APIdiscovered
- Tigris Partner Integrations APIdiscovered
- Tigris CLIdiscovered
Sign in to the Tigris Console, create an access key, and copy the pair: an access key ID starting with tid_ and a secret access key starting with tsec_. Tigris docs say to create the key in the console and then use it with the S3 endpoint https://t3.storage.dev. You can also use the Tigris CLI after obtaining the pair to save it with tigris configure --access-key <your-key> --access-secret <your-secret>.
$ tigris login oauthAcquired by the CLI — running tigris login oauth opens the auth flow and stores the credential.
For the Partner Integrations API, contact help@tigrisdata.com to request a provider ID and signing key. Then sign each request by sending X-Tigris-Time and X-Tigris-Nonce, computing an HMAC-SHA256 over <HTTPMethod>\n<CanonicalURI>\n<X-Tigris-Time>\n<X-Tigris-Nonce>, and placing the result in X-Tigris-Signature.
conventions · 4/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://tigrisdata.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✓https://mcp.storage.dev/mcp
- OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✓https://www.tigrisdata.com
- Agent skills✓https://tigrisdata.com/.well-known/agent-skills/index.json
Publish these signals → /publishing