AgentMarketMCP / SKILL 资产档案馆

目录 / Inhalt - MCP-native CMS

MCP 鉴权未知 未评级 已上架

Inhalt - MCP-native CMS

# Inhalt **The CMS your AI tools can run.** Inhalt is an open-source, MCP-native CMS. Instead of clicking through a traditional admin UI, the content layer is exposed through the [Model Context Protocol (MCP)](https://modelcontextprotocol.io). Any MCP client connects to the Inhalt server and you create and edit content just by chatting. The protocol is the API. The client reads your content schema, finds the right entry, and proposes a clean, typed patch against real fields, never freeform text. - **Website:** [inhalt.tech](https://inhalt.tech) - **MCP endpoint:** `https://inhalt.tech` - **License:** MIT - **Self-hostable:** one container, your database, your keys. A hosted edge is also available.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:11):# Inhalt
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://inhalt--meduard-krasniqi.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Inhalt - MCP-native CMS": {
      "url": "https://inhalt--meduard-krasniqi.run.tools"
    }
  }
}

能力清单

工具说明
schema.readList the project's content types and their typed field definitions.
schema.createDefine a new content type. `fields` is an array of typed field definitions (string, richtext, reference, enum, list). A richtext field takes an optional `format`: html (default), markdown, or plaintext.
schema.updateUpdate a content type's name and/or fields. The key is immutable. Editing fields does not migrate existing entries.
schema.deleteDelete a content type. This permanently removes the type and every entry it holds.
entries.listList entries of a content type. Optionally filter by status and paginate.
entries.queryFind entries whose typed fields match the given values (matched against the working draft).
entries.getFetch one entry by slug. `view` selects the draft (default) or published copy.
entries.createCreate a new draft entry. `data` is validated against the content type's fields.
entries.patchApply a typed patch to an entry's working draft. Only the given fields change.
entries.publishPublish an entry: copy its working draft to the published copy served by the read API.
entries.deleteDelete an entry permanently.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。