carkeeper-mcp
Allows the optional private purchase flow to create and use CarKeeper's existing £9.99 WooCommerce checkout, including paid-report storage and status retrieval.
Allows the optional private purchase flow to connect through a WordPress REST bridge that reuses the existing WooCommerce checkout and report flow.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@carkeeper-mcpCompare these cars for me: AB12 CDE, FG23 HJK, LM45 NOP"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 startThe MCP endpoint is:
http://localhost:8787/mcp
4. Test locally
npx @modelcontextprotocol/inspector@latestConnect 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.
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceProvides 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.
- AlicenseCqualityDmaintenanceEnables 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.6611MIT
- FlicenseNot gradedqualityBmaintenanceProvides 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

Vincario MCP Serverofficial
FlicenseNot gradedqualityDmaintenanceEnables AI assistants to decode VINs, check stolen vehicle databases, and retrieve market valuations through natural language.1
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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