Security & Testing
glacier21.com
Provides wallet lookup and account management for blockchain identity and risk assessment.
ENDPOINT 1
https://dashboard.glacier21.com/api/mcp
MCP server metadata
- Name
- glacier21-dashboard
- Version
- 0.1.0
Glacier21 wallet-intelligence MCP server. Use `tools/list` to enumerate. If you don't have an account yet, call `register_account` with an email and password. you'll get a Bearer token plus 10 free wallet lookups. Existing users: call `login` to mint a token. Pass the returned token in the `Authorization: Bearer <jwt>` header on every authenticated tool call. See https://dashboard.glacier21.com/llms-full.txt for full docs.
Known tools 13
verify_emailConfirm the email address on a freshly-registered account using the verification token from the welcome email.
Potential side effectssearch_walletLook up identity, social handles, owned assets, sanctions exposure, and other off-chain signals for any blockchain wallet address.
Inferred read-onlyget_usage_statsReturns requests made this period, monthly limit (including referral bonuses), and billing-period dates.
Inferred read-onlylist_api_keysReturn every API key on the account with active/revoked status and usage timestamps.
Inferred read-onlyrevoke_api_keyDisable an API key in AWS API Gateway and mark it inactive on the account.
Inferred read-onlylist_plansReturns the public catalog of plans (Free, Frost, Iceberg, Avalanche) with pricing and request quotas.
Inferred read-onlysubscribe_to_planCreates a Stripe Checkout session for the chosen plan and returns a hosted checkout URL the agent can complete with a card-on-file or x402 / MPP payment.
Potential side effectsget_subscriptionReturns the active Stripe subscription, plan tier, status, and renewal date.
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.glacier21-dashboard]
url = "https://dashboard.glacier21.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"glacier21-dashboard": {
"type": "http",
"url": "https://dashboard.glacier21.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: glacier21-dashboard
Remote MCP URL: https://dashboard.glacier21.com/api/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": {
"glacier21-dashboard": {
"url": "https://dashboard.glacier21.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"glacier21-dashboard": {
"type": "http",
"url": "https://dashboard.glacier21.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "glacier21-dashboard",
"transport": "streamable-http",
"url": "https://dashboard.glacier21.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for glacier21.com was fetched 2026-07-26T09:33:24.552Z and is being refreshed.
glacier21.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.