
Bitatlas
@bitatlas-group
About Bitatlas
BitAtlas is a next-generation cloud storage platform designed with privacy and AI agents in mind. It provides a secure, zero-knowledge environment where your most sensitive documents are encrypted client-side and accessible only to you and the agents you authorize.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bitatlas": {
"command": "npx",
"args": [
"-y",
"@bitatlas/mcp-server"
],
"env": {
"BITATLAS_API_KEY": "your-api-key",
"BITATLAS_MASTER_KEY": "your-master-key"
}
}
}
}Tools
10Get vault health status, file count, and storage usage.
List files in the vault. Optionally filter by folder, category, or search term.
Search vault files by a query string, optionally narrowed to a category.
Get file metadata and download + decrypt the file content. Returns decrypted content as UTF-8 text for text files, or base64 for binary files. Requires BITATLAS_MASTER_KEY.
Read a local file, encrypt it client-side with AES-256-GCM, and upload it to the vault. Requires BITATLAS_MASTER_KEY. Files over 100 MB are not supported via MCP.
Permanently delete a file from the vault.
Create a new folder in the vault.
Generate a zero-knowledge share link for a vault file, to hand it to a human. The returned link is PUBLIC: ANYONE who has the link can open and read the file. The decryption key is in the URL fragment (#k=...) — BitAtlas never sees it and cannot read the file, but whoever you send the link to can. Confirm with the user before sharing anything sensitive. Requires BITATLAS_MASTER_KEY.
List the share links you have created, with their expiry, download count, and status.
Revoke a share link so the server stops handing out the file. Note: anyone who already downloaded the file keeps it — revocation only stops future downloads.
Overview
What is Bitatlas?
Bitatlas is a zero-knowledge cloud storage platform that encrypts files client-side with AES-256-GCM and integrates with AI agents via the Model Context Protocol (MCP). It is designed for users who need privacy-preserving document storage for both human productivity and AI agent assistance.
How to use Bitatlas?
To use Bitatlas with an AI agent, configure the MCP server in your client’s JSON config with the command npx -y @bitatlas/mcp-server and set the environment variables BITATLAS_API_KEY and BITATLAS_MASTER_KEY.
Key features of Bitatlas
- End-to-end encryption with AES-256-GCM
- Native MCP server for AI agent integration
- Personal vault for critical documents
- European data sovereignty (GDPR compliant)
- Pay-per-request via x402 with USDC on Base
Use cases of Bitatlas
- Securely storing identity papers, medical records, and property deeds
- Enabling AI agents to search, read, and manage documents from a vault
- Building a digital legacy platform for descendants (e.g., LegacyShield)
- Anonymous document access without an account or API key
FAQ from Bitatlas
What encryption does Bitatlas use?
All files are encrypted in the browser or SDK with AES-256-GCM before upload; the server never sees plaintext data or encryption keys.
Where is Bitatlas data hosted?
Infrastructure is hosted on European soil, subject to GDPR and Europe’s strongest privacy regulations.
How do I pay for Bitatlas storage?
Access is anonymous via the x402 payment standard; agents pay with USDC stablecoins on Base – no account, API key, or KYC required.
How long are files stored?
Files include 30 days of storage with a pay-to-renew model.
Can AI agents access my Bitatlas vault?
Yes, agents integrate through the MCP server using your API key and derived master key for secure access.
Frequently asked questions
What encryption does Bitatlas use?
All files are encrypted in the browser or SDK with AES-256-GCM before upload; the server never sees plaintext data or encryption keys.
Where is Bitatlas data hosted?
Infrastructure is hosted on European soil, subject to GDPR and Europe’s strongest privacy regulations.
How do I pay for Bitatlas storage?
Access is anonymous via the x402 payment standard; agents pay with USDC stablecoins on Base – no account, API key, or KYC required.
How long are files stored?
Files include 30 days of storage with a pay-to-renew model.
Can AI agents access my Bitatlas vault?
Yes, agents integrate through the MCP server using your API key and derived master key for secure access.
Basic information
More Files & Storage MCP servers
Claude Document MCP Server
alejandroBallesterosCA lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
PDF Reader MCP Server (@sylphlab/pdf-reader-mcp)
sylphlab📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
mcp-v8: V8 JavaScript MCP Server
r33drichardsMCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
box-mcp-server
hmkA Box model context protocol server to search, read and access files

Filesystem
modelcontextprotocolModel Context Protocol Servers
Comments