Skip to content
Back to search
100
MCP live v0.0.5 MCP 2026-07-28 streamable-http

e18e

dev.e18e/e18e

The official e18e MCP server keeping your agent in check from installing bloated dependencies.

Uptime
100.0%
1 direct probes · 30d
Response
284ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
1
available

Tools · 3

code-checker

Check if the code contains some inefficient or outdated packages imported and suggests alternatives.

lookup-replacement

Check if a package has a more performant, maintained or efficient replacement by package name, replacement text, or topic. Returns a list of suggestions with descriptions and documentation links.

npm-i-checker

Check for outdated or insecure npm packages in an install script like `npm i` or `pnpm add` or `yarn add` or `bun i`.

Prompts · 1

task

A prompt to execute a task using the e18e MCP server at the best of its abilities.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "e18e": {
      "url": "https://mcp.e18e.dev/mcp",
      "transport": "streamable-http"
    }
  }
}