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.

コメント

「その他」の他のコンテンツ