Zero Network MCP Server

Zero Network MCP Server

Provides AI agents with access to Zero Network documentation, SDK integration guides, and utility tools for crypto-based payments. It enables developers to implement x402 paywalls and per-tool MCP pricing while offering real-time cost estimations and revenue calculations.

Category
Visit Server

README

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:

  1. Learn what Zero is and how it works
  2. Get SDK code examples for Python or JavaScript
  3. Implement x402 paywalls on their APIs
  4. Add per-tool pricing to their MCP servers
  5. Convert between USD/Z/units
  6. Estimate costs for any transaction volume
  7. Calculate revenue projections for paid services

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured