@bitatlas/mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BITATLAS_API_KEY | No | Your BitAtlas API key | |
| BITATLAS_MASTER_KEY | No | Your derived BitAtlas master key used for client-side encryption | |
| BITATLAS_WALLET_PRIVATE_KEY | No | EVM wallet private key for x402 pay-per-request access (alternative to API key) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bitatlas_vault_statusB | Get vault health status, file count, and storage usage. |
| bitatlas_list_filesB | List files in the vault. Optionally filter by folder, category, or search term. |
| bitatlas_searchB | Search vault files by a query string, optionally narrowed to a category. |
| bitatlas_get_fileA | 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. |
| bitatlas_upload_fileA | 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. |
| bitatlas_delete_fileC | Permanently delete a file from the vault. |
| bitatlas_create_folderC | Create a new folder in the vault. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitatlas-group/bitatlas'
If you have feedback or need assistance with the MCP directory API, please join our Discord server