carkeeper-mcp
CarKeeper ChatGPT MCP 統合
このプロジェクトは、ChatGPT と稼働中の CarKeeper レポートエンジンを接続します。
公開するもの
check_vehicle— 登録番号に対して実際の CarKeeper エンジンを実行します。analyse_purchase— 価格、広告文、オプション画像を使用した完全な CarKeeper 購入レポートを実行します。compare_vehicles— 2〜5台の車に対して CarKeeper を実行し、ライブレポートが返した Buyer Score でランク付けします。start_full_report_checkout— 既存の £9.99 CarKeeper WooCommerce チェックアウトを作成するオプション/非公開ツールです。get_report— 既存の有料レポートのステータス/テキストを読み取るオプション/非公開ツールです。
コマースツールはデフォルトで無効です。現在の公開 Plugin Directory フォームではデジタルグッズのコマースがサポートされていないためです。ただし、プライベートテスト用に Developer Mode で有効にすることは可能です。
Related MCP server: Vehicle Database MCP Server
アーキテクチャ
ChatGPT -> MCPサーバー -> 保護された CarKeeper Render エンドポイント -> DVLA/DVSA/Check Car Details/web/OpenAI
オプションの非公開購入パス: ChatGPT -> MCPサーバー -> WordPress RESTブリッジ -> 既存の WooCommerce チェックアウト/レポートフロー
1. Render レポートエンジンにパッチを適用する
提供されている carkeeper-report-engine-plugin バージョンのバックエンドを使用してください。/generate-report はウェブサイト向けに変更せず、以下を追加します。
POST /plugin/generate-report
このルートには以下が必要です:
Authorization: Bearer <CARKEEPER_PLUGIN_TOKEN>
CARKEEPER_PLUGIN_TOKEN を Render サービスの環境変数に追加します。
2. この MCP サーバーを設定する
.env.example を .env にコピーし、同じ CARKEEPER_PLUGIN_TOKEN 値を設定してください。
公開/プラグインテストでは、次のままにします:
CARKEEPER_ENABLE_COMMERCE_TOOLS=false
3. インストールと実行
npm install
npm startMCP エンドポイントは次のとおりです:
http://localhost:8787/mcp
4. ローカルでテストする
npx @modelcontextprotocol/inspector@latestStreamable HTTP を使用して Inspector を http://localhost:8787/mcp に接続してください。
5. ChatGPT Developer Mode に接続する
ngrok などの HTTPS トンネルを使用してポート 8787 を公開し、以下をアプリの MCP URL として使用します:
https://YOUR-TUNNEL/mcp
オプション: 既存の £9.99 チェックアウトフロー
carkeeper-chatgpt-api.php を小さな WordPress プラグインとしてインストールします。この定数を WordPress 設定内の安全な場所に追加してください:
define('CK_CHATGPT_API_TOKEN', 'a-long-random-secret');MCPサーバー側に CARKEEPER_WP_API_TOKEN と同じ値を設定し、次のように設定します:
CARKEEPER_ENABLE_COMMERCE_TOOLS=true
これは、プライベート Developer Mode テスト専用です。
ブリッジは、2 番目の支払いシステムを作成するのではなく、既存の CarKeeper レポート作成、チェックアウトトークンの復元、£9.99 の WooCommerce 商品、有料レポートの保存を使用します。
セキュリティ
.env、OpenAI キー、Check Car Details キー、DVLA キー、共有プラグイントークンを絶対にコミットしないでください。両方の共有トークンには、長いランダムなシークレットを生成してください。
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