← alpinelead-production.up.railway.app

INDIVIDUAL MCP TOOL

create_credit_checkout

Creates a Stripe checkout link for purchasing AlpineLead agent credits.

alpinelead-production.up.railway.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://zesty-imagination-production-9e97.up.railway.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_credit_checkout and invoke it with your own arguments.

Indexed 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 server

alpinelead-production.up.railway.app

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.alpinelead-oi]
url = "https://zesty-imagination-production-9e97.up.railway.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "alpinelead-oi": {
      "type": "http",
      "url": "https://zesty-imagination-production-9e97.up.railway.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: alpinelead-oi
Remote MCP URL: https://zesty-imagination-production-9e97.up.railway.app/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": {
    "alpinelead-oi": {
      "url": "https://zesty-imagination-production-9e97.up.railway.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "alpinelead-oi": {
      "type": "http",
      "url": "https://zesty-imagination-production-9e97.up.railway.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "alpinelead-oi",
  "transport": "streamable-http",
  "url": "https://zesty-imagination-production-9e97.up.railway.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_credit_balance — Returns the authenticated AlpineLead account's credit balance and usage limits.
  • get_credit_packs — Returns the available AlpineLead agent credit packages.
  • discover_leads — Use for exploratory DACH prospecting when the user wants a company list before deep analysis.
  • analyze_company — Use when a specific company and website are known.
  • generate_sales_kit — Use after a prospect has been analyzed and is worth contacting.
  • get_capabilities — Use this first when you need to understand AlpineLead OI tools, costs, DACH focus, workflows or which capability is available.
  • recommend_next_tool — Use when the user's intent is understandable but you are unsure which AlpineLead OI tool should be called next.
  • find_opportunities — Use when the user wants qualified opportunities, not a raw company list.