Back to Home
brownrl icon

ecl_mcp

Verified Safe

by brownrl

Overview

Provides AI agents with programmatic access to the European Commission's Component Library (ECL) documentation and code examples, enabling them to build and retrieve UI components.

Installation

Run Command
npx ecl-mcp

Security Notes

The server uses SQLite with parameterized queries, which is a good practice against SQL injection. File I/O operations are for reading trusted local files (scripts, templates, database). External content fetching happens during the crawling process (via `crawl.js`) which is separate from the MCP server's runtime. The MCP server itself primarily serves data from a local database over `stdio`. No direct use of `eval` or hardcoded secrets found in the server logic. The `ecl-ec.js` is a client-side library; its security is relevant for web applications using it, but not for the server-side audit of this MCP server.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-27

Tags

MCP ServerDocumentationEuropean CommissionComponent LibraryAI Agent Tools