Skip to main content
Glama

Server Details

Real-time multi-chain DEX liquidity depth, EVM contract security audits, and cross-chain bridge routing.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a clearly separate DeFi concern: contract security auditing, cross-chain bridge route optimization, and DEX liquidity aggregation. There is no meaningful overlap or chance of misselection.

Naming Consistency5/5

All three names follow the same predictable snake_case pattern combining a domain descriptor with a functional role suffix (_screener, _optimizer, _router). The naming is uniform and easy to scan.

Tool Count5/5

At three tools, the server is tightly scoped to distinct DeFi routing/analysis functions. Each tool earns its place and the small count is appropriate for a focused utility.

Completeness3/5

The set covers security screening, bridge route calculation, and DEX liquidity aggregation, but the 'router' label implies execution or final route selection, which is absent. Agents can research and compare options but cannot complete an actual swap or bridge action.

Available Tools

3 tools
contract_security_screenerBInspect

Audits EVM token contracts for blacklists, honeypot traps, and tax anomalies (Honeypot.is API).

ParametersJSON Schema
NameRequiredDescriptionDefault
chain_idNo
token_addressYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavior. It names the external API (Honeypot.is) and the audit dimensions, but it does not disclose network-call side effects, rate limits, authentication needs, or failure behavior if the token is invalid. This is a significant gap for an external API-based tool.

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?

Single sentence with no filler; the verb, target, checks, and API source are all packed efficiently. Front-loaded with the action and scope.

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

Completeness3/5

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

For a two-parameter tool with an output schema, the description covers the core purpose and audit scope, and the output schema handles return values. However, it omits chain_id semantics and any usage caveats, and the lack of annotations leaves behavioral context thin; adequate but with clear gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It gives token_address context by mentioning token contracts, but it says nothing about chain_id, its default, or how chain selection affects the audit. The description adds almost no parameter-level meaning beyond the raw 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 opens with the specific verb 'Audits' and names the resource (EVM token contracts) and the three checks performed (blacklists, honeypot traps, tax anomalies). This clearly differentiates it from sibling tools like dex_liquidity_router and cross_chain_bridge_optimizer, which address trading/infrastructure rather than security auditing.

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 the tool should be used when a token needs security screening before engagement, but it never says when not to use it or names alternatives. Sibling tools are different enough that no exclusion is needed, yet there is no explicit guidance on prerequisites such as supported chains or token formats.

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

cross_chain_bridge_optimizerBInspect

Calculates lowest-slippage bridge routes across EVM and Solana (LI.FI API).

ParametersJSON Schema
NameRequiredDescriptionDefault
to_chainYes
to_tokenYes
from_chainYes
from_tokenYes
from_amountYes
from_addressYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the LI.FI API, which hints at an external dependency and potential network calls, but does not explicitly state whether the operation is read-only, what errors may occur, or any rate limits. This is a modest level of transparency but insufficient for a tool that could have side effects or fail due to external service issues.

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

Conciseness4/5

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

The description is a single, clear sentence with no fluff, front-loading the core purpose. It is appropriately concise, though it could be slightly more structured with separate sentences for scope and constraints, but it remains efficient and easy to parse.

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

Completeness2/5

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

Given the tool has six required parameters, an external API dependency, and a schema with zero descriptions, the description is far too sparse. It does not explain parameter semantics, provide usage examples, or note any limitations. While an output schema exists, the absence of parameter guidance makes the tool difficult to invoke correctly. The description is not complete enough for an agent to use it reliably.

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

Parameters2/5

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

The schema has zero descriptions for its six parameters, so the description must compensate. However, it only vaguely suggests that parameters define a bridge request (from/to chain and token, amount, address) without explaining formats, enumerations, or unit expectations (e.g., wei vs. decimal). The description does not clarify how to specify chain names or token identifiers, leaving significant ambiguity for an agent.

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 states a specific verb ('Calculates'), a clear resource ('lowest-slippage bridge routes'), and a scope ('across EVM and Solana'), while also naming the underlying API (LI.FI). This clearly distinguishes it from sibling tools like contract_security_screener and dex_liquidity_router, which handle different functions.

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 the tool is for bridging across chains, but it does not explicitly state when to use this tool over alternatives like dex_liquidity_router for on-chain swaps. There is no guidance on prerequisites or when not to use it, leaving the agent to infer the usage context from the tool name and function.

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

dex_liquidity_routerBInspect

Aggregates liquidity depth, 24h volume, spread, and USD pricing across DEXs (DexScreener API).

ParametersJSON Schema
NameRequiredDescriptionDefault
chain_idNo
token_addressYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

B3.4/5.0
Behavior3/5

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

The description usefully discloses the external data source (DexScreener API) and the metrics returned. However, with no annotations provided, it carries the full burden for behavioral disclosure and does not mention read-only expectations, rate limits, data freshness, or error behavior.

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?

One sentence with no filler; the action and data scope are front-loaded. It efficiently conveys the core purpose without unnecessary elaboration.

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

Completeness3/5

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

The presence of an output schema reduces the need to describe return values, and the tool is relatively simple with one required parameter. Still, the description lacks usage guidance and parameter semantics, so an agent can identify the purpose but not fully judge invocation details or when it is the wrong tool.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must add parameter meaning, but it does not mention token_address or chain_id at all. The field names are self-explanatory at a basic level, but chain_id's empty-string default and accepted chain values are left undocumented.

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 uses a specific verb ('Aggregates') and names concrete resources: liquidity depth, 24h volume, spread, and USD pricing across DEXs. It clearly separates this tool from the security-screening and bridge-optimizer siblings because it is about DEX market data rather than contract risk or bridging.

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

Usage Guidelines2/5

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

No explicit guidance is given for when to use this tool versus contract_security_screener or cross_chain_bridge_optimizer. The description implies use for DEX liquidity/pricing analysis, but it does not state prerequisites, exclusions, or alternative selection criteria.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 3 tool updates
    • First observedcontract_security_screener
    • First observedcross_chain_bridge_optimizer
    • First observeddex_liquidity_router

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.
    16
    7 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources