← Registry

Security & Testing

glacier21.com

Provides wallet lookup and account management for blockchain identity and risk assessment.

x402 supported1 endpoint13 known toolsFirst detected May 28, 2026Last detected September 26, 2026

ENDPOINT 1

https://dashboard.glacier21.com/api/mcp

No auth detected

MCP server metadata

Name
glacier21-dashboard
Version
0.1.0
Capabilities
toolsresourcesprompts
Server instructions

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

register_account

Self-serve signup for autonomous agents.

Inferred read-only
login

Exchange an email and password for a 24-hour Bearer JWT.

Potential side effects
verify_email

Confirm the email address on a freshly-registered account using the verification token from the welcome email.

Potential side effects
logout

Acknowledges that the agent will drop the bearer token on its end.

Potential side effects
search_wallet

Look up identity, social handles, owned assets, sanctions exposure, and other off-chain signals for any blockchain wallet address.

Inferred read-only
get_usage_stats

Returns requests made this period, monthly limit (including referral bonuses), and billing-period dates.

Inferred read-only
list_api_keys

Return every API key on the account with active/revoked status and usage timestamps.

Inferred read-only
create_api_key

Mint a new AWS-API-Gateway-backed key.

Inferred read-only
revoke_api_key

Disable an API key in AWS API Gateway and mark it inactive on the account.

Inferred read-only
list_plans

Returns the public catalog of plans (Free, Frost, Iceberg, Avalanche) with pricing and request quotas.

Inferred read-only
subscribe_to_plan

Creates 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 effects
get_subscription

Returns the active Stripe subscription, plan tier, status, and renewal date.

Inferred read-only
cancel_subscription

Cancels the subscription at period end.

Inferred read-only

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.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.

Trust status RestrictedContent

glacier21.com is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.