Skip to main content
Glama

Server Details

Trust layer for the x402 economy - check any service before you pay. Scores, discovery, routing.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.2/5 across 7 of 7 tools scored. Lowest: 2.6/5.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: discover and smart_discover both find services but one is search and the other is LLM-based; erc8004_reputation and trust_check both check reputation but one is on-chain with divergence flag and the other is verification score; procure, route, and route_batch are all distinct in their execution models (single task, single relay, batch relay). Overlaps are minimal and clearly differentiated by descriptions.

Naming Consistency4/5

All tool names use lowercase with underscores (snake_case), which is consistent. The pattern varies: some are single verbs (discover, procure, route), some are compound (erc8004_reputation, smart_discover, route_batch, trust_check). While no mixed casing, the naming is not strictly verb_noun but maintains a predictable style.

Tool Count5/5

7 tools is well-suited for a server that provides a payment/verification layer for AI services. Each tool covers a core function (discovery, reputation, procurement, routing) without excess or deficiency.

Completeness4/5

The tool set covers the main lifecycle: discovering services (discover, smart_discover), checking trust (erc8004_reputation, trust_check), procuring (procure), and routing (route, route_batch). Missing features like managing past procurenents or cancelations are minor gaps that don't hinder core functionality.

Available Tools

7 tools
discoverInspect

Search the Aegis registry of agent-payable services, ranked by verification-backed trust. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNo
categoryNo
min_trustNo
erc8004_reputationInspect

On-chain ERC-8004 reputation for any registered agent (Base IdentityRegistry) + Aegis probe cross-check + divergence flag. Paid $0.005 via x402 (_meta['x402/payment']).

ParametersJSON Schema
NameRequiredDescriptionDefault
domainNo
agent_idNo
procureInspect

TASK+BUDGET procurement: describe what you need in plain language + max spend; Aegis picks the best verified service, executes with failover, captures only on delivery, returns data + Ed25519-signed receipt. Never over budget. Dynamic x402 via _meta.

ParametersJSON Schema
NameRequiredDescriptionDefault
needYes
budgetYes
routeInspect

Pay THROUGH Aegis: we buy the best verified service for you (by url or capability) and relay the data, failing over if one is down. One integration reaches the whole registry; not charged if nothing delivers. Dynamic x402 price via _meta.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo
capabilityNo
route_batchInspect

Pay ONCE, Aegis fulfills MANY verified services with per-item failover. items=[{url|capability, params?}]. Charged only if all deliver. Dynamic x402 via _meta.

ParametersJSON Schema
NameRequiredDescriptionDefault
itemsYes
smart_discoverInspect

Describe what you need in plain language; Aegis maps it to the best verified services (LLM intent matching). Paid $0.01 via x402.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
trust_checkInspect

Verification-backed trust score + signals for a service before you pay it. Paid $0.01 via x402 (_meta['x402/payment']).

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

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.

Resources