npm @neji402/engedi-mcpstdioMITupdated 1mo ago
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.
engedi で何ができる?
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
| Tier | Price | Endpoints |
|---|---|---|
| Free | $0 | Weather, 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.001 | Exchange 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.002 | Weather 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.005 | Screenshots, Screenshot Live, News Briefing, News Analyze, Stocks Analyze, Crypto Analyze, Stocks Compare, SEO Analyze, Weather Analyze, Products, Courses, Real Estate |
| Premium | $0.01 | |
| Ultra | $0.10 | Flights, Hotels |
Paid endpoints require USDC micropayments via the x402 protocol. The MCP server handles payment automatically.
Data Sources
| Source | Data |
|---|---|
| Open-Meteo | Weather, air quality |
| CoinGecko | Crypto prices |
| Yahoo Finance | Stock prices, news |
| Google Flights/Hotels | Travel pricing |
| USGS | Earthquake data |
| Wikipedia | Articles, search |
| Open Library | Book data |
| Nominatim/OSM | Geocoding, restaurants |
| OpenFoodFacts | (via products) |
| 30+ more | See API docs |
API Documentation
Full API documentation: https://engedi.digi-life17.workers.dev
License
MIT
インストール
engedi をクライアントに追加します。お使いのものを選んでください。
claude mcp add engedi-mcp -- npx -y @neji402/engedi-mcpcodex mcp add engedi-mcp -- npx -y @neji402/engedi-mcpamp mcp add engedi-mcp -- npx -y @neji402/engedi-mcp{
"mcpServers": {
"engedi-mcp": {
"command": "npx",
"args": [
"-y",
"@neji402/engedi-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"engedi-mcp": {
"command": "npx",
"args": [
"-y",
"@neji402/engedi-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"engedi-mcp","command":"npx","args":["-y","@neji402/engedi-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"engedi-mcp": {
"command": "npx",
"args": [
"-y",
"@neji402/engedi-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"engedi-mcp": {
"command": "npx",
"args": [
"-y",
"@neji402/engedi-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"engedi-mcp": {
"command": "npx",
"args": [
"-y",
"@neji402/engedi-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"engedi-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@neji402/engedi-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"engedi-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@neji402/engedi-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @neji402/engedi-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント18/25
- メンテナンス16/25
- 信頼性13/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 41 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.2.1最新 | 2026年7月6日 |