DocImprint
@sawftware-labs
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"docimprint": {
"url": "https://api.docimprint.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_DOCIMPRINT_API_KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ghidraMCP
LaurieWiredMCP Server for Ghidra
Servers
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments