Aucterra MCP 服务器
该存储库使用aucterra-mcp包为 Aucterra 的文档理解 API 配置一个与 MCP 兼容的服务器。
它使 LLM 代理能够使用Google 的代理开发工具包 (ADK)与 Aucterra 的文档分类、提取等服务进行交互。
🔧 配置
将此块包含在您的mcpServers
配置中(例如config.json
或mcp.yaml
):
🔐 必需的环境变量
多变的 | 描述 |
---|---|
AUCTERRA_API_KEY | 用于访问 Aucterra 服务的 API 密钥 |
⚙️ 工具行为
此 MCP 工具提供对 Aucterra 的结构化访问:
- 📁 文档分类
- 🗂️ 键值字段提取(简单 + 列表字段)
该工具接受pdf
或image
文件并返回结构化的 JSON 输出。
✅ 代理集成 (Google ADK)
要在LlmAgent
中使用此工具,请按如下方式配置它:
通过tools=[aucterra_tool]
将此工具添加到您的代理。
📚 示例用例
代理将使用 Aucterra MCP 服务器提取字段,填充缺失值(例如,如果仅提供一个,则对field_key
和field_name
使用相同的值)。
📦依赖项
确保您的系统上已安装并可用pipx
。
通过以下方式安装:
🛠️ 问题
如果遇到问题,请确保您的 API 密钥正确且工具是最新的:
🔗 相关项目
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
与 MCP 兼容的服务器使 LLM 代理能够与 Aucterra 的文档理解 API 进行交互,从而提供对文档分类和字段提取服务的结构化访问。
Related MCP Servers
- -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 -627MIT License
- -securityAlicense-qualityAn open-source MCP server that provides applications like Cursor, Windsurf, and Claude with access to llms.txt documentation files, allowing users to control and audit context retrieval.Last updated -8MIT License
- -securityFlicense-qualityA customized MCP server that enables integration between LLM applications and documentation sources, providing AI-assisted access to LangGraph and Model Context Protocol documentation.Last updated -1
- AsecurityFlicenseAqualityA lightweight MCP server that provides a unified interface to various LLM providers including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama.Last updated -6642