ETL-D MCP Server
ETL-D MCP Server 🌊
ETL-D は、AIエージェントの盾として機能するように設計された決定論的データミドルウェアです。Model Context Protocol (MCP) を介して厳格な3層パースアーキテクチャを提供することで、LLMが構造化データに対して「幻覚」を起こすのを防ぎます。
⚠️ 問題: 「データ税」と幻覚
標準的なLLMは、生のB2Bファイル(CSV、PDF、EDI、Norma 43)を読むのが苦手です。それらは以下の問題を抱えています:
トークン枯渇: 5,000行のCSVをコンテキストに送るのはお金の無駄です。
精度の低下: LLMは空間的な整列に苦労します。銀行取引明細書のカンマの位置がずれると、経済的災害になります。
非決定性: 出力形式がLLMの「気分」に依存する場合、信頼性の高いパイプラインを構築することはできません。
Related MCP server: document-parser
✅ 解決策: 3層ウォーターフォールアーキテクチャ
ETL-Dエンジンは、すべてのリクエストを厳格な階層で処理します:
レイヤー1(ヒューリスティック): 100% Pythonネイティブの決定論的パーサー。幻覚リスク0%。約70msのレイテンシ。
レイヤー2(セマンティック): 埋め込みベースのルーティングを使用した列とスキーマの整合。
レイヤー3(LLMシールド): 高エントロピーノイズに対して
additionalProperties: false制約を持つ Llama 3.3 70B を使用した厳格なJSON強制。
🚀 クイックスタート(Claude Desktop)
claude_desktop_config.jsonを開きます。ETL-D サーバーを追加します(バージョン
3.3.3を使用してください):
{
"mcpServers": {
"etld": {
"command": "npx",
"args": [
"-y",
"@pablixnieto2/etld-mcp-server@3.3.3"
],
"env": {
"ETLD_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}🔑 APIキーを取得する方法?
オプションA: 手動購入(人間) スターターパック($5 / 5,000クレジット)またはサブスクリプションを api.etl-d.net で入手してください。
オプションB: ゼロタッチプロビジョニング(エージェント主導)🤖 キーをお持ちでない場合は、Claudeに「ETL-Dキーを持っていません。取得を手伝ってもらえますか?」と尋ねるだけです。 エージェントが /provision ツールを呼び出し、Stripe Checkout リンクを生成し、支払いが完了すると自動的にキーを設定します。ゼロタッチ、ヒューマン・イン・ザ・ループ。
🛠️ 利用可能なMCPツール
金融およびB2Bの重労働 parse_bank_statement: スペインのNorma 43(N43)をサポート。生の銀行ファイルをクリーンなJSONに変換します。
parse_trade_history: 複雑なブローカーエクスポートから取引、手数料、配当を決定論的に抽出します。
parse_edi: ANSI X12 EDIパーサー(850発注書向けに最適化)。
generate_sepa_xml: JSONからPAIN.008(直接引き落とし)XMLジェネレーター。
ドキュメントインテリジェンス pdf_to_spatial_markdown: エージェントにとって重要。LLMが読む前に、テーブル構造を保持したままPDFをMarkdownに変換します。
extract_invoice / extract_resume: 標準的なB2B文書向けの高精度スキーマ抽出。
アトミックエンリッチメント(1クレジット/呼び出し) enrich_amount: 「Total: 1.240,50€」を {amount: 1240.50, currency: "EUR"} にクリーンアップします。
enrich_date: タイムゾーンを考慮して人間が読める日付(「来週の金曜日の午後5時」)を解決します。
enrich_address: 世界中の乱雑な住所を構造化されたコンポーネントに標準化します。
accounting_map: 概念をES PGC、US GAAP、またはIFRSにマッピングします。
🏗️ エコシステム
クラウドエンジン: api.etl-d.net でホスト(Python/FastAPI)。
Python SDK: pip install etld。
n8nノード: n8nコミュニティで n8n-nodes-etld として利用可能。
⚖️ ライセンス
MIT - Pablixnieto2 によって作成
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
- accounting_map_endpoint_v1_finance_accounting_map_postA
- categorize_item_v1_enrich_categorize_postC
- code_generator_endpoint_v1_enrich_code_generator_postA
- create_batch_task_v1_enrich_batch__entity_type__postB
- create_checkout_v1_system_billing_checkout_postA
- crm_cleanse_v1_pipelines_crm_cleanse_postA
- dedupe_items_v1_enrich_dedupe_postB
- download_sepa_endpoint_v1_finance_sepa_xml_download_postC
Related MCP Servers
AlicenseAqualityBmaintenanceThe deterministic fact-verification layer for AI agents. Validates the structured facts an agent emits — IBANs, payment cards, VAT and national tax IDs, crypto and bank addresses, domains, emails, phone numbers, securities and academic identifiers, plus dates, currencies and holidays — against checksums and curated authoritative data, not guesses.561Apache 2.0- AlicenseNot gradedqualityCmaintenanceProvides AI agents with comprehensive document parsing capabilities including PDF text extraction, OCR, HTML-to-markdown conversion, table extraction, and summarization, optimized for agent workflows.101MIT

Agent Toolsofficial
AlicenseNot gradedqualityCmaintenanceProvides deterministic tools for transforming, formatting, and inspecting structured data for AI agents.1519Apache 2.0- AlicenseAqualityCmaintenanceConverts PDF bank statements into structured data (Markdown, JSON, CSV, JSONL) with verified transactions and balance checks, enabling agents to audit numbers.516MIT
Related MCP Connectors
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
Deterministic JSON repair, validate, example-gen, schema-coerce for agents. Zero LLM, sub-10ms.
Deterministic compliance and vertical knowledge bases for autonomous agents. Free 24hr trial.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pablixnieto2/etld-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server