Skip to main content
Glama
gaokai258

Fee Optimizer MCP

by gaokai258

get_stablecoin_access

Read-only

Check if USDT or other stablecoins can be traded, bought, sold, or withdrawn in a country, including MiCA status, venue delistings, custody rights, and compliant alternatives.

Instructions

当用户问"USDT/Tether/稳定币在我的国家(尤其欧洲/EEA/欧盟)还能不能交易、买卖、提币?哪些交易所下架了 USDT?MiCA 合规稳定币有哪些(USDC/EURC/EURI/EURCV/USDQ)?Revolut 的 USDT 怎么办?"时使用。Returns the MiCA regional access status of a stablecoin (default USDT): issuer + MiCA EMT authorization status, whether venue trading is barred in the resident's region (USDT: unavailable across all 30 EEA states after the 2026-07-01 CASP cliff), custody/withdrawal and self-custody rights (holding and on-chain withdrawal stay legal; the restriction binds venues, not people), a per-venue table (delisted with date / never_offered / venue_blocked; scope eea vs global; whether the venue itself serves the country), compliant alternatives and localized advice. CH and GB are NOT in the EEA region. Without a country, global/asset-level status is returned. Also auto-injected as STABLECOIN_UNAVAILABLE_IN_REGION warnings into fee/withdrawal/execution/persona tools for USDT-quoted requests from EEA residents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetNo稳定币符号,默认 USDT;已建模:USDT、USDC、EURC、EURI、EURCV、USDQ、EURQ
countryNoISO 3166-1 alpha-2 居住国代码,如 DE/FR/NL/US/GB/CH;不传则返回全球/资产级状态,场馆行只含全球策略
exchangeNo可选:只看单个交易所(场馆 id,如 coinbase/bison/binance),仍按居住国判定适用性
languageNo输出语言:en=英文(默认),zh=中文。仅影响 advice/warnings/tradeoffs/reasons 等叙述性文字,数值、字段名与错误码不受影响

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.47.1

TDQS

A3.5/5.0
Behavior4/5

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

The description goes beyond read-only annotations by disclosing the 2026-07-01 CASP cliff, that restrictions bind venues not people, self-custody rights, and default behaviors (global status without country). It also notes auto-injection of warnings into other tools. This adds substantial context but doesn't detail rate limits or auth.

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

Conciseness2/5

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

The description is very long and front-loads a verbose Chinese query pattern before stating the tool's function. The core purpose is buried after a list of user questions, making it hard to parse quickly. It could be significantly trimmed without losing key information.

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 the complexity of MiCA regulations and the lack of an output schema, the description provides necessary context on return values, default behavior, and regional nuances. It covers what the tool returns and how it interacts with other tools, though it could be more structured.

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 the schema already explains asset, country, exchange, and language thoroughly. The description adds minor context about default asset (USDT) and country omission, but largely repeats what's in the schema.

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 clearly states it returns MiCA regional access status for a stablecoin, enumerating specific outputs like issuer authorization, venue trading restrictions, and alternatives. However, the Chinese preamble (a long user-query pattern) is verbose and the core purpose doesn't cleanly distinguish from siblings like compare_countries or get_withdrawal_fees that might also touch on regional rules.

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 Chinese text gives example user questions (trading USDT, MiCA compliance, Revolut), implying usage context, but there is no explicit 'when to use this vs alternatives' instruction. The mention of auto-injection into other tools is helpful but not framed as a call guideline.

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