Skip to main content
Glama

SYRI — Stablecoin Yield Risk Index

Server Details

0-100 risk score for stablecoin yield venues (Aave, Morpho, Ondo, Ethena). Pay per call via x402.

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
URL

TDQS

A4.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: get_syri_status reports service health, list_syri_venues enumerates available venues and pricing, and get_syri_score retrieves the actual risk score. Although status and venue list both mention freshness, the intended use of each is unambiguous.

Naming Consistency5/5

All tool names follow the same lower_snake_case pattern with the 'syri' domain prefix and a verb ('get' or 'list') describing the action. This makes the tool surface predictable and easy to navigate.

Tool Count5/5

Three tools is small but exactly appropriate for a focused index service: one health check, one discovery endpoint, and one paid data endpoint. Each tool earns its place with no redundant or unnecessary additions.

Completeness4/5

The core read-only workflow is covered: check status, discover venues, and fetch scores. A minor gap is the absence of bulk or historical score retrieval, so comparing multiple venues requires repeated per-venue calls.

Available Tools

3 tools
get_syri_scoreGet the SYRI risk score for a venue (paid)AInspect

PAID: $0.05 USDC on Base per venue, via x402. Returns the risk band (Conservative / Moderate / Speculative) and 0-100 composite. Called without payment, this returns the payment terms rather than the score — that is the expected first response, not a failure. If you can settle x402 payments, pass the encoded authorization as x_payment to receive the score.

ParametersJSON Schema
NameRequiredDescriptionDefault
entityYesVenue slug, token, protocol or alias — e.g. usdc-aave-v3, ousg, sdai, usde.
x_paymentNoOptional base64 x402 payment authorization (sent as Payment-Signature).

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral transparency burden. It faithfully discloses the mandatory payment, the exact USDC cost, the unusual response-to-supply behavior when unpaid, and the expected first response so the agent won't treat failure as an error.

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?

It's compact and front-loaded with the most important detail (PAID and cost), then moves to response and payment workflow. No filler; every sentence earns its place.

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?

For a tool with no output schema and no annotations, the description tells what the response includes, what happens when payment, and how the agent should request the score. It does not spell out error states, but the payment gate is sufficient for a minimal 2-param call.

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 coverage is 100%, so the parameter definitions are already complete. The description adds value by explaining that x_payment is an encoded x402 authorization needed to get the score, and gives example entity values 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?

States a specific verb ('Get') and resource ('SYRI risk score for a venue'), and names the outputs: risk band and 0-100 composite. This clearly distinguishes it from the sibling status and listing tools without needing to know their schemas.

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?

Gives explicit operational guidance: the free call returns payment terms, paying via x402 with x_payment returns the score. It does not explicitly contrast against the status or listing tool, but the payment flow itself strongly signals when to use this tool.

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

get_syri_statusService status and data freshnessAInspect

Free. Reports whether the service is healthy, which network it settles on, how many venues are scored, and how old the data is. Useful before depending on a score.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.4/5.0
Behavior4/5

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

No annotations exist, so the description carries full behavioral disclosure weight. It adds the cost trait ('Free') and specifies the exact data points reported, which is meaningful behavioral context. It does not describe response format or failure behavior, but for a simple status call the listed outputs cover the core 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?

Two sentences with no waste: the first packs in all output facts, and the second adds a targeted use-case hint. The leading 'Free' is brief and useful, and nothing is redundant with the schema.

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?

For a zero-parameter status tool, the description adequately covers what the tool reports and when to use it. The lack of an output schema is partially compensated by enumerating the reported fields, though exact response shape and possible network values remain unspecified.

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 has zero parameters and 100% vacuous coverage, so the baseline is 4. No parameter explanation is needed, and the description correctly avoids inventing parameter details.

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 uses an active verb ('Reports') and names exactly what the tool returns: health, settlement network, number of scored venues, and data age. This clearly distinguishes it from siblings get_syri_score and list_syri_venues, which return scores and venue lists.

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 phrase 'Useful before depending on a score' gives a clear, concrete use case tied directly to the sibling get_syri_score. It does not explicitly list alternatives or exclusions, so it stops short of a 5.

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

list_syri_venuesList scored stablecoin yield venuesAInspect

Free. Returns every venue RFS currently scores, with pricing, payment terms and data freshness. Venues outside this list return an error and are never charged.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden and does meaningful work: it says the call is free, lists the data it returns, and states that unsupported venues return an error and are never charged. It does not mention auth, rate limits, or whether results are paginated, but the core behavior is disclosed.

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?

Two short sentences deliver the core purpose, the returned data fields, and the key limit/error behavior. The information is front-loaded and every clause earns its place.

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?

For a parameterless list endpoint, the description covers what the tool returns, the cost behavior, and failure behavior. It does not specify response format, but with no output schema present and a simple list operation, the remaining gaps are minor.

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 tool has no parametersable parameters, so there is no parameter meaning for the description to supplement. The baseline of 4 applies here; the description instead clarifies output fields and error semantics.

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

Purpose4/5

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

The description is specific and actionable: it returns every venue RFS currently scores, including pricing, payment terms, and data freshness. It clearly identifies the resource and output kind, though it does not explicitly contrast with the sibling get_syri_score and get_syri_status tools.

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 this to see the full set of supported venuescars, and venues outside that set will error. It implies when this tool is appropriate but does not explicitly state alternatives or when to use get_syri_score or get_syri_status instead.

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 observedget_syri_score
    • First observedget_syri_status
    • First observedlist_syri_venues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    Scores tokens for market cap risk, liquidity, volatility, and sentiment using CoinGecko, DeFiLlama, and Fear & Greed data.
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides counterparty risk checks for any EVM address, returning malicious-history flags, tiered risk scoring, and plain-language summaries via x402 payment.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources