README.md
Integrates Neople Cyphers Open API for searching players and match histories.
An MCP server that integrates the Neople Cyphers Open API with AI assistants for searching players, match histories, and rankings. It provides tools for retrieving character info, game items, and real-time statistics directly through natural language.
Tools (4)
search_playersSearch for players by their nickname in Cyphers.get_match_historyRetrieve the match history for a specific player.get_character_infoGet detailed information about specific game characters.get_rankingsFetch the current player rankings from the Cyphers API.Environment Variables
CYPHERS_API_KEYrequiredAPI key for the Neople Cyphers Open APIConfiguration
claude_desktop_config.json
{"mcpServers":{"cyphers":{"command":"npx","args":["-y","@dhkim327/cyphers-mcp-server"],"env":{"CYPHERS_API_KEY":"YOUR_API_KEY"}}}}Try it
→Search for a player named 'DHKim' in Cyphers.
→Show me the recent match history for player ID 12345.
→What are the current top 10 rankings in Cyphers?
→Get the character details and stats for character ID 50.