Skip to main content
Glama

fresh-feeds — trending/new/changed MCP servers + x402 change-data API

assess_agent_risk

Verify-before-you-pay: a read-only fraud/impersonation RISK assessment (0-100, higher = riskier) for an ERC-8004 agent on Base, cross-referencing its DECLARED identity (agent-card) against on-chain control (ownerOf). Flags owner-mismatch, registration-inconsistency, off-chain/unproven cards, dead endpoints, and orphaned identities. Free; from a maintained sample of the first agentIds. Look up by tokenId (agentId) OR by the counterparty wallet/payTo you're about to pay (address — 0x… or eip155:8453:0x…). Omit both to list the sample (riskiest first).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressNothe wallet/payTo you're about to transact with (0x… or CAIP-10 eip155:8453:0x…); resolves to the matching agent(s)' risk in the sample
agentIdNoERC-8004 Identity tokenId on Base; omit to list the maintained sample

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full transparency burden and does so well: it states the tool is read-only, free, uses a maintained sample of the first agentIds, and flags specific risk types. It also discloses the score range and the cross-referencing logic, giving the agent a clear behavioral model of what the tool does.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the 'Verify-before-you-pay' tagline. It packs substantial information into four sentences without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite lacking an output schema and annotations, the description covers the tool's purpose, usage patterns, input semantics, output score range, and limitations (sample-based coverage). This is sufficient for a relatively simple two-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already has 100% coverage with detailed descriptions for both parameters, so the baseline is 3. The description adds meaning by clarifying the OR relationship between agentId and address, and the omit-both-to-list-sample behavior, which is not fully captured in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool performs a read-only risk assessment (0-100) for ERC-8004 agents, cross-referencing declared identity against on-chain control. This specific verb+resource distinguishes it from sibling registry tools, which focus on MCP registry status and verification.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description opens with 'Verify-before-you-pay,' explicitly signaling the intended use case: checking an agent before transacting. It also explains the parameter selection logic (look up by agentId or address, omit both to list the sample), but it does not name any alternative tools or provide explicit when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Every tool has a clearly distinct purpose: free vs. paid, list vs. snapshot, search vs. verify, and the standalone risk assessment. Even the similar verification tools are differentiated by 'preview' versus 'full report', leaving no ambiguity.

Naming Consistency4/5

Most tools follow a consistent verb_noun pattern (get_, list_, search_, verify_, assess_). The only outlier is 'feeds_status', which uses a noun phrase instead of a verb-led form, creating a minor inconsistency.

Tool Count5/5

With 10 tools, the server is well-scoped for its dual purpose of MCP registry access and x402 services. Each tool adds distinct value, and the count comfortably fits the typical 3-15 range without feeling bloated or thin.

Completeness5/5

The tool set covers the full read-only lifecycle for both feeds: free search, paid full snapshots, delta changes, trending highlights, per-server verification (preview and full), live service listing, and aggregate status. No obvious dead ends for the stated purpose.