AgentMarketMCP / SKILL 资产档案馆

目录 / 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_templateGet full parameter schema and example JSON for a specific proof template. Call this before prove_template to understand what parameters are needed.
get_capabilitiesGet server capabilities, version, and recommended workflow. Start here if you're unsure what this server can do.
get_proofRetrieve the base64-encoded proof bytes for a completed job. Pass the result to verify_proof for independent verification.
get_proof_summaryGet a human-readable summary of what a proof job attests to, including template, public inputs, and status.
list_templatesList all available proof templates with IDs, summaries, and tags. Use this to discover what kinds of proofs you can generate.
list_workloadsList all registered workload IDs. Workloads are predefined proof programs.
poll_jobCheck the status of a proof job. Returns: pending, running, succeeded, or failed.
prove_templateGenerate 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_workloadGenerate 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_proofVerify a proof independently. Pass the base64-encoded proof from get_proof. Returns {valid: true/false}. This is a pure cryptographic check — no quota consumed.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

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