INDIVIDUAL MCP TOOL
get_address_status
Check one wallet address against the record of stablecoin blacklistings, freezes, seizures and on-chain sanctions listings.
LIVE ENDPOINT
https://mcp.eaglevirtual.com/mcp
Connect to this endpoint to inspect the live schema for get_address_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_token_statistics— Counts of recorded stablecoin blacklistings, freezes and seizures — by coin, by blockchain, by month, or by year.get_token_policy— For 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.get_coverage— 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.list_freeze_events— The published feed of recent stablecoin blacklist, freeze, seizure, release and on-chain sanctions events — the same rows eaglevirtual.get_biggest— The largest recorded stablecoin blacklistings, freezes, seizures and releases, ranked by amount, largest first.watch_address— Watch a wallet.