Skip to main content
Glama
decentrathai

Zcash MCP Server

by decentrathai

Zcash MCP Server - Private Payments for AI Agents

Track: Building Cool Agents

An MCP (Model Context Protocol) server that enables AI agents to send and receive private Zcash payments with full shielded transaction support.

Features

  • Shielded Addresses: Generate and manage private Zcash addresses

  • Private Payments: Send ZEC with encrypted memos

  • Balance Checking: Query shielded balances

  • Transaction History: View private transaction history

  • Price Info: Real-time ZEC/USD pricing

Related MCP server: MIST.cash MCP Server

Why This Matters

Privacy in digital payments is critical. This MCP server brings private, blockchain-based payments to AI agents, enabling:

  • Private agent-to-agent transfers

  • Secure payment automation

  • Privacy-preserving transactions

  • Decentralized finance integration

Installation

npm install

Usage

As MCP Server

Add to your MCP client configuration:

{
  "mcpServers": {
    "zcash": {
      "command": "node",
      "args": ["/path/to/zcash-mcp-server/index.js"]
    }
  }
}

Available Tools

  1. create_shielded_address - Generate new private Zcash address

  2. get_balance - Check shielded balance

  3. send_private_payment - Send ZEC with encrypted memo

  4. get_transactions - View transaction history

  5. get_price - Get current ZEC/USD price

Architecture

  • Built on MCP SDK

  • Connects to Zcash RPC node

  • Uses shielded (Sapling/Orchard) addresses

  • Encrypts transaction memos

Security

  • Private keys never exposed to AI agent

  • All transactions use shielded pools

  • Encrypted memo support

  • No metadata leakage

Demo

See demo/ folder for example usage with Claude Desktop and other MCP clients.

License

MIT

Author

decentrathai - Built for MCP & AI Agents Hackathon 2026

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Payment & Transaction Tools that allow AI agents to send, receive, and request payments
    11
    20
    2
    Apache 2.0
  • A
    license
    -
    quality
    F
    maintenance
    Enables AI agents to perform financial transactions such as direct payments, escrows, and bounty management using natural language with zero code integration. It provides a comprehensive suite of tools for fund streaming, subscriptions, and reputation tracking to facilitate secure agent-to-agent commerce.
    13
    MIT

View all related MCP servers

Related MCP Connectors

  • Provide AI agents and automation tools with contextual access to blockchain data including balance…

  • Connect AI agents to bank accounts, transactions, balances, and investments.

  • Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.

View all MCP Connectors

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/decentrathai/zcash-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server