Engedi MCP Server

93 tools: finance, weather, news, travel, knowledge, SEO. 27 free + 66 paid via USDC x402.

Local serverstdio

What is the Engedi MCP server?

Most search and retrieval work still happens through a UI a human drives. Engedi MCP server moves it into the conversation instead. 93 tools: finance, weather, news, travel, knowledge, SEO. 27 free + 66 paid via USDC x402.

The short version

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.

  • 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

Getting it running

The server ships on npm as @neji402/engedi-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

How it compares

This sits in the search and retrieval group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by Neji402; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How to install the Engedi MCP server

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

Configuration as documented by the project. Restart the client after saving.

Frequently asked questions

It connects Engedi to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Engedi directly.