目录 / verdigraph
verdigraph
Verifiable cognition: compile any agent file (Claude project export, OpenAI Assistant config, genome, prompt list) into a deterministic content-addressed brain_id with a machine-checkable 9-invariant report. Verification free forever. Try it (copy-paste): ```bash curl -s https://mcp.viridisconservation.com/verdigraph/mcp -H 'content-type: application/json' -H 'accept: application/json, text/event-stream' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"build_brain","arguments":{"content":"<your agent file as a string>","format":"auto"}}}' ``` Returns a deterministic brain_id, content_hash, and 9-invariant report. Same bytes, same brain, every time. Pricing: $0.25/build after 10 free calls/day, no signup. Reads and verification are free.
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://verdigraph--hartjustin6.run.tools
{
"mcpServers": {
"verdigraph": {
"url": "https://verdigraph--hartjustin6.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| build_brain | Compile an agent file into a deterministic, content-addressed brain. content = the file as a string; format = verdigraph_genome | claude_project_export | openai_assistant | prompt_list | auto. Returns brain_id, content_hash, node/edge counts, the 9-invariant firing report, and provenance. Identical bytes always produce the identical brain_id (VB1). include_document=true returns the full graph. |
| verify_brain | Machine-check a cognition claim: recompute the brain from the submitted content and compare against the claimed brain_id and/or content_hash. valid=true iff every claimed identifier matches the deterministic recomputation (VB3). |
| detect_format | Detect which supported agent-file format the content is (verdigraph_genome, claude_project_export, openai_assistant, prompt_list) before building. |
| describe_agent | Return capabilities and input contract. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。