constat-mcp-tools
收藏资源简介:
Constat MCP 工具合同数据集是 Constat MCP 的 Radar 服务(监管和报销情报追踪)提供的公共工具合同的机器可读快照。该数据集包含每个工具的详细信息,包括工具名称、描述、JSON 输入和输出模式、明确的副作用注释、端点元数据以及一份验证报告。数据集中不包含用户提示、用户记录、生产分析、私人分析师笔记或 Constat 的监管证据语料库。数据文件包括:tools.jsonl(每行一个公共 MCP 工具描述符)、snapshot.json(端点、版本、观察时间和行数)、report.json(注释和输出模式完整性检查)以及 checksums.sha256(文件完整性哈希值)。该数据集适用于 MCP 客户端固定装置、工具发现实验、模式回归测试、目录索引以及比较不同发布版本之间的合同变更等场景。需要注意的是,该快照不建立监管准确性、安全性或可用性,工具描述和模式是作者元数据,而非 FDA、CMS、NHTSA 或支付方记录。数据集的许可证为其他(license: other),为 Health AI 创作的公共接口文档。
The Constat MCP Tool Contracts Dataset is a machine-readable snapshot of public tool contracts provided by Constat MCPs Radar service (Regulatory and Reimbursement Intelligence Tracking). The dataset contains detailed information for each tool, including tool name, description, JSON input and output schemas, explicit side effect annotations, endpoint metadata, and a validation report. It does not include user prompts, user records, production analytics, private analyst notes, or Constats regulatory evidence corpus. Data files include: tools.jsonl (one public MCP tool descriptor per line), snapshot.json (endpoint, version, observation time, and row count), report.json (annotation and output schema completeness checks), and checksums.sha256 (file integrity hashes). The dataset is suitable for MCP client fixtures, tool discovery experiments, schema regression testing, catalog indexing, and comparing contract changes across different releases. Note that this snapshot does not establish regulatory accuracy, safety, or usability; tool descriptions and schemas are author metadata, not FDA, CMS, NHTSA, or payer records. The dataset license is other (license: other), as a public interface documentation authored by Health AI.
数据集概述
Constat MCP Tool Contracts 是由 Health AI 发布的一个数据集,提供了 Constat MCP(com.healthai/radar)服务的公共工具合约(tool contracts)的带时间戳、机器可读快照。该数据集属于 Constat 的监管与报销情报追踪(regulatory and reimbursement intelligence track)。
数据集仅包含工具名称、描述、JSON 输入/输出模式、副作用标注、端点元数据及验证报告,不包含用户提示、用户记录、生产分析数据、私人分析师笔记或 Constat 的监管证据语料库。
数据文件
| 文件 | 说明 |
|---|---|
tools.jsonl |
每行一个公共 MCP 工具描述符 |
snapshot.json |
端点、版本、观察时间及行数 |
report.json |
标注与输出模式完整性报告 |
checksums.sha256 |
生成文件的完整性哈希 |
使用方式
通过 Hugging Face datasets 库直接加载:
python from datasets import load_dataset
tools = load_dataset("healthai-hq/constat-mcp-tools", split="train") print(tools.column_names) print(tools[0]["name"])
适用场景:MCP 客户端测试夹具、工具发现实验、模式回归测试、目录索引,以及比较不同日期版本间的合约变更。
快照方法
快照由生产服务器的 MCP tools/list 响应生成,生成命令包含端点(https://constat.dev/api/mcp)、注册表 ID(com.healthai/radar)、服务器版本(0.5.3)和观察时间戳(2026-07-29T00:00:00Z)。report.json 记录结构检查结果,checksums.sha256 确保快照可独立比对。
重要限制
- 工具合约快照不构成监管准确性、安全性或可用性的证明。
- 实时 MCP 服务器可能比此快照版本更新。
- 工具描述和模式是作者编写的元数据,并非 FDA、CMS、NHTSA 或支付方的官方记录。
- 需要最新结果时应使用生产端点,仅在需要可复现性时保留快照。
- 工具仅汇总公开记录及其限制,不做出临床决策、不认证设备安全性、不预测执法行为,也不代表 FDA、CMS、NHTSA 或任何支付方行事。
许可与归属
元数据由 Health AI 编写,属于公共接口文档。许可证为 license: other(保守选择),数据集不会重新许可工具返回的 FDA、CMS、NHTSA、支付方或其他第三方记录。
相关链接:
- 产品:https://constat.dev
- MCP 端点:https://constat.dev/api/mcp
- 仓库:https://github.com/healthai-hq/fda-risk-radar
- 条款:https://constat.dev/terms
- 支持邮箱:hello@healthai.com





