Skip to main content
Glama

Server Details

On-chain ERC-8004 agent registry. Search, register, and check reputation across 16 chains.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

3 tools
get_agent_profileInspect

Retrieve the full profile of a specific agent by their on-chain ID. Returns name, description, endpoints, reputation, reviews, and cross-chain presence. Free endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
agentIdYesOn-chain agent ID (token ID from the ERC-8004 registry)
chainIdYesChain ID where the agent is registered (e.g. 8453 for Base)
register_agentInspect

Register a new AI agent on the Base blockchain ERC-8004 registry. Mints an on-chain identity NFT and indexes the agent for discovery. Requires $0.05 USDC payment via x402 on Base mainnet.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesAgent display name
servicesNoService endpoints
agentWalletNoWallet address to receive payments
descriptionYesFull agent description
x402SupportNoWhether agent accepts x402 payments
capabilitiesNoLowercase capability tags
preferredChainNoChain to register on (default: base)
search_agentsInspect

Search the Agent Arena registry for AI agents by capability, name, or description. Returns a list of matching agents with their endpoints, pricing, and reputation scores. Requires $0.001 USDC payment via x402 on Base mainnet.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoFilter by chain name, e.g. 'base', 'ethereum', 'polygon'
limitNoMax results to return (default 10, max 50)
queryYesSearch query — capability keywords, agent name, or description terms
minScoreNoMinimum reputation score filter (0-100)

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.