ESO-MCP
Verified Safeby RichardDillman
Overview
Provides comprehensive Elder Scrolls Online game data, tools, and analysis capabilities for AI assistants.
Installation
pnpm startEnvironment Variables
- ESOLOGS_CLIENT_ID
- ESOLOGS_CLIENT_SECRET
- DATABASE_URL
- NODE_ENV
- GOOGLE_CHAT_WEBHOOK_URL
- NTFY_URL
- NTFY_TOPIC
- SMTP_HOST
- SMTP_PORT
- SMTP_USER
- SMTP_PASS
- SMTP_FROM
- SMS_GATEWAY_ADDRESS
- SLACK_WEBHOOK_URL
Security Notes
The server uses various external APIs (ESO Logs, Google Chat, ntfy.sh, Slack, Nodemailer for SMS) requiring sensitive credentials via environment variables. While this is good practice, compromise of the server could lead to abuse of these external services. The CMX OCR tool processes local image paths; if the `imagePath` input is user-controlled and not properly sanitized, it could pose a local file inclusion/path traversal risk. The core communication uses StdioServerTransport, meaning the overall security heavily depends on the execution environment and how the server process is sandboxed.
Similar Servers
agentql-mcp
Integrates AgentQL's data extraction capabilities to extract structured data from web pages using natural language prompts.
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
scrapegraph-mcp
Provides AI-powered web scraping, structured data extraction, multi-page crawling, and agentic automation capabilities for language models.
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.