Install
$ agentstack add mcp-aibollingmo-eustore-mcp-server ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.1 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.1. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
@eustore/mcp-server
MCP server for 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
npx @eustore/mcp-server
Claude Desktop
Add to claude_desktop_config.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
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
- Source: AIBOLLINGMO/eustore-mcp-server
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.1 Imported from the upstream source.