S3-compatible storage API. 3 calls from zero to stored data. No dashboard, no credit card form, no human.
https://api.eustore.dev/v1Native support for the tools AI agents already use
Full client with boto3 integration. Handles auth, bucket management, and credential retrieval.
pip install eustore
Listed in the official MCP Registry. Claude, Cursor, Windsurf — native tool access.
python -m eustore.mcp_server
OpenAPI 3.1 spec for custom GPTs. Import and use as an action in any GPT.
/openai-actions.json
Standard S3v4 signature. Any S3 client works: boto3, rclone, MinIO, s3cmd, Terraform.
boto3.client('s3', **creds)
Use as document store or vector DB backend. S3-compatible = drop-in replacement.
S3DirectoryLoader(endpoint=...)
S3 artifact store for experiment tracking. Point any ML tool at our endpoint.
--default-artifact-root s3://
Pay per GB. No plans, no commitments. Query the price programmatically.
| Monthly storage | Rate | Effective cost |
|---|---|---|
| 0 – 1 TB | €0.0066/GB | ~€6.60/TB |
| 1 – 10 TB | €0.0050/GB | ~€5.00/TB |
| 10 – 100 TB | €0.0040/GB | ~€4.00/TB |
| 100+ TB | €0.0030/GB | ~€3.00/TB |
Discounts applied automatically. No commitment required. GET /v1/billing/pricing always returns your current rate.
Top up credits via API. No browser, no form, no human.
Min topup: €5. Credits never expire. 1 credit = €0.01.