Provides documentation and integration guides for the Zero Network JavaScript SDK, covering installation, wallet management, and transaction execution.
Provides documentation and integration guides for the Zero Network Python SDK, covering installation, wallet management, bridging, and transaction execution.
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., "@Zero Network MCP ServerHow do I implement per-tool pricing for my MCP server?"
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.
Zero Network MCP Server
An MCP server that gives AI agents instant access to Zero Network documentation, integration guides, and utility tools.
Tools (14)
Documentation
Tool | Description |
| Network overview — what Zero is, core facts, architecture, links |
| 136-byte wire format, 48-byte account state, crypto primitives |
| Python SDK — install, wallet, send, bridge, env vars |
| JavaScript SDK — install, wallet, send, env vars |
| x402 HTTP payment protocol — server middleware, client auto-pay |
| MCP payment integration — charge per tool call, spending limits |
| All 8 gRPC endpoints |
| Full parameter table — fees, limits, staking, slashing |
| Validator setup, hardware, staking, economics |
| Security architecture, Trinity Validators, attack mitigations |
| Step-by-step: API paywall, MCP pricing, website paywall |
Utilities
Tool | Description |
| Convert between USD, Z, and units |
| Estimate transaction costs with competitor comparison |
| Calculate revenue for a Zero-gated service |
Usage
Claude Code / Claude Desktop
Add to your MCP config:
{
"mcpServers": {
"zero": {
"command": "uv",
"args": ["run", "--directory", "/path/to/mcp-server", "python", "-m", "zero_mcp.server"]
}
}
}Direct
cd mcp-server
uv venv && uv pip install "mcp[cli]>=1.0.0"
source .venv/bin/activate
python -m zero_mcp.serverWhat Agents Can Do
An AI agent connected to this MCP server can:
Learn what Zero is and how it works
Get SDK code examples for Python or JavaScript
Implement x402 paywalls on their APIs
Add per-tool pricing to their MCP servers
Convert between USD/Z/units
Estimate costs for any transaction volume
Calculate revenue projections for paid services
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.