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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论