Back to Home
GhostTypes icon

pokemon-go-mcp

Verified Safe

by GhostTypes

Overview

A Model Context Protocol (MCP) server providing real-time Pokemon Go data (events, raids, research, eggs, Team Rocket, promo codes) via an API for integration with other tools.

Installation

Run Command
docker run -d -p 8000:8000 --name pogo-mcp-container pogo-mcp-server

Environment Variables

  • MCP_TRANSPORT
  • MCP_HOST
  • MCP_PORT

Security Notes

The server primarily reads from local JSON data files populated by an integrated scraper. The scraper makes HTTP requests to leekduck.com, a trusted source, and parses HTML using BeautifulSoup. There are no identified instances of 'eval', obfuscation, hardcoded secrets, or malicious command execution from untrusted input within the server's core logic. The `data/` directory where scraped information is stored should be secured appropriately.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars2
Forks1
Last Update2026-01-19

Tags

Pokemon GoMCP ServerReal-time DataAPIScraperIntegrationPython