Integrates with Google's Agent Development Kit (ADK) to enable LLM agents to interact with Aucterra's document understanding services.
Aucterra MCP Server
This repository configures an MCP-compatible server for Aucterra's Document Understanding APIs using the aucterra-mcp package.
It enables LLM agents to interact with Aucterra's document classification, extraction, etc. services using Google's Agent Development Kit (ADK).
🔧 Configuration
Include this block in your mcpServers
configuration (e.g., config.json
or mcp.yaml
):
🔐 Required Environment Variables
Variable | Description |
---|---|
AUCTERRA_API_KEY | Your API key for accessing Aucterra's services |
⚙️ Tool Behavior
This MCP tool provides structured access to Aucterra's:
- 📁 Document Classification
- 🗂️ Key-Value Field Extraction (Simple + List fields)
The tool accepts pdf
or image
files and returns structured JSON output.
✅ Agent Integration (Google ADK)
To use this tool within your LlmAgent
, configure it as follows:
Add this tool to your agent via tools=[aucterra_tool]
.
📚 Example Use Cases
The agent will use the Aucterra MCP server to extract fields, filling in missing values (e.g., using the same value for field_key
and field_name
if only one is provided).
📦 Dependencies
Ensure pipx
is installed and available on your system.
Install it via:
🛠️ Issues
If you encounter issues, ensure your API key is correct and the tool is up to date:
🔗 Related Projects
This server cannot be installed
An MCP-compatible server that enables LLM agents to interact with Aucterra's document understanding APIs, providing structured access to document classification and field extraction services.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables LLMs to interact directly the documents that they have on-disk through agentic RAG and hybrid search in LanceDB. Ask LLMs questions about the dataset as a whole or about specific documents.Last updated -1231TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that provides tools to load and fetch documentation from any llms.txt source, giving users full control over context retrieval for LLMs in IDE agents and applications.Last updated -177PythonMIT License
- -securityFlicense-qualityAn MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.Last updated -Python
- -securityFlicense-qualityAn MCP server that fetches real-time documentation for popular libraries like Langchain, Llama-Index, MCP, and OpenAI, allowing LLMs to access updated library information beyond their knowledge cut-off dates.Last updated -Python