Skip to main content
Glama

CarKeeper ChatGPT MCP integration

This project connects ChatGPT to the live CarKeeper report engine.

What it exposes

  • check_vehicle — runs the real CarKeeper engine for a registration.

  • analyse_purchase — runs the full CarKeeper buying report with price, advert text and optional images.

  • compare_vehicles — runs CarKeeper on 2–5 cars and ranks them by the Buyer Score returned by the live report.

  • start_full_report_checkout — optional/private tool that creates the existing £9.99 CarKeeper WooCommerce checkout.

  • get_report — optional/private tool that reads status/text for an existing paid report.

The commerce tools are disabled by default because the current public Plugin Directory form says digital-goods commerce is not supported. They can still be enabled in Developer Mode for private testing.

Related MCP server: Vehicle Database MCP Server

Architecture

ChatGPT -> MCP server -> protected CarKeeper Render endpoint -> DVLA/DVSA/Check Car Details/web/OpenAI

Optional private purchase path: ChatGPT -> MCP server -> WordPress REST bridge -> existing WooCommerce checkout/report flow

1. Patch the Render report engine

Use the supplied carkeeper-report-engine-plugin version of the backend. It keeps /generate-report unchanged for the website and adds:

POST /plugin/generate-report

This route requires:

Authorization: Bearer <CARKEEPER_PLUGIN_TOKEN>

Add CARKEEPER_PLUGIN_TOKEN to the Render service environment.

2. Configure this MCP server

Copy .env.example to .env and set the SAME CARKEEPER_PLUGIN_TOKEN value.

For public/plugin testing, leave:

CARKEEPER_ENABLE_COMMERCE_TOOLS=false

3. Install and run

npm install
npm start

The MCP endpoint is:

http://localhost:8787/mcp

4. Test locally

npx @modelcontextprotocol/inspector@latest

Connect Inspector to http://localhost:8787/mcp using Streamable HTTP.

5. Connect to ChatGPT Developer Mode

Expose port 8787 using an HTTPS tunnel such as ngrok and use:

https://YOUR-TUNNEL/mcp

as the app's MCP URL.

Optional: existing £9.99 checkout flow

Install carkeeper-chatgpt-api.php as a small WordPress plugin. Add this constant somewhere secure in WordPress configuration:

define('CK_CHATGPT_API_TOKEN', 'a-long-random-secret');

Set the same value as CARKEEPER_WP_API_TOKEN on the MCP server and set:

CARKEEPER_ENABLE_COMMERCE_TOOLS=true

for private Developer Mode testing only.

The bridge uses the existing CarKeeper report creation, checkout token restoration, £9.99 WooCommerce product and paid-report storage rather than creating a second payment system.

Security

Never commit .env, OpenAI keys, Check Car Details keys, DVLA keys or shared plugin tokens. Generate long random secrets for both shared tokens.

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides AI agents with 36 specialized tools for complete vehicle dealership management through the StockSpark/Carspark API, including inventory management, vehicle listings, image handling, pricing optimization, and multi-portal publishing.
  • A
    license
    C
    quality
    D
    maintenance
    Enables access to comprehensive vehicle information including VIN decoding, license plate OCR, vehicle history checks (theft, title, salvage records), market valuations, specifications, and warranty data for vehicles across North America and Europe.
    6
    61
    1
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Provides 25 interactive automotive intelligence tools for real-time market data, including VIN decoding, price predictions, and inventory analytics. It enables AI assistants to perform car searches, trade-in estimations, and market trend analysis using the Model Context Protocol.
    2
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to decode VINs, check stolen vehicle databases, and retrieve market valuations through natural language.
    1

View all related MCP servers

Related MCP Connectors

  • Vehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more.

  • Amazon brand, seller, niche & buy-box intelligence inside your own Claude or ChatGPT.

  • Live SEO workflow tools for Claude Code, Codex, and AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/robharvey1989-ui/carkeeper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server