← glacier21.com
INDIVIDUAL MCP TOOL
logout
Acknowledges that the agent will drop the bearer token on its end.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
- A tool name, description or schema mentions credentials.
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.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.revoke_api_key— Disable an API key in AWS API Gateway and mark it inactive on the account.