document.extract_text — api MCP Tool
document.extract_text
(document extract text) is one of 22 tools on the
api
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call document.extract_text from your client
- Claude Code api document.extract_text run in your project directory
- Claude Desktop api document.extract_text ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor api document.extract_text ~/.cursor/mcp.json
- VS Code api document.extract_text .vscode/mcp.json
- Zed api document.extract_text ~/.config/zed/settings.json
- Windsurf api document.extract_text ~/.codeium/windsurf/mcp_config.json
- Cline api document.extract_text ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI api document.extract_text ~/.gemini/settings.json
- Grok api document.extract_text .mcp.json (in your project root)
- ChatGPT api document.extract_text Settings → Connectors → Advanced → Developer mode
- Claude.ai api document.extract_text Settings → Connectors → Add custom connector
- LangChain api document.extract_text pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http api https://api.docimprint.com/mcp
Other tools on this server
- document.extract_tables
- document.parse_invoice
- document.check_claims
- document.extract_structured
- document.summarize
- bundle.verify
- collection.create
- collection.search
- collection.ask
- url.extract
- url.summarize
- url.qa
- url.translate
- bundle.get
- bundle.notarize
- receipt.verify
- receipt.list
- job.status
- collection.list
- collection.add_document
- account.quota
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.