Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by LaurentVeyssier • Uncategorized
An MCP server exposing tools for semantic game data retrieval, evaluation, and web search to support agentic Q&A about video games.
Semantic search over curated video game metadata.
LLM-based evaluation of retrieved information before answering.
Perform web searches to complement local knowledge.
The MCP server provides a lightweight, parallel implementation of tools used in the UdaPlay project, including semantic search over a local ChromaDB vector database of game metadata, LLM-based evaluation of retrieval quality, and Tavily-backed web search. It enables clients to delegate tool execution over MCP, facilitating structured and interactive question answering workflows about video games. This design promotes modularity and reuse of the same concepts and data as the notebook-based agentic workflow.