Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BITATLAS_API_KEYNoYour BitAtlas API key
BITATLAS_MASTER_KEYNoYour derived BitAtlas master key used for client-side encryption
BITATLAS_WALLET_PRIVATE_KEYNoEVM wallet private key for x402 pay-per-request access (alternative to API key)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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