Back to Home
DimbongCHOI icon

mcp_poke_server

Verified Safe

by DimbongCHOI

Overview

This server provides a Pokémon information API and acts as a tool for an AI chatbot via the Model Context Protocol (MCP), supporting both direct API calls and MCP-orchestrated interactions.

Installation

Run Command
node src/http-server.js

Environment Variables

  • PORT
  • NODE_ENV

Security Notes

CORS configuration in `src/web-server.js` allows requests with no origin (`if (!origin) { return callback(null, true); }`), which is noted as a 'development convenience' but could expose the server to broader access than intended in a production environment. Otherwise, standard practices like input validation (JSONRPCMessageSchema) and body size limits are in place. No obvious hardcoded secrets or malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens350
Stars0
Forks0
Last Update2025-11-19

Tags

PokemonAPIChatbotNode.jsMCP