目录 / tinyzkp-mcp
MCP
鉴权未知
未评级
已上架
tinyzkp-mcp
# TinyZKP — Verifiable Receipts for AI Agents **[tinyzkp.com](https://tinyzkp.com)** · **[Try it in browser](https://tinyzkp.com/try)** · **[API docs](https://tinyzkp.com/docs)** · **[Free signup](https://tinyzkp.com/signup)** Mint a tamper-evident proof that your agent ran the code it claims, on the inputs it claims. **One MCP install. One API call. Verify in milliseconds.** No cryptography degree required.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://tinyzkp-mcp--logan.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"tinyzkp-mcp": {
"url": "https://tinyzkp-mcp--logan.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| describe_template | Get full parameter schema and example JSON for a specific proof template. Call this before prove_template to understand what parameters are needed. |
| get_capabilities | Get server capabilities, version, and recommended workflow. Start here if you're unsure what this server can do. |
| get_proof | Retrieve the base64-encoded proof bytes for a completed job. Pass the result to verify_proof for independent verification. |
| get_proof_summary | Get a human-readable summary of what a proof job attests to, including template, public inputs, and status. |
| list_templates | List all available proof templates with IDs, summaries, and tags. Use this to discover what kinds of proofs you can generate. |
| list_workloads | List all registered workload IDs. Workloads are predefined proof programs. |
| poll_job | Check the status of a proof job. Returns: pending, running, succeeded, or failed. |
| prove_template | Generate a zero-knowledge proof from a template ID and parameters. Returns a job_id — call poll_job to check progress. Consumes one proof from your monthly quota. |
| prove_workload | Generate a proof from a registered workload ID. Returns a job_id — call poll_job to check progress. Consumes one proof from your monthly quota. |
| verify_proof | Verify a proof independently. Pass the base64-encoded proof from get_proof. Returns {valid: true/false}. This is a pure cryptographic check — no quota consumed. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。