Aucterra MCP Server
Our document understanding APIs, packaged as an open-source Model Context Protocol server. Give Claude — or any MCP-compatible agent — the ability to classify documents and extract structured fields, in one command.
$ npx aucterra-mcp # connect any MCP client ✓ document extraction ready ✓ classification ready ✓ field-level parsing ready → serving on stdio · aucterra.com
Document intelligence as agent tools
document_extraction_tool
Field-level extraction against your defined schema — nested fields, types and expected values — returned as clean, structured JSON your agent can act on.
document_classification_tool
Classify any document against your classes — the first step of routing invoices, statements, contracts and IDs to the right downstream process.
Works with your MCP client
Claude, agent frameworks, custom clients — anything that speaks MCP. Configure with a single AUCTERRA_API_KEY environment variable, self-host and extend freely.
# npm $ npx aucterra-mcp # python $ pipx run --spec git+https://github.com/japisuru/aucterra-mcp aucterra-mcp # configure AUCTERRA_API_KEY=<your key from ais.aucterra.com>
Build with it. Break it. PR it.
The server is open to issues, forks and contributions — and your API key's free tier covers plenty of experimentation.