etld-mcp-server MCP Server
pablixnieto2/etld-mcp-server
Are you the maintainer of pablixnieto2/etld-mcp-server? Claim this listing →
ETL-D MCP Server v3.2.0
Add AgentRank to Claude Code Discover and compare tools like pablixnieto2/etld-mcp-server — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
pablixnieto2/etld-mcp-server is a JavaScript MCP server. ETL-D MCP Server v3.2.0
Ranked #115 out of 124 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
JavaScript No license
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Brief
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# ETL-D MCP Server 🌊 A deterministic data middleware for AI agents, exposed as a standard Model Context Protocol (MCP) server. ## The Problem: The "Data Tax" in LLMs Asking an LLM to parse a 10,000-row CSV, a Spanish Norma 43 bank statement, or an EDI 850 file directly in the context window leads to three major issues: 1. **Token Exhaustion:** Sending raw B2B formats to a context window is highly inefficient. 2. **Hallucinations:** LLMs struggle with strict spatial alignment and counting. A single misplaced comma in a financial trade history is catastrophic. 3. **Non-Determinism:** You cannot build reliable B2B pipelines if the extraction format changes based on the LLM's "mood." ## The Solution: Waterfall Architecture ETL-D stops agents from attempting to "read" raw B2B data. Instead, the agent routes the file/string to this MCP server, which processes the data using a strict **3-Layer Waterfall Architecture**: 1. **L1 - Heuristic (0-Shot):** Standard Python parsers (`regex`, `Read full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.