Aucterra MCP サーバー
このリポジトリは、aucterra-mcpパッケージを使用して、Aucterra の Document Understanding 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
が 1 つしか指定されていない場合は、同じ値を使用します)。
📦 依存関係
pipx
がシステムにインストールされ、利用可能であることを確認してください。
次の方法でインストールします:
🛠️ 問題点
問題が発生した場合は、API キーが正しいこと、ツールが最新であることを確認してください。
🔗 関連プロジェクト
This server cannot be installed
LLM エージェントが Aucterra のドキュメント理解 API と対話できるようにし、ドキュメント分類およびフィールド抽出サービスへの構造化されたアクセスを提供する MCP 互換サーバー。
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