MCP server for the Zero Network — lets AI agents understand, integrate, and transact on Zero
Project description
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 |
|---|---|
zero_overview |
Network overview — what Zero is, core facts, architecture, links |
zero_transaction_format |
100-byte wire format, 48-byte account state, crypto primitives |
zero_python_sdk |
Python SDK — install, wallet, send, bridge, env vars |
zero_javascript_sdk |
JavaScript SDK — install, wallet, send, env vars |
zero_x402_integration |
x402 HTTP payment protocol — server middleware, client auto-pay |
zero_mcp_payments |
MCP payment integration — charge per tool call, spending limits |
zero_api_reference |
All 8 gRPC endpoints |
zero_network_parameters |
Full parameter table — fees, limits, staking, slashing |
zero_validator_info |
Validator setup, hardware, staking, economics |
zero_security_model |
Security architecture, Trinity Validators, attack mitigations |
zero_implementation_guide |
Step-by-step: API paywall, MCP pricing, website paywall |
Utilities
| Tool | Description |
|---|---|
zero_convert |
Convert between USD, Z, and units |
zero_estimate_cost |
Estimate transaction costs with competitor comparison |
zero_pricing_calculator |
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.server
What 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zero_network_mcp-0.1.1.tar.gz.
File metadata
- Download URL: zero_network_mcp-0.1.1.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8848e8fe482a0d90a75267e08bd53cbe45d1d30a37437762d160da6907193f25
|
|
| MD5 |
e218cb7fe687ca69827f372b783fb2b7
|
|
| BLAKE2b-256 |
ac87a9ea900fac4e92d85c158d3db6a41488fd82e1dff31ae0a9e3b19383a6bc
|
File details
Details for the file zero_network_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: zero_network_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e10d0acd997a29c120fa3ea280e45b51fd48c937afe5806193109de332644450
|
|
| MD5 |
f4ebff97b40e9340876f2c3ce342e7e8
|
|
| BLAKE2b-256 |
2bae0dde0fbd28bad6124ad9f283d9c876df9aa629e572f45f7e08fa348274aa
|