← glacier21.com
INDIVIDUAL MCP TOOL
list_plans
Returns the public catalog of plans (Free, Frost, Iceberg, Avalanche) with pricing and request quotas.
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 endpoint
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-com]
url = "https://dashboard.glacier21.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"glacier21-com": {
"type": "http",
"url": "https://dashboard.glacier21.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: glacier21-com
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-com": {
"url": "https://dashboard.glacier21.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"glacier21-com": {
"type": "http",
"url": "https://dashboard.glacier21.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "glacier21-com",
"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.
Related tools
register_account— Self-serve signup for autonomous agents.login— Exchange an email and password for a 24-hour Bearer JWT.verify_email— Confirm the email address on a freshly-registered account using the verification token from the welcome email.logout— Acknowledges that the agent will drop the bearer token on its end.search_wallet— Look up identity, social handles, owned assets, sanctions exposure, and other off-chain signals for any blockchain wallet address.get_usage_stats— Returns requests made this period, monthly limit (including referral bonuses), and billing-period dates.list_api_keys— Return every API key on the account with active/revoked status and usage timestamps.create_api_key— Mint a new AWS-API-Gateway-backed key.