Skip to main content
Glama
hanjoonchoe
by hanjoonchoe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CACHE_DIRNoDirectory for the local sqlite cache of fetched registration files.~/.cache/web3-agents-mcp
LOG_LEVELNoOne of error, warn, info, debug; controls stderr log verbosity.info
INDEX_BACKENDNoSelects the search_agents backend. Only null is implemented.null
IPFS_GATEWAYSNoComma-separated list of IPFS HTTP gateways to try.https://ipfs.io,https://cloudflare-ipfs.com,https://gateway.pinata.cloud
DEFAULT_CHAIN_IDNoChain id used by any tool call that omits chain.8453
RPC_URL_<chainId>NoOverrides/prepends the RPC endpoint for a specific chain id, e.g. RPC_URL_8453.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
pingA

Liveness check; returns pong and the server version.

resolve_agentA

Resolves an ERC-8004 agent by agentId or ownerAddress (exactly one selector), returning identity fields plus best-effort endpoints/capabilities parsed from its registration file.

get_registration_fileA

Fetches and verifies an agent's registration file (via its tokenUri): ipfs:// CIDs are verified, data: URIs are inherently verified, https:// is unverifiable in v1 (no on-chain hash commitment).

get_reputationA

Reads an agent's Reputation Registry feedback summary (and optionally the raw feedback entries). Always returns honesty caveats — feedback is self-reported by clients and is a weak signal, especially for low feedback counts.

get_validationsB

Reads an agent's Validation Registry entries (validator, best-effort method classification, response, timestamp). An agent with zero validations is a normal, successful result — not an error.

assess_trustA

Factual trust report for an ERC-8004 agent: runs identity, registration file, reputation, and validation lookups in parallel with graceful partial failure, and returns the raw sections plus deterministic honesty caveats and a short factual natural-language summary. No numeric scoring. taskContext only shapes the summary text.

search_agentsA

Searches for ERC-8004 agents by name/capability/description. MVP stub: no local index backend ships yet, so this always returns INDEX_UNAVAILABLE (input validation still runs first).

list_chainsA

Lists the chains this server is configured for. Every other tool's chain argument must be one of the chain slugs returned here; isDefault marks the chain used when a tool call omits chain (DEFAULT_CHAIN_ID env resolution).

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/hanjoonchoe/web3-agents-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server