Zero Network MCP Server
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 |
Related MCP server: AiAgentWalletMCP
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
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 Servers
- Flicense-qualityCmaintenanceEnables AI agents to access paid content by integrating cryptocurrency payments through the x402 protocol, allowing LLMs to verify payments and retrieve paid resources automatically.Last updated1
- Alicense-quality-maintenanceEnables AI agents to access a marketplace of paid tools by automatically handling Stellar blockchain payments and wallet management. It utilizes the X-402 protocol to facilitate transparent, automated transactions for tool usage through a marketplace backend.Last updated
- Alicense-qualityFmaintenanceEnables 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.Last updated29MIT
- AlicenseBqualityCmaintenanceExposes 25 paid API endpoints as MCP tools for AI agents, with payments in USDC on Base mainnet via the x402 protocol, enabling tasks like web search, company intelligence, and crypto research.Last updated2573MIT
Related MCP Connectors
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
54 AI agent tools: OSINT, intel feeds, DeFi, crypto, weather, DNS, proxies. x402 micropayments.
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/Zzero-net/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server