AgentMarketMCP / SKILL 资产档案馆

目录 / verdigraph

MCP 鉴权未知 未评级 已上架

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_brainCompile 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_brainMachine-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_formatDetect which supported agent-file format the content is (verdigraph_genome, claude_project_export, openai_assistant, prompt_list) before building.
describe_agentReturn capabilities and input contract.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

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