🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@neji402/engedi-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neji402/engedi-mcp

MCP server for Engedi — 93 tools covering finance, weather, news, commerce, knowledge, content, job matching, and agent utilities. 27 free + 66 paid. USDC micropayments via x402.

latest
Source
npmnpm
Version
1.2.2
Version published
Maintainers
1
Created
Source

Engedi MCP Server

MCP server for Engedi — a live data API for AI agents with 93 REST endpoints covering finance, travel, weather, news, commerce, knowledge, content, SEO, AI analysis, utilities, and more.

27 free endpoints + 66 paid endpoints — pay per call in USDC via x402 protocol.

What It Does

Engedi provides real-time data from 30+ sources (CoinGecko, Yahoo Finance, Google Flights/Hotels, Open-Meteo, USGS, Wikipedia, and more) through a single MCP interface. AI agents can:

  • Weather & Environment: Current weather, multi-day forecasts, air quality, earthquakes, sunrise/sunset
  • Finance: Stock prices, crypto data, exchange rates, stock news
  • Travel: Flight search, hotel search, real estate listings
  • Commerce: Product prices (Walmart), job listings, restaurant search
  • Knowledge: Wikipedia, translation (30+ languages), book search, fact checking, language detection
  • Content: URL metadata extraction, screenshots, PDF generation, web scraping
  • Entertainment: Movie search, jokes, cat facts
  • Agent Utilities: Domain checks, URL safety, AI content detection, license checking, data extraction

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "engedi": {
      "command": "npx",
      "args": ["-y", "@neji402/engedi-mcp"]
    }
  }
}

Claude Code

claude mcp add engedi npx -y @neji402/engedi-mcp

Manual Install

git clone https://github.com/Neji402/engedi-mcp.git
cd engedi-mcp
npm install
npm run build
npm start

Pricing

TierPriceEndpoints
Free$0Weather, News, HN, Stocks, Crypto, Movies, GeoIP, Country Info, Translate Languages, X402 Diagnostics, Logs, Stocks Calculate, Crypto Calculate, Portfolio Calculate, Hash, UUID, Base64, URL Encode, Timestamp, Password, JSON, Color, QR, Robot.txt, Trust, Contribute Review, Job Match
Micro$0.001Exchange Rates, Timezones, Holidays, Geocoding, Domain Check, DNS Lookup, Cert Check, HTTP Headers, Redirect Chain, Port Check, URL Safety, URL Metadata, Translate, Jokes, Cat Facts, UrbanDict, Wikipedia, Books, Fact Check, Detect Language, License Check, Analyze Text, HTML to Markdown, Text Diff
Low$0.002Weather Forecast, Sunrise, Air Quality, Earthquakes, Stock News, News Search, Restaurants, Jobs, Reader, Extract, Meta Extract, Schema Extract, Link Check, Sentiment, Summarize, Extract Data, Change Detect, AI Detect, SEO Audit, Page Speed
Standard$0.005Screenshots, Screenshot Live, News Briefing, News Analyze, Stocks Analyze, Crypto Analyze, Stocks Compare, SEO Analyze, Weather Analyze, Products, Courses, Real Estate
Premium$0.01PDF
Ultra$0.10Flights, Hotels

Paid endpoints require USDC micropayments via the x402 protocol. The MCP server handles payment automatically.

Data Sources

SourceData
Open-MeteoWeather, air quality
CoinGeckoCrypto prices
Yahoo FinanceStock prices, news
Google Flights/HotelsTravel pricing
USGSEarthquake data
WikipediaArticles, search
Open LibraryBook data
Nominatim/OSMGeocoding, restaurants
OpenFoodFacts(via products)
30+ moreSee API docs

API Documentation

Full API documentation: https://engedi.digi-life17.workers.dev

License

MIT

Keywords

mcp

FAQs

Package last updated on 21 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts