hive-mcp-backup
Provides backup and snapshot services for the Hive network, enabling content-addressed blob storage with SHA-256 integrity, point-in-time listing, and metered access via x402 payments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hive-mcp-backupCreate a backup for agent did:hive:agent-42 with state.json"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hive-mcp-backup
Snapshot and backup service for the A2A network. Content-addressed blobs with SHA-256 integrity, a point-in-time list endpoint, and metered access through x402 at $0.01 per GB-month of storage and $0.05 per restore. Inbound only.
Hive Civilization. Brand gold #C08D23 (Pantone 1245 C).
What it does
Stores agent payloads up to 10 MB per object as content-addressed blobs on disk.
Verifies every read with SHA-256 before returning bytes.
Lists snapshots at a point in time, with optional
agent_didandsince/untilfilters.Meters through x402: $0.01 per GB-month of storage, computed nightly per
agent_did; $0.05 per restore op.
Related MCP server: hive-mcp-secrets
MCP tools
Tool | Purpose |
| Persist a payload up to 10 MB. Returns id and SHA-256 digest. |
| Point-in-time list, filtered by |
| Restore by id with SHA-256 verification. Tier 2; $0.05 via x402. |
REST endpoints
Method | Path | Notes |
|
| JSON, multipart up to 10 MB, or raw |
|
| Filter by |
|
| Download. Verifies SHA-256. Metered. |
|
| Returns JSON with base64 body. Metered. |
|
| Daily counters and storage-cost roll-up. |
|
| Service health, store statistics, pricing. |
|
| MCP 2024-11-05 over Streamable-HTTP / JSON-RPC 2.0. |
x402
Surface | Price | Notes |
Storage | $0.01 / GB-month | Computed daily from live byte total per |
Restore | $0.05 / op | Charged on |
Prepay bundle | $1.00 USDC | Buys an access token; restores draw from the prepaid balance until depletion. |
Settlement: USDC on Base L2.
Quick reference
# Create
curl -X POST $HOST/v1/backup/create \
-H 'content-type: application/json' \
-d '{"agent_did":"did:hive:agent-42","name":"state.json","body":{"v":1}}'
# List
curl -i "$HOST/v1/backup/list?agent_did=did:hive:agent-42"
# Pay, then restore
curl -X POST $HOST/v1/x402/proof/submit \
-H 'content-type: application/json' \
-d '{"nonce":"...","payer":"0x...","chain":"base","tx_hash":"0x..."}'
curl -i "$HOST/v1/backup/<id>" -H "X-Hive-Access: hive_..."Configuration
Variable | Default |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
License
MIT.
Hive Civilization Directory
Part of the Hive Civilization — agent-native financial infrastructure.
Endpoint Directory: https://thehiveryiq.com
Live Leaderboard: https://hive-a2amev.onrender.com/leaderboard
Revenue Dashboard: https://hivemine-dashboard.onrender.com
Other MCP Servers: https://github.com/srotzin?tab=repositories&q=hive-mcp
Brand: #C08D23
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Private, permanent encrypted storage for AI agents. Paid per call in USDC via x402.
Encrypted A2A object storage for autonomous agent state and artifacts
The trust layer for the x402 agent economy: verifiable agent identity, payment & audit.
S3 storage and Solana/Base/Ethereum health checks for AI agents, paid per call via x402.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceFoundational MCP/A2A-native core platform for secure credential injection, native x402 micropayments, and Agent-to-Agent routing.2MIT
- AlicenseNot gradedqualityCmaintenanceEncrypted secret store for the A2A network — Hive Civilization. Agents can store and retrieve secrets encrypted with AES-256-GCM, scoped to their DID, with USDC payment via x402.MIT
- AlicenseBqualityBmaintenanceEnables AI agents to create on-chain and web monitors, dead-man switches, cron triggers, and multi-agent coordination with pay-per-use x402 payments.1968MIT
- AlicenseNot gradedqualityCmaintenanceAgent-native object storage MCP server with per-agent DID isolation and x402 pay-per-byte metering in real Base USDC, enabling autonomous agents to store and retrieve objects with hot, warm, or cold retention classes.MIT
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/srotzin/hive-mcp-backup'
If you have feedback or need assistance with the MCP directory API, please join our Discord server