AIBOLLINGMO/eustore-mcp-server
MCP server for eustore.dev — autonomous sovereign storage + vector database for AI agents. S3-compatible, semantic search, crypto-native.
Platform-specific configuration:
{
"mcpServers": {
"eustore-mcp-server": {
"command": "npx",
"args": [
"-y",
"eustore-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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.
npx @eustore/mcp-serverAdd 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.
Same config in your MCP settings.
| Tool | Description | |------|-------------| | create_bucket | Create S3 bucket in EU | | list_buckets | List all buckets | | get_bucket_credentials | Get S3 access keys |
| 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 |
| Tool | Description | |------|-------------| | check_balance | Credit balance | | topup_crypto | Pay with USDC on Base (<$0.01 gas) | | get_pricing | Current pricing |
| Tool | Description | |------|-------------| | register | Create account (instant, no human needed) |
Loading reviews...