← glacier21.com

INDIVIDUAL MCP TOOL

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.

glacier21.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent endpoint

glacier21.com

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.