Skip to main content
Glama
Ownership verified

Server Details

Pay-per-call safety checks for AI agents: screen a crypto address or URL before you transact.

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 DescriptionsA

Average 4.2/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct input type: crypto address vs. URL/domain. There is no overlap in purpose, so an agent can easily select the correct tool based on what it needs to check.

Naming Consistency5/5

Both tools follow the same check_<object> pattern, making the naming predictable and consistent. There are no deviations or mixed conventions.

Tool Count3/5

With only 2 tools, the server feels thin, though the scope is narrow and both tools are directly relevant. The count is borderline but not unreasonable for a specialized security checking utility.

Completeness4/5

The server covers the two core security checks expected from its purpose (address and URL). There are no obvious dead ends, though a fuller security suite might add checks for transactions or other asset types.

Available Tools

2 tools
check_addressA
Read-only
Inspect

Check whether a crypto address is safe to transact with. Screens OFAC sanctions + community scam lists and flags contract-vs-wallet. Returns verdict (safe/caution/avoid), 0-100 risk score, reasons, and sources.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNobase | ethereum (default: base)
addressYesEVM 0x… address to check
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful behavioral context: it screens specific list types, flags contract-vs-wallet, and returns a structured verdict with risk score, reasons, and sources. This goes beyond the annotations to clarify what the tool does and what output the agent can expect.

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 three sentences, front-loaded with the main purpose, and every sentence adds value: what it does, what it screens, and what it returns. No redundant or filler content.

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

Completeness4/5

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

The tool has only 2 parameters and no output schema, so the description's inclusion of the return format (verdict, risk score, reasons, sources) is helpful. Minor gap: the description says 'crypto address' while the schema specifies 'EVM 0x…', which could cause slight ambiguity for non-EVM addresses, but overall the description is sufficient for a read-only check tool.

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

Parameters3/5

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

Schema description coverage is 100%, so both parameters (chain and address) are already documented in the schema. The description does not add extra detail about the parameters themselves; it focuses on high-level behavior. Baseline 3 is appropriate given full schema coverage.

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 has a specific verb ('Check'), clear resource ('crypto address'), and a clear goal ('safe to transact with'). It distinguishes from sibling check_url by focusing on crypto addresses rather than URLs.

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 provides clear context for when to use the tool: checking crypto address safety. It mentions the screening criteria (OFAC sanctions, scam lists, contract-vs-wallet) but does not explicitly state when NOT to use it or how it compares to check_url.

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

check_urlA
Read-only
Inspect

Check whether a URL or domain is a scam/phishing site. Screens the MetaMask crypto-phishing blocklist, domain age (RDAP), and lexical red flags. Returns verdict (safe/caution/avoid), 0-100 risk score, reasons, and sources.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL or domain to check
Behavior4/5

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

Annotations declare readOnlyHint and openWorldHint, so the agent knows it's a safe read operation. The description adds value by revealing the screening sources (MetaMask blocklist, RDAP domain age, lexical flags) and return fields (verdict, risk score, reasons, sources), providing useful behavioral context beyond the annotations.

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 two sentences, front-loaded with purpose, and includes all key details without redundant wording. It efficiently conveys the tool's function, method, and output.

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?

The description fully covers what the tool does and what it returns (verdict, risk score, reasons, sources). Given the simple single-parameter schema and no output schema, this is complete and sufficient for an agent to invoke correctly.

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

Parameters3/5

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

Schema coverage is 100% with the parameter 'url' described as 'URL or domain to check'. The description adds nothing new about the parameter beyond what the schema already states, so baseline 3 is appropriate.

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 checks if a URL or domain is a scam/phishing site, specifying the verb 'Check' and the resource 'URL or domain'. It also distinguishes itself from the sibling 'check_address' by focusing on URLs/domains rather than addresses.

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

Usage Guidelines3/5

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

The description implies usage for URL/domain safety checks but does not explicitly mention alternatives or when not to use it. With a sibling tool 'check_address', the lack of explicit differentiation or usage guidance is a minor gap, though context is clear.

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

Discussions

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

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    security tools for AI agents: URL safety scanning, prompt injection detection (200+ patterns), email/password breach checks via HIBP, domain & IP reputation analysis, and AI skill supply chain scanning. Free tier (3 calls/day) or pay-per-request with USDC micropayments via x402.
    9
    18
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to scan payment endpoints for safety, returning a letter grade (A–F) and verdict before authorizing payments.
    2
    41
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Agent-Level Transaction Safety Oracle. Before an AI agent signs a blockchain transaction, it returns a SAFE/UNSAFE verdict with a SENTINEL Score (AAA-D) and risk flags. Pay-per-call $0.005 USDC via x402 on Base.
    1

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources