MCP.so
登录
D

DocImprint

@sawftware-labs

关于 DocImprint

Verifiable document intelligence for AI agents. Extract, summarize, translate, claim-check, and notarize PDFs & URLs. Evidence bundles with cryptographic proofs and on-chain attestation. 20 MCP tools.

基本信息

分类

其他

传输方式

stdio

发布者

sawftware-labs

提交者

Aly Sawadogo

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "docimprint": {
      "url": "https://api.docimprint.com/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_DOCIMPRINT_API_KEY>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is DocImprint?

DocImprint turns any PDF or URL into a tamper-evident evidence bundle — structured data, AI-cited answers, and a cryptographic proof that agents can verify independently. It is built for developers who need verifiable document processing in agentic workflows, supporting extraction, summarization, claim checking, cross-document search, and on-chain notarization.

How to use DocImprint?

Install the npm package docimprint, instantiate a DocImprintClient with an API key from docimprint.com, then call methods like extract, verify, notarize, or use the MCP server at https://api.docimprint.com/mcp with streamable-http transport and Bearer token authentication.

Key features of DocImprint

  • Extract markdown, tables, structured data, and invoices
  • AI summaries and Q&A with inline citations
  • Claim-check factual statements against source documents
  • Cross-document semantic search and Q&A via collections
  • On-chain attestation on Base L2 (EAS)
  • Native MCP server for Claude, GPT, and other clients
  • Pay-per-call with USDC (x402), no account required

Use cases of DocImprint

  • Extract and verify data from contracts and invoices
  • Answer questions with cited evidence from PDFs or web pages
  • Fact-check claims against a source document
  • Build a searchable knowledge base from multiple documents
  • Notarize document bundles on-chain for audit trails

FAQ from DocImprint

How do I authenticate with DocImprint?

Use an API key (dr_live_...) for monthly credits via Stripe, or pay per call with USDC using the X-Payment header (x402) — no account needed.

What is an evidence bundle?

Every extraction returns a bundle with structured data, AI-cited answers, and a manifest_sha256 tamper-evident hash. The bundle can be downloaded as ZIP and verified independently.

How can I verify bundle integrity?

Call client.verify(bundleId) — it is free and requires no authentication.

Which document types does DocImprint support?

PDFs and URLs (web pages) are supported as input sources.

What is the MCP server transport?

The MCP server uses streamable-http transport with Bearer token (your API key) for authentication.

评论

其他 分类下的更多 MCP 服务器