Skip to main content
Glama

Server Details

Multichain DEX router: free MCP tools for swap-quote prices, chains, catalog; paid via x402.

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 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: catalog for general info, chains for chain listing, price_offer for pricing. No overlap.

Naming Consistency5/5

All tools follow 'routheus_' prefix with descriptive nouns, consistent pattern.

Tool Count5/5

3 tools is appropriate for a focused pricing/catalog server, not too few nor too many.

Completeness4/5

Coverage of catalog, chains, and pricing is good for the domain. Minor gap: no tool for direct execution, but that's handled via external x402 call as described.

Available Tools

3 tools
routheus_catalogAInspect

Get the live Routheus product catalog: DEX endpoints, the FREE tier (single-input swap quotes and quote+calldata are free, rate-limited per IP — no payment or key), per-call USDC prices for paid products, supported EVM chains, x402 payment details, and a contact email for custom/higher-limit plans. Call this first to learn what's available, what's free, and what costs.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It states the tool returns 'live' catalog data but does not mention idempotency, caching, rate limits, or side effects. For a parameterless read-only tool, this is adequate but not detailed.

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 a single, well-structured sentence that front-loads the action and itemizes the catalog contents using commas and colons. Every phrase adds value with no 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?

Given zero parameters, no output schema, and a straightforward purpose, the description fully explains what the tool returns and why to use it. The agent can immediately understand the tool's role and output.

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 input schema has zero parameters with 100% coverage, so the description need not add parameter details. Baseline for no params is 4, and the description appropriately omits param information.

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 begins with 'Get the live Routheus product catalog', clearly specifying the verb and resource. It then enumerates the contents (DEX endpoints, free tier, pricing, chains, payment details, contact), distinguishing it from sibling tools like routheus_chains and routheus_price_offer which focus on specific subsets.

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 instructs to 'Call this first', providing clear usage ordering. While it implies that other tools are for specific queries, it does not explicitly contrast when to use each sibling, leaving room for ambiguity.

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

routheus_chainsAInspect

List the DEX chains Routheus can quote on, with accepted path aliases (canonical slug, chain name, or EIP-155 id — e.g. eth = ethereum = 1).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

No annotations provided, so description carries full burden. Clearly states it lists chains and explains accepted aliases. For a simple read-only list, this is sufficient transparency.

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, no wasted words, front-loaded with action and resource.

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?

Given zero parameters and no output schema, description adequately explains what the tool returns. Could mention return format but not necessary for this simple list.

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?

No parameters exist, schema coverage is 100%. Baseline 4 applies; description adds no parameter info but doesn't need to.

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?

Description clearly states verb 'List' and resource 'DEX chains Routheus can quote on'. Distinguishes from siblings 'catalog' and 'price_offer' by specifying it's about chains and aliases.

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?

No explicit when-to-use or when-not, but given the tool's simplicity and zero parameters, usage context is implied. Does not provide alternatives or exclusions.

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

routheus_price_offerAInspect

Get the price for a specific product, WITHOUT paying. For quote and quote_calldata it reports that a rate-limited FREE tier exists (call the returned URL with no X-PAYMENT header to use it); for all products it returns the exact x402 USDC offer and the ready-to-call HTTP URL. To get paid data, call that URL with an x402 client (x402-fetch / @x402/fetch / AgentKit).

ParametersJSON Schema
NameRequiredDescriptionDefault
chainYesChain slug/name/id, e.g. base, ethereum, 1
productYesWhich product to price
Behavior3/5

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

With no annotations, the description must cover behavioral traits. It mentions the free tier, rate limits, and the need for an x402 client for paid data, but omits details like error handling, idempotency, or what happens on failure.

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 concise, front-loaded with the main purpose, and uses efficient sentences. Every sentence adds necessary detail without verbosity.

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?

Given no output schema, the description adequately explains return values (offer and URL) and usage variants. It could be more explicit about the return structure, but overall complete for the tool's simplicity.

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?

Schema covers 100% of parameters, so baseline is 3. The description adds value by explaining product-specific behavior (free tier for quote/quote_calldata, general return for others), enriching parameter semantics beyond 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 'Get the price for a specific product, WITHOUT paying' which specifies the verb, resource, and a key condition. It distinguishes from siblings routheus_catalog (listing) and routheus_chains (chain info).

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 gives clear context: use when you need a price without paying, and it explains how to utilize the free tier for quote/quote_calldata. It lacks explicit exclusions or direct comparisons to siblings but implicitly guides usage.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources