# Eagle Virtual USDT & USDC Blacklist Tracker (remote · mcp.eaglevirtual.com)

USDT & USDC blacklist, freeze and seizure records for any wallet. Dated, cited, no risk scores.

- Trust score: 84/100 (high trust)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.eaglevirtual.com`: 84/100 (this document), [markdown](https://verifymcp.io/servers/com-eaglevirtual-stablecoin-freeze-tracker/mcp.md), [page](https://verifymcp.io/servers/com-eaglevirtual-stablecoin-freeze-tracker/mcp)

## Channel facts

- Endpoint: `https://mcp.eaglevirtual.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.3`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1472 tokens (~245/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 76/100
  - Stability check failed: schema churn in the 27 days we've observed: 1 tool removals, 0 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Eagle Virtual USDT & USDC Blacklist Tracker MCP server?

Eagle Virtual USDT & USDC Blacklist Tracker is a hosted endpoint at https://mcp.eaglevirtual.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-eaglevirtual-stablecoin-freeze-tracker 'https://mcp.eaglevirtual.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-eaglevirtual-stablecoin-freeze-tracker": {
      "url": "https://mcp.eaglevirtual.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-eaglevirtual-stablecoin-freeze-tracker": {
      "type": "http",
      "url": "https://mcp.eaglevirtual.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-eaglevirtual-stablecoin-freeze-tracker]
url = "https://mcp.eaglevirtual.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-eaglevirtual-stablecoin-freeze-tracker": {
      "type": "remote",
      "url": "https://mcp.eaglevirtual.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-eaglevirtual-stablecoin-freeze-tracker --url 'https://mcp.eaglevirtual.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-eaglevirtual-stablecoin-freeze-tracker:
    url: "https://mcp.eaglevirtual.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-eaglevirtual-stablecoin-freeze-tracker": {
      "Transport": "http",
      "Url": "https://mcp.eaglevirtual.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-eaglevirtual-stablecoin-freeze-tracker -t streamable-http -u 'https://mcp.eaglevirtual.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-eaglevirtual-stablecoin-freeze-tracker": {
      "type": "http",
      "url": "https://mcp.eaglevirtual.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 84, +1)

- [functional] Server version: 1.1.2 → 1.1.3

### 2026-09-18 (score 83, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 1.1.1 → 1.1.2

### 2026-09-17 (score 83, +1)

- [security] Tool “get_biggest” rewrote its description, which is the text the model reads
- [security] Tool “list_freeze_events” rewrote its description, which is the text the model reads
- [cosmetic] “get_biggest” reworded the description of “scope”
- [cosmetic] “list_freeze_events” reworded the description of “month”

### 2026-09-16 (score 82, +1)

No change was recorded against any check on this day. Stability & Change Management went from 59 to 62.

### 2026-09-15 (score 81, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “get_biggest” rewrote its description, which is the text the model reads
- [cosmetic] “get_biggest” reworded the description of “scope”

### 2026-09-14 (score 81, +1)

- [functional] Server version: 1.1.0 → 1.1.1

### 2026-09-13 (score 80, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “get_address_status” rewrote its description, which is the text the model reads
- [security] Tool “get_coverage” rewrote its description, which is the text the model reads
- [security] Tool “get_token_policy” rewrote its description, which is the text the model reads
- [security] Tool “list_freeze_events” rewrote its description, which is the text the model reads
- [functional] Server version: 1.0.0 → 1.1.0
- [cosmetic] “list_freeze_events” added an optional parameter “month”
- [cosmetic] “get_token_policy” reworded the description of “token”
- [cosmetic] “get_token_statistics” reworded the description of “token”

### 2026-09-12 (score 80, +1)

- [security] Tool “get_biggest” rewrote its description, which is the text the model reads
- [cosmetic] “get_biggest” reworded the description of “scope”

## MCP tools (6)

### `get_address_status` (~149 tokens)

Check whether a wallet has been blacklisted or frozen

Check one wallet address against the record of stablecoin blacklistings, freezes and seizures. Returns every recorded action against that address — which issuer took it, on which blockchain, on what date, and in which transaction and block, so it can be verified independently. Covers USDT, USDC and every other coin in this record, on every blockchain it checks. Returns a dated record of what an issuer did, never a risk score, rating, or opinion about the address or its owner. Needs no account.

Input parameters:

- `address` (string, required): The wallet address to check, in any format the chain uses. Accepts EVM, TRON, Solana and Stellar forms; casing does not matter.

### `get_token_statistics` (~155 tokens)

Stablecoin blacklist and freeze statistics

Counts of recorded stablecoin blacklistings, freezes and seizures — by coin, by blockchain, by month, or by year. Answers questions like "how many wallets has Tether blacklisted", "which coin is frozen most often", and "how many seizures happened in 2025". Returns counts and dates only; no wallet addresses are returned by this tool.

Input parameters:

- `chain` (string): Optional blockchain name or chain id, e.g. Ethereum or 1.
- `group_by` (string): Which breakdown to return. Defaults to token.
- `token` (string): Optional coin ticker, e.g. USDT. A ticker two issuers use returns both coins, each with its issuer. Omit for every coin.

### `get_token_policy` (~154 tokens)

Which blacklist and freeze controls a stablecoin issuer has used

For a given coin, the record of which restriction controls the issuer has actually used — blacklisting, freezing, taking a balance, lifting a restriction — with the on-chain event signature, how many times, and the first and most recent dates. Reports what has happened, dated. It does not report what a contract is capable of: contract capability inspection is not published yet, and this tool says so rather than inferring that a coin cannot freeze from an absence of records. Discloses no wallets.

Input parameters:

- `token` (string): Coin ticker, e.g. USDT, USDC, EURC. A ticker two issuers use returns both coins, each with its issuer. Omit for every coin on record.

### `get_coverage` (~153 tokens)

Which blockchains and stablecoins are covered, and how current

The blockchains and coins covered by this stablecoin blacklist and freeze record, the date of the most recent recorded event, and which lanes we cannot currently vouch for. Call this to find out whether a chain or coin is in scope before relying on an answer about it, and to check whether any part of the record is behind. `chains_claimed`, `coins_covered`, `contracts_checked` and `companies_checked` are what a check covers; the `coins` array lists only the coins that have at least one recorded event, which is a smaller set. A coin is one name run by one issuer, so a name that two issuers use appears once per issuer, with the issuer after it.

### `list_freeze_events` (~286 tokens)

Recent stablecoin blacklistings and freezes

The published feed of recent stablecoin blacklist, freeze, seizure, release and on-chain sanctions events, the same rows eaglevirtual.com shows publicly, with the wallet, coin, blockchain, date, block and transaction for each. Covers every coin on every chain: omit the filters and it returns all of them, newest first. Filter by coin, blockchain, event kind or date to narrow it. This is a published sample of the record, not the full corpus, and there is no way to page beyond it. Add month (YYYY-MM) for one whole recorded month: the month’s totals on every plan, and every event behind them on the Business plan. To check a specific wallet, use get_address_status; for totals use get_token_statistics.

Input parameters:

- `chain` (string): Blockchain name or chain id, e.g. Tron or 1.
- `kind` (string): Restrict to one kind of event.
- `limit` (integer): Rows to return, up to 100. Defaults to 25.
- `month` (string): One whole recorded month, YYYY-MM, instead of the recent feed. Every caller gets the month’s totals; the events behind them come with the Business plan.
- `since` (string): Only events on or after this date, YYYY-MM-DD.
- `token` (string): Coin symbol, e.g. USDT.

### `get_biggest` (~308 tokens)

Largest recorded stablecoin seizures, freezes and blacklistings

The largest recorded stablecoin blacklistings, freezes, seizures and releases, ranked by amount, largest first. Answers "what is the largest blacklist", "the biggest freeze", and "the biggest seizure". Filter by coin, blockchain or kind. A blacklisting or freeze is ranked by the balance the wallet held when it was restricted; a seizure by the balance that was taken. They are two different quantities and each row says which it is. The default scope ranks the 25 latest recorded events, with the wallet, date, block and transaction for each. Set scope to "all_time" for the largest in the whole record, which names no wallet, transaction or block.

Input parameters:

- `chain` (string): Blockchain name or chain id, e.g. Tron or 1.
- `kind` (string): Restrict to one kind of action. "blacklist" is a deny-list entry in the token contract; "freeze" locks an account; "seizure" took the balance. Omit for all.
- `limit` (integer): Rows to return, up to 50. Defaults to 10.
- `scope` (string): Defaults to "recent": the 25 latest recorded events, with the wallet, block and transaction on every row. "all_time" ranks the whole record from its first event and names no wallet, transaction or bl…
- `token` (string): Coin symbol, e.g. USDT. Omit for every coin.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-eaglevirtual-stablecoin-freeze-tracker/mcp#diagnostics

## Score history

- 2026-09-20: 84
- 2026-09-19: 83
- 2026-09-18: 83
- 2026-09-17: 83
- 2026-09-16: 82
- 2026-09-15: 81
- 2026-09-14: 81
- 2026-09-13: 80
- 2026-09-12: 80
- 2026-09-11: 79
- 2026-09-10: 79
- 2026-09-09: 79
- 2026-09-08: 78
- 2026-09-07: 78
- 2026-09-06: 77
- 2026-09-05: 77
- 2026-09-04: 77
- 2026-09-03: 76
- 2026-09-02: 76
- 2026-09-01: 75
- 2026-08-31: 75
- 2026-08-30: 74
- 2026-08-29: 76
- 2026-08-28: 75
- 2026-08-27: 75
- 2026-08-26: 75
- 2026-08-25: 72
- 2026-08-24: 72

## Common questions

### What is the Eagle Virtual USDT & USDC Blacklist Tracker MCP server?

Eagle Virtual USDT & USDC Blacklist Tracker is an MCP server listed in the public MCP registry as com.eaglevirtual/stablecoin-freeze-tracker. USDT & USDC blacklist, freeze and seizure records for any wallet. Dated, cited, no risk scores. This page covers its hosted endpoint (https://mcp.eaglevirtual.com/mcp).

### Is the Eagle Virtual USDT & USDC Blacklist Tracker MCP server safe to use?

Eagle Virtual USDT & USDC Blacklist Tracker scores 84 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Eagle Virtual USDT & USDC Blacklist Tracker MCP server expose?

Eagle Virtual USDT & USDC Blacklist Tracker exposes 6 tools: get_address_status, get_token_statistics, get_token_policy, get_coverage, list_freeze_events, get_biggest. Their descriptions and schemas cost roughly 1,205 tokens of context every time the server is loaded.

### Does the Eagle Virtual USDT & USDC Blacklist Tracker MCP server require authentication?

No. We connected to Eagle Virtual USDT & USDC Blacklist Tracker without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Eagle Virtual USDT & USDC Blacklist Tracker MCP server still maintained?

Eagle Virtual USDT & USDC Blacklist Tracker is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.eaglevirtual.com/mcp
- Website: https://eaglevirtual.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-eaglevirtual-stablecoin-freeze-tracker/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-eaglevirtual-stablecoin-freeze-tracker/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-eaglevirtual-stablecoin-freeze-tracker/mcp
