Google PageRank for AI agents. 25,000+ tools indexed.

etld-mcp-server MCP Server

pablixnieto2/etld-mcp-server

Score: 47.1 Rank #115 Data Processing
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

StarsFreshnessIssue HealthContributorsDependents
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

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for pablixnieto2/etld-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/pablixnieto2--etld-mcp-server)](https://agentrank-ai.com/tool/pablixnieto2--etld-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/pablixnieto2--etld-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/pablixnieto2--etld-mcp-server" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="pablixnieto2/etld-mcp-server"></script>

Matched Queries

"mcp server""mcp-server"

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.