zunivo-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENT_PK | Yes | Agent wallet private key (never shown to the model) | |
| ZUNIVO_DAILY_CAP | No | Hard daily budget in USDC (default 5) | 5 |
| ZUNIVO_SPEND_FILE | No | Path to spend file for persistent budget (e.g. ~/.zunivo-spend.json) | ~/.zunivo-spend.json |
| ZUNIVO_MAX_PER_CALL | No | Maximum spend per call in USDC (default 1) | 1 |
| ZUNIVO_RECORDS_ADDRESS | Yes | ZunivoAgentRecords contract address on Arc |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zunivo_resolve_agentA | Resolve a .agent name to its on-chain agent card: payout address, service endpoint, x402 manifest, description. Accepts 'data.agent', '@data' or 'data'. |
| zunivo_list_agentsA | List every .agent name that has published a callable service (the public agent directory on Arc). |
| zunivo_paid_fetchA | Call a paid HTTP API. If the server responds 402, pay the quoted USDC price from the agent wallet (within budget) and retry automatically. Target is either a full url, or an agent name + path. Returns status, body and the payment receipt if one was made. |
| zunivo_create_payment_linkA | Create a Zunivo payment link (invoice): anyone opening it can pay the given USDC amount to a .agent name or 0x address. Returns the pay URL and order id. |
| zunivo_check_orderA | Check a payment link / order: status (unpaid or paid) and the on-chain payments that settled it. |
| zunivo_spend_statusA | Show today's spending budget for the agent wallet: daily cap, spent so far, remaining, per-call ceiling. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/zunivo-pay/zunivo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server