Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zero_overview | Get a comprehensive overview of the Zero Network — what it is, how it works, key facts, and links. |
| zero_transaction_format | Get the Zero transaction wire format (136 bytes), account state format (48 bytes), and cryptographic primitives. |
| zero_python_sdk | Get Python SDK documentation — installation, wallet creation, sending Z, bridge operations, environment variables. |
| zero_javascript_sdk | Get JavaScript SDK documentation — installation, wallet creation, sending Z, environment variables. |
| zero_x402_integration | Get x402 HTTP payment protocol integration guide — server middleware (Python/JS), client auto-pay, 402 response format. |
| zero_mcp_payments | Get MCP server payment integration guide — how to charge AI agents per tool call, payment flow, spending limits. |
| zero_api_reference | Get the Zero Network API reference — all 8 gRPC endpoints: Send, GetTransfer, GetHistory, GetBalance, GetAccount, BridgeIn, BridgeOut, GetBridgeStatus. |
| zero_network_parameters | Get all Zero Network parameters — fees, limits, staking, slashing, circuit breaker thresholds, pruning rules. |
| zero_validator_info | Get validator documentation — hardware requirements, staking, trust scoring, slashing rules, economics. |
| zero_security_model | Get the Zero security model — attack mitigations, Trinity Validators, vault contract security, bridge protections. |
| zero_implementation_guide | Get step-by-step implementation guide for accepting Zero payments — API providers (x402), MCP servers, website paywalls, pricing guidelines. |
| zero_convert | Convert between USD, Z tokens, and units. Args: amount: The amount to convert direction: One of "usd_to_z", "z_to_usd", "z_to_units", "units_to_z" |
| zero_estimate_cost | Estimate the cost of operating on Zero Network. Args: num_transactions: Number of transactions to estimate for avg_amount_z: Average transaction amount in Z (default 0.10 Z) |
| zero_pricing_calculator | Calculate expected revenue for a Zero-gated service. Args: price_per_call_z: Price per API/tool call in Z daily_calls: Expected number of calls per day |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |