从任何 AI 智能体原生查询此语料库
Santismm 知识平台通过 Streamable HTTP 作为公共 MCP 服务器公开。资源可读取完整的、可引用的内容;30 个工具可搜索、导航和执行五个核心领域、第一方文章、Labs、荷马史诗地图集以及认识论主张注册表。
Streamable HTTP (JSON-RPC)
无状态 Streamable HTTP:无会话、无 API 密钥、无需安装。该端点支持两个协议时代,因此发送 initialize 的现有客户端可以完全照常工作,您配置的任何内容都无需更改。
协议详情 —— 仅在您使用版本 2026-07-28 或从浏览器调用时适用
在版本 2026-07-28 中,没有 initialize 握手。每个请求都通过 MCP-Protocol-Version: 2026-07-28、Mcp-Method 以及用于工具调用的 Mcp-Name 来声明自身。它还携带一个包含 io.modelcontextprotocol/protocolVersion、.../clientInfo 和 .../clientCapabilities 的 params._meta 信封;空对象是有效的 capabilities 值,但该键是必需的,缺失会导致 400 错误。请求头和请求体会被交叉检查,因此如果请求头与请求体不一致,请求将被拒绝,而不是进行猜测。
仅接受来自 santismm.com、www.santismm.com 和 localhost 的浏览器客户端;在接触传输层之前,任何其他 Origin 都会收到 403 错误。CORS 响应头特意保持开放,以便被拒绝的页面可以读取该 403 错误,而不是显示不透明的网络错误。非浏览器客户端不发送 Origin,因此不受影响。
无需执行工具即可读取内容
使用 resources/list 和 resources/templates/list 来发现稳定的 santismm:// 地址,然后使用 resources/read 获取完整的 JSON 文档。每个有效载荷都保留其公开的 canonical_url 以供引用。即使远程目录暂时不可用,联合的文章和 Lab 模板仍保持可用。
santismm://overviewRead the corpus map, licences, languages, extensions and bulk-ingest URLs.
santismm://knowledge/{locale}/{slug}Read one complete knowledge unit, localised and carrying provenance plus canonical citation URLs.
santismm://patterns/{locale}/{slug}Read one complete patterns unit, localised and carrying provenance plus canonical citation URLs.
santismm://architectures/{locale}/{slug}Read one complete architectures unit, localised and carrying provenance plus canonical citation URLs.
santismm://governance/{locale}/{slug}Read one complete governance unit, localised and carrying provenance plus canonical citation URLs.
santismm://handbook/{locale}/{id}Read one complete Handbook chapter by stable id or slug and locale.
santismm://articles/{slug}Read one complete first-party essay from the canonical Articles API.
santismm://labs/{slug}Read one calculator, converter, experiment or educational-game definition without executing it.
santismm://homeric/{kind}/{locale}/{slug}Read one place, episode or route with competing identifications and rubric evidence.
santismm://claims/{locale}/{id}Read one load-bearing claim, including limits and falsification criteria.
搜索、导航与计算
当智能体需要路由、排序检索、图遍历或确定性执行时,请使用工具。只要工具结果是可读内容,就会链接回匹配的 Resource URI。
get_overviewGet the complete MCP map — start here. Returns the five-domain core plus the separate Article, Labs, Homeric Atlas and claim-registry surfaces, with their tools, identifiers, citation rules, languages, licence and bulk-ingest URLs.
search_allSearch the core corpus, first-party essays, executable Labs, epistemic claims and the Homeric Atlas in one call. Use this first when a natural-language question might require a calculation, a long-form essay or a claim audit rather than only a core knowledge unit. Results name the next tool to call; calculator-shaped questions are routed toward Labs.
list_knowledgeList all knowledge units (concepts on agentic & enterprise AI) with slug, category, title, summary and Evidence-First provenance. Use this to browse the domain; use search when you have a question rather than a slug.
get_knowledgeGet one knowledge unit by slug. Returns the full entry, or a single-locale body if locale is given. Use this once search or list_knowledge has given you a slug.
list_patternsList all Enterprise AI patterns (reusable agentic design patterns) with slug, category, name, summary and provenance. Use this to browse the catalogue; use search when you are looking for a pattern that solves a problem.
get_patternGet one Enterprise AI pattern by slug (includes problem, solution, KPIs, failure modes, lessons). Use this once search or list_patterns has given you a slug.
list_architecturesList all reference architectures (end-to-end enterprise agentic blueprints) with id, slug, category, name, summary and provenance. Use this to browse the blueprints; use search when you have a use case rather than a name.
get_architectureGet one reference architecture by slug (includes the request flow, reference scenario, KPIs, cost & scaling, and the patterns/knowledge it composes). Use this once search or list_architectures has given you a slug.
list_governanceList all AI governance units (regulations, standards, frameworks, playbooks — EU AI Act, ISO 42001, NIST AI RMF, agentic checklist) with id, slug, category, name and summary. Use this to browse the regulations and standards; use search for an obligation or control.
get_governanceGet one AI governance unit by slug (includes scope, key requirements, implementable controls, a checklist and common pitfalls). Use this once search or list_governance has given you a slug.
list_handbookList the Harness Engineering Handbook chapters (HRN-001…): the canonical long-form corpus on harness engineering — definition, history, taxonomy, principles, memory, observability, evaluation, governance, planning, orchestration, security, case studies, glossary and bibliography. Use this to see the chapter map; use search when you have a topic rather than a chapter.
get_handbookGet one Harness Engineering Handbook chapter, by id (e.g. 'HRN-001') or slug. Returns the full Markdown body plus its provenance and related ids. Use this once search or list_handbook has given you an id.
searchRanked keyword search across the whole corpus (knowledge, patterns, architectures, governance and the handbook). Matches every language and ignores accents, so query in the user's own words. Each hit carries a relevance score and the fields it matched; follow up with the matching get_* tool for full detail. Use this before any get_* tool whenever you have a question rather than an identifier.
list_articlesList every long-form essay published on articles.santismm.com, with language, dates, topics and citable canonical URLs. Use this to browse the essay catalogue; use search_articles when you have a topic rather than a slug.
get_articleGet one complete essay by slug, including its clean Markdown-like body, metadata, licence context and canonical URL. Use this after list_articles or search_articles has returned the slug you need.
search_articlesRanked, accent-insensitive full-text search over every first-party essay, including titles, summaries, topics and bodies. Use this when you need long-form analysis about a topic; follow with get_article for the complete essay.
list_labsList every SANTISMM Lab with its inputs, outputs, assumptions, formulas and citation URL. Use this to discover interactive and machine-readable tools; filter by kind when the user specifically asks for a calculator, converter, experiment or educational game.
get_labGet one Lab by slug, including formulas, assumptions, related SANTISMM content and its executable endpoint when one exists. Use this after list_labs or search_all; use the named calculate_* tool rather than reimplementing a published formula.
calculate_agent_economicsCalculate monthly operating cost, cost per verified outcome, manual baseline, savings, ROI and break-even success rate from explicit assumptions. Use this for an agent business case or scenario comparison; keep every monetary input in the same currency and cite the returned canonical_url.
calculate_evaluation_sample_sizeCalculate two different samples: how many independent evaluations are needed to detect at least one failure, and how many are needed to estimate its rate at a chosen margin. Use this when a user asks how many tests are enough; do not interpret zero observed failures as proof of zero risk.
calculate_human_supervision_capacityCalculate review and escalation workload, required FTE, available headroom or backlog, monthly labour cost and sustainable case volume. Use this before production rollout to test whether the stated human-oversight model is operationally credible; the result uses averages and is not a queueing simulation.
get_relatedTraverse the knowledge graph: given a unit, return its neighbours — the units it links to (outgoing) and the units that reference it (incoming), each with the relationship type. Use this after a get_* call to widen an answer with adjacent units.
list_homeric_placesList every place in the Homeric Atlas with its identification class, its confidence score and how many competing identifications it carries. Use this to browse the atlas; use get_homeric_place once you have a slug. Identification classes: accepted (an excavated site with consensus), plausible (a real place, contested), speculative (a minority reading or a later tradition), mythical (the poem places it outside the mappable world). Confidence is a published 0-12 rubric - textual, archaeological, scholarly and geographic, 0-3 each - and is an editorial judgement, not a probability.
get_homeric_placeGet one place by slug: every identification proposed for it, each with its own coordinates, class, 0-12 rubric and sources, plus the attested passages. Use this when you need to weigh the evidence for a location, or to cite it; a place the poem does not locate carries no coordinates at all.
list_homeric_episodesList every episode of the Iliad and the Odyssey held in the atlas, in reading order, with its passage, the places it involves and how firmly it can be located. Use this to find the episode you want; use get_homeric_episode for its theories and sources.
get_homeric_episodeGet one episode by slug: the passage, the narrative, the competing theories about where it happened (each with its proponent and sources), the confidence rubric and the FAQs. Use this when the question is where an episode took place and who argued for it.
list_homeric_routesList the reconstructed itineraries (the nostos of Odysseus and the others), each with its rival reconstructions scored separately. Use this to see which voyages the atlas reconstructs before fetching one.
get_homeric_routeGet one route by slug: each reconstruction variant with its ordered stops, the hypothesis chosen at each stop, its confidence rubric and its sources. Use this to compare rival reconstructions of a voyage: they are returned side by side rather than merged.
list_claimsList the load-bearing claims of the corpus, each tagged as observed_fact, industry_synthesis, santismm_thesis or strategic_hypothesis, with its confidence and the units it underpins. Use this before quoting the handbook to know whether a statement is evidence, a reading of the industry, or a position taken. Filter by claim_type to get only what is checkable.
get_claimGet one claim by id (HE-CLAIM-001) or slug: the statement, what it rests on, its structured sources, and — always present — what it does NOT establish and the observation that would retire it. Use this to cite the corpus honestly, or to check whether a result you have just measured confirms or falsifies a claim it makes.
将其添加到您的 MCP 客户端
大多数 MCP 客户端(Claude Desktop、IDE 扩展、自定义智能体)都在其配置中接受 HTTP MCP 服务器。请粘贴:
{
"mcpServers": {
"santismm-knowledge": {
"type": "http",
"url": "https://santismm.com/mcp"
}
}
}获取同一语料库的三种方式
托管端点无需安装任何内容。这两个包都在本地通过 stdio 运行相同的服务器 —— 区别在于语料库的存放位置,这决定了您需要哪一个。
| 方式 | 语料库 | 新鲜度 |
|---|---|---|
| https://santismm.com/mcp | 远程 | 始终最新 |
| npx santismm-knowledge-mcp | 内置核心;文章与 Labs 在线获取 | 在发布时冻结 |
| uvx santismm-knowledge-mcp | 无 —— 代理到端点 | 始终最新 |
npm 包特意设计为快照,因此可能会有所滞后。确实如此:get_overview 会报告做出响应的副本的最新单元日期,而 not_found 会重复该日期,以便智能体能够区分错误的标识符与比其请求内容更旧的语料库。
五个核心领域:知识、模式、架构、治理以及 Harness Engineering(智能体支撑系统工程)手册。search_all 可跨核心、文章、可执行实验室和主张路由自然语言问题;专用工具则公开了 Homeric Atlas。
使用 get_related 遍历链接,这是 /api/graph.json 背后的同一个图。
每个单元都带有证据优先(Evidence-First)的出处信息(证据级别、置信度、来源类型)。
每个工具都会声明一个 outputSchema 并返回经过验证的 structuredContent,因此结果会以类型化数据的形式送达 —— 对于旧版客户端,序列化的 JSON 仍保留在 content 中。
其他地方的同一个服务器
该服务器是一个整体,但有多个入口。其中每一个都是相同的端点和相同的语料库,在页面元数据中被声明为 sameAs,以便爬虫可以对其进行协调合并,而不是将其视为独立的项目进行计数。
未使用 MCP?
核心语料库和相关数据集也以纯文本和 JSON 格式发布。实时发现清单公布的每个直接入口点都链接自 适用于 AI 智能体: