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

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

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

TDQS

A4.4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a unique, clearly defined purpose: listing agents, resolving agent details, making paid requests, checking order status, creating payment links, and reviewing spending budget. There is no overlap in functionality, making tool selection unambiguous.

Naming Consistency5/5

All tools share the 'zunivo_' prefix and follow a consistent verb_noun pattern (list_agents, resolve_agent, paid_fetch, check_order, create_payment_link, spend_status). The naming is uniform and predictable, with minor stylistic variation in 'paid_fetch' but still adherent to the overall convention.

Tool Count5/5

With 6 tools, the set is well-scoped for the server's purpose of agent directory lookup, paid API invocation, and payment management. Each tool earns its place without redundancy or bloat.

Completeness5/5

The toolset covers the essential lifecycle: discovering agents, resolving their details, making paid calls, verifying payments, generating payment links, and monitoring spending. There are no obvious gaps that would hinder core workflows.

Maintenance

ActivitySlowing
ResponsivenessNo issues