← aliev.base44.app

INDIVIDUAL MCP TOOL

get_aliev_purchase_status

Check an AliEV purchase and, when both purchase key and checkout session are supplied, allow AliEV to re-verify provider payment before reporting paid state.

aliev.base44.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://aliev.base44.app/functions/alievMcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests a financial action.

Parent server

aliev.base44.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.aliev]
url = "https://aliev.base44.app/functions/alievMcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aliev": {
      "type": "http",
      "url": "https://aliev.base44.app/functions/alievMcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aliev
Remote MCP URL: https://aliev.base44.app/functions/alievMcp

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": {
    "aliev": {
      "url": "https://aliev.base44.app/functions/alievMcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aliev": {
      "type": "http",
      "url": "https://aliev.base44.app/functions/alievMcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aliev",
  "transport": "streamable-http",
  "url": "https://aliev.base44.app/functions/alievMcp"
}
MCP Inspector

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

Related tools

  • analyze_ev_site — Run AliEV public EV-infrastructure screening for a street address.
  • get_aliev_offers — List current AliEV paid intelligence options and prices.
  • prepare_paid_handoff — Create a human review link for a selected AliEV paid-depth option.
  • prepare_site_report_checkout — After the human explicitly agrees to pay, prepare secure checkout for the $299 Preliminary Site Report or $750 Full Site Report.
  • get_aliev_capabilities — Describe AliEV machine-facing capabilities, discovery documents and commercial boundaries.