shachar-karry/mcp_games
If you are the rightful owner of mcp_games and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server built as a learning project to understand and work with MCP.
Tools
Functions exposed to the LLM to take actions
get_all_laser_guns
Retrieve complete catalog (demonstrates data retrieval)
get_laser_gun_by_model
Find specific model by name (demonstrates parameterized queries)
get_laser_guns_by_category
Filter by category (demonstrates filtering)
get_laser_guns_by_price_range
Filter by price range (demonstrates range queries)
get_random_laser_gun
Get a random model (demonstrates random selection)
compare_laser_guns
Compare two models side-by-side (demonstrates comparison logic)
get_acme_corp_info
Company information (demonstrates metadata retrieval)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client