AliEV

EV infrastructure intelligence with source-backed screening and human-confirmed checkout.

Should I use this

Quality & Safety

B
Description quality
93%
Schema completeness
62%
Naming quality
93%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~940Tokens (tool definitions)
~721 BTypical response size
Moderate attention impact (0.73% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "aliev": {
      "url": "https://aliev.base44.app/functions/alievMcp"
    }
  }
}

Remote endpoints

https://aliev.base44.app/functions/alievMcpstreamable-http

What it can do

Tool inventory

Tools (6)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢analyze_ev_site(address)

PRIMARY TOOL for property-specific EV questions. If the user gives a street address and asks whether EV charging makes sense, what charging competition is nearby, or whether the property has EV opportunity, call this tool FIRST without calling the offer catalog first. Returns a free source-backed screen, explicit unknowns, and the exact next paid-handoff path. Does not perform engineering, utility approval or payment.

Input Schema

{
  "type": "object",
  "properties": {
    "address": {
      "type": "string",
      "minLength": 5,
      "maxLength": 500
    }
  },
  "required": [
    "address"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢get_aliev_offers

Use AFTER a site screen or when the human explicitly asks for pricing or paid AliEV options. Do not use this as the first tool for a property-specific EV question when an address is available. Read-only and never creates a checkout or payment obligation.

Input Schema

{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟡prepare_paid_handoff(offer_key, address, request_id)

Create a human review link for a selected AliEV paid-depth option. This tool does not create a checkout, invoice, payment obligation, entitlement, or outreach.

Input Schema

{
  "type": "object",
  "properties": {
    "offer_key": {
      "type": "string",
      "enum": [
        "site_report_299",
        "site_report_750",
        "opportunity_pack_250",
        "territory_feed_2500_monthly"
      ]
    },
    "address": {
      "type": "string",
      "maxLength": 500
    },
    "request_id": {
      "type": "string",
      "maxLength": 100
    }
  },
  "required": [
    "offer_key"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
⚪prepare_site_report_checkout(user_confirmed_payment, offer_key, email, address, request_id)

After the human explicitly agrees to pay, prepare secure checkout for the $299 Preliminary Site Report or $750 Full Site Report. Requires buyer email and site address. Checkout creation is not payment proof or report fulfillment.

Input Schema

{
  "type": "object",
  "properties": {
    "user_confirmed_payment": {
      "type": "boolean",
      "const": true
    },
    "offer_key": {
      "type": "string",
      "enum": [
        "site_report_299",
        "site_report_750"
      ]
    },
    "email": {
      "type": "string",
      "maxLength": 254,
      "format": "email",
      "pattern": "^(?:[A-Za-z0-9_'+\\-]+\\.)*[A-Za-z0-9_'+\\-]*[A-Za-z0-9_+-]@(?:[A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$"
    },
    "address": {
      "type": "string",
      "minLength": 5,
      "maxLength": 500
    },
    "request_id": {
      "type": "string",
      "maxLength": 100
    }
  },
  "required": [
    "user_confirmed_payment",
    "offer_key",
    "email",
    "address"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢get_aliev_purchase_status(purchase_key, session_id)

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. Read-only from the buyer perspective.

Input Schema

{
  "type": "object",
  "properties": {
    "purchase_key": {
      "type": "string",
      "maxLength": 180
    },
    "session_id": {
      "type": "string",
      "maxLength": 220
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
🟢get_aliev_capabilities

Describe AliEV machine-facing capabilities and boundaries. For a property-specific EV question with an address, prefer analyze_ev_site instead of stopping at capability discovery.

Input Schema

{
  "type": "object",
  "properties": {},
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded6 tools