Linux 软件免费装
Banner图

KaliCart MCP

开发者 carthub
更新时间 2026年6月21日 13:33
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

markdown ai agent chatgpt mcp

下载

0.2.10

详情介绍:

KaliCart MCP makes your WordPress site agent-ready: it turns your editorial content into something AI agents and assistants — such as ChatGPT, Claude, Gemini, Perplexity and any MCP-capable client — can browse, search and read directly. It exposes your posts, pages and public custom post types as a standards-based Model Context Protocol (MCP) server over JSON-RPC 2.0, alongside clean Markdown output and a lightweight presence/discovery layer. No LLM, no cloud, no external calls — everything runs on your own server. It is read-only: an agent connects to a single endpoint on your site and can list, search, and read your published content as structured data — it never creates, edits, or deletes anything. What it does Content stays under your control Exclusion works on three levels, all enforced:
  1. Structural - attachments and commerce objects (products, variations) are never exposed. MCP is for content, not commerce.
  2. WooCommerce functional pages - cart, checkout, my account, shop, and policy pages are excluded automatically as application UI rather than editorial content.
  3. Per-item - a "Hide from AI agents" checkbox in the editor lets you remove any single post or page.
You choose which post types are exposed from a simple toggle in the admin screen. WooCommerce coexistence KaliCart MCP is the content companion to the KaliCart Bridge commerce plugin. The two are fully independent - separate namespaces, separate code - and can run side by side. MCP handles editorial content; Bridge handles products and commerce.

安装:

  1. Upload the plugin files to /wp-content/plugins/kalicart-mcp, or install through the Plugins screen in WordPress.
  2. Activate the plugin through the Plugins screen.
  3. Open the KaliCart MCP menu to see your endpoint, choose which content types to expose, and copy the ready-to-paste Claude Desktop configuration.

升级注意事项:

0.2.5 New admin header logo. 0.2.4 Restores the toggle switch appearance. 0.2.3 Completes the toggle click-area fix for the content exposure section. 0.2.2 Fixes the exclusion toggle reacting to clicks on the whole row. 0.2.1 Minor admin UI fixes (menu icon and toggle behavior). 0.2.0 Adds content exclusion controls, automatic WooCommerce page exclusion, and IT/DE/FR/ES translations. 0.1.0 Initial release.

常见问题:

Does this send my content to any external service?

No. The plugin makes no outbound calls. It only responds to agents that connect to your own endpoint. There is no LLM and no cloud component.

Is it read-only?

Yes. Agents can read, list, and search your published content. The plugin never creates, edits, or deletes anything.

How do I connect an agent?

The admin screen provides a copy-paste Claude Desktop configuration using mcp-remote. Any MCP-compatible client can connect to the endpoint at /wp-json/kalicart-mcp/v1/mcp.

Will my products show up?

No. Products, variations, attachments, and WooCommerce functional pages are excluded automatically. MCP exposes editorial content only.

Can I hide a specific page?

Yes. Each post and page has a "Hide from AI agents" checkbox in the editor sidebar.

Do I need WooCommerce?

No. WooCommerce is optional. If it is installed, the relevant functional pages are detected and excluded automatically.

更新日志:

0.2.10 0.2.9 0.2.8 0.2.7 0.2.6 0.2.5 0.2.4 0.2.3 0.2.2 0.2.1 0.2.0 0.1.0