← gridautosales.com

INDIVIDUAL MCP TOOL

calculate_payment

Calculate a real, penny-accurate monthly payment for a specific vehicle (by vin, preferred, or price).

gridautosales.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ai.gridautosales.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for calculate_payment 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

gridautosales.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.gridautosales-ai-mirror-chatgpt-app]
url = "https://ai.gridautosales.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gridautosales-ai-mirror-chatgpt-app": {
      "type": "http",
      "url": "https://ai.gridautosales.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gridautosales-ai-mirror-chatgpt-app
Remote MCP URL: https://ai.gridautosales.com/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": {
    "gridautosales-ai-mirror-chatgpt-app": {
      "url": "https://ai.gridautosales.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gridautosales-ai-mirror-chatgpt-app": {
      "type": "http",
      "url": "https://ai.gridautosales.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gridautosales-ai-mirror-chatgpt-app",
  "transport": "streamable-http",
  "url": "https://ai.gridautosales.com/mcp"
}
MCP Inspector

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

Related tools

  • search_inventory — Find specific vehicles in Grid Auto Sales inventory by free-text query and/or structured filters, sorted however the shopper asked.
  • get_vehicle — Get the full structured record for one vehicle by its 17-character VIN.
  • get_vehicle_details — THE deep-dive tool for ONE vehicle.
  • get_value_props — This dealership's OWN documented reasons to buy here: certification, inspection process, warranty coverage, guarantees, upfront pricing.
  • list_inventory — Raw pagination over the feed in load order.
  • get_oem_offers — Every incentive we can evidence on a vehicle: APR programs, lease programs, bonus cash and discount off MSRP, for one VIN or across a make/model.
  • get_dealer_specials — Dealer-advertised specials from our own specials page, each with terms, expiry and a link.
  • search_offers — Search every offer we hold by model, family (apr/lease/cash/special) or free text.