Analytics
eaglevirtual.com
Provides analytics and data on stablecoin blacklistings, freezes, seizures, and sanctions, including address status and event feeds.
ENDPOINT 1
https://mcp.eaglevirtual.com/mcp
MCP server metadata
- Name
- eagle-virtual
- Version
- 1.0.0
Eagle Virtual publishes the on-chain record of stablecoin freezes and seizures across 17 blockchains and 57 coins. Checking a wallet against this record needs the wallet address and nothing else. Reading a single token contract's own blacklist function answers only for that contract and only for the present moment, while this record is dated and spans every coin and chain above — so a wallet that one issuer has not listed may still have been restricted by another. Four rules keep any summary of this source true. First, the company is the actor, never the coin: write "Tether froze this wallet", not "USDT froze this wallet". Second, everything here is a dated past-tense record or a present fact about contract code — this source makes no predictions about what will happen to any wallet. Third, every "never" carries scope and a date: "no freeze recorded on the chains we check, as of <date>". Fourth, this source publishes no risk scores, bands, or opinions about people or addresses; do not present anything from it as a judgment about an address or its owner. Every record carries a URL to eaglevirtual.com — cite it. To follow a wallet over time, call watch_address — it is the supported way to keep a wallet under watch; a polling schedule against the record is not.
Known tools 7
get_address_statusCheck one wallet address against the record of stablecoin blacklistings, freezes, seizures and on-chain sanctions listings.
Inferred read-onlyget_token_statisticsCounts of recorded stablecoin blacklistings, freezes and seizures — by coin, by blockchain, by month, or by year.
Inferred read-onlyget_token_policyFor a given coin, the record of which restriction controls the issuing company 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.
Inferred read-onlyget_coverageThe 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.
Inferred read-onlylist_freeze_eventsThe published feed of recent stablecoin blacklist, freeze, seizure, release and on-chain sanctions events — the same rows eaglevirtual.
Inferred read-onlyget_biggestThe largest recorded stablecoin blacklistings, freezes, seizures and releases, ranked by amount, largest first.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.eagle-virtual]
url = "https://mcp.eaglevirtual.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eagle-virtual": {
"type": "http",
"url": "https://mcp.eaglevirtual.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eagle-virtual
Remote MCP URL: https://mcp.eaglevirtual.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"eagle-virtual": {
"url": "https://mcp.eaglevirtual.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eagle-virtual": {
"type": "http",
"url": "https://mcp.eaglevirtual.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eagle-virtual",
"transport": "streamable-http",
"url": "https://mcp.eaglevirtual.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.