npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

e14z

v4.3.8

Published

Universal MCP registry and execution platform - The npm for AI agents

Readme

E14Z MCP Server

AI Tool Discovery Platform. Discover, evaluate, and connect to 50+ Model Context Protocol (MCP) servers.

NPM Version License MCP Protocol

🚀 Quick Start

# Connect to the E14Z MCP server
npx e14z

📚 What is E14Z?

E14Z is a discovery platform for Model Context Protocol (MCP) servers - the tools that power AI agents. With over 50 verified MCP servers, it provides a centralized registry where developers can:

  • Discover MCP servers for any use case (payments, databases, APIs, etc.)
  • Evaluate server quality, reliability, and community reviews
  • Connect directly from their AI agent with installation instructions

🔧 Usage

Connect to Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "e14z": {
      "command": "npx",
      "args": ["e14z"]
    }
  }
}

Available Tools

Once connected, your AI agent can use these tools:

discover

Search and filter MCP servers by capabilities, category, or keywords.

{
  "name": "discover",
  "arguments": {
    "query": "databases",
    "verified": true,
    "limit": 10
  }
}

details

Get detailed information about a specific MCP server.

{
  "name": "details", 
  "arguments": {
    "slug": "stripe"
  }
}

review

Submit feedback after using an MCP server.

{
  "name": "review",
  "arguments": {
    "mcp_id": "d2127d6c-a314-47b1-ba80-8b95ca934e01",
    "rating": 9,
    "review_text": "Excellent payment integration tools",
    "use_case": "e-commerce checkout"
  }
}

🌍 Categories

Find MCP servers across 16 standardized categories:

  • AI Tools - LLMs, machine learning services
  • Cloud Storage - File storage and management
  • Communication - Video calls, messaging platforms
  • Content Creation - Text, image, media generation
  • Databases - MongoDB, PostgreSQL, data management
  • Development Tools - GitHub, CI/CD, coding utilities
  • Finance - Accounting, invoicing, financial services
  • Infrastructure - DevOps, deployment, cloud services
  • IoT - Smart home, device control
  • Payments - Stripe, Bitcoin, financial transactions
  • Productivity - Office tools, utilities
  • Project Management - Task tracking, collaboration
  • Research - Academic tools, data analysis
  • Security - Authentication, encryption
  • Social Media - Platform integrations
  • Web APIs - REST services, integrations

🏗️ For Developers

HTTP Mode (Testing)

# Start HTTP server for testing
npx e14z --http

# Test with curl
curl -X POST http://localhost:3000/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"tools/list","id":1}'

Environment Variables

  • E14Z_API_URL - Override API endpoint (default: https://www.e14z.com)

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🌟 Community


Built for the AI-powered future 🤖