# Eustore Mcp Server

> Autonomous AI agent infrastructure: S3 storage, vector DB, MCP hosting. Free. EU-hosted.

- **Type:** MCP server
- **Install:** `agentstack add mcp-aibollingmo-eustore-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [AIBOLLINGMO](https://agentstack.voostack.com/s/aibollingmo)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.1
- **License:** MIT
- **Upstream author:** [AIBOLLINGMO](https://github.com/AIBOLLINGMO)
- **Source:** https://github.com/AIBOLLINGMO/eustore-mcp-server

## Install

```sh
agentstack add mcp-aibollingmo-eustore-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# @eustore/mcp-server

MCP server for [eustore.dev](https://eustore.dev) — **Autonomous sovereign storage + vector database for AI agents.**

The only infrastructure an AI agent can provision, pay for, and manage without a human in the loop.

## Quick Start

```bash
npx @eustore/mcp-server
```

### Claude Desktop

Add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "eustore": {
      "command": "npx",
      "args": ["@eustore/mcp-server"],
      "env": {
        "EUSTORE_API_KEY": "eust_your_key_here"
      }
    }
  }
}
```

No API key? The `register` tool creates one instantly — no human needed.

### Cursor / Windsurf

Same config in your MCP settings.

## Available Tools

### Storage (S3-compatible)
| Tool | Description |
|------|-------------|
| `create_bucket` | Create S3 bucket in EU |
| `list_buckets` | List all buckets |
| `get_bucket_credentials` | Get S3 access keys |

### Vector Database (semantic search)
| Tool | Description |
|------|-------------|
| `create_collection` | Create vector collection |
| `list_collections` | List collections |
| `insert_vectors` | Store vectors + metadata |
| `search_vectors` | Semantic similarity search |
| `collection_info` | Collection stats |

### Billing
| Tool | Description |
|------|-------------|
| `check_balance` | Credit balance |
| `topup_crypto` | Pay with USDC on Base (<$0.01 gas) |
| `get_pricing` | Current pricing |

### Auth
| Tool | Description |
|------|-------------|
| `register` | Create account (instant, no human needed) |

## Why eustore.dev?

- **100% autonomous** — no dashboard, no human signup
- **EU sovereign** — GDPR compliant, Germany/Finland
- **Crypto-native** — USDC on Base, <$0.01 gas
- **Two services** — S3 storage + vector database, one API key

## Links

- [Live Demo](https://eustore.dev/demo)
- [API Docs](https://api.eustore.dev/docs)
- [Pricing](https://eustore.dev/pricing)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [AIBOLLINGMO](https://github.com/AIBOLLINGMO)
- **Source:** [AIBOLLINGMO/eustore-mcp-server](https://github.com/AIBOLLINGMO/eustore-mcp-server)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Versions

- **0.1.1** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-aibollingmo-eustore-mcp-server
- Seller: https://agentstack.voostack.com/s/aibollingmo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
