Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENT_PKYesAgent wallet private key (never shown to the model)
ZUNIVO_DAILY_CAPNoHard daily budget in USDC (default 5)5
ZUNIVO_SPEND_FILENoPath to spend file for persistent budget (e.g. ~/.zunivo-spend.json)~/.zunivo-spend.json
ZUNIVO_MAX_PER_CALLNoMaximum spend per call in USDC (default 1)1
ZUNIVO_RECORDS_ADDRESSYesZunivoAgentRecords contract address on Arc

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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