Basketball RL MCP Chatbot
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Basketball RL MCP ChatbotWhat hyperparameters were used in the basketball RL training?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Basketball RL MCP Chatbot
An AI chatbot powered by an MCP (Model Context Protocol) server that answers questions about my Reinforcement Learning Graduate Project. Unlike a RAG system that searches documents, this uses structured tool functions that Claude dynamically selects and calls to retrieve precise project data.
Live Demo
https://basketballmcp-znyihwsjejzsuudrrhyzkl.streamlit.app/
Related MCP server: Hybrid-Gemini MCP
How it works
server.pydefines MCP tools exposing basketball RL training datadata.pycontains structured project data including training rounds, hyperparameters, and infrastructure detailsutils.pyhandles tool calling and Claude API communicationClaude figures out which tool to call based on the user's question and returns accurate data
Tech Stack
Anthropic API (Claude)
MCP / FastMCP
Streamlit
Python
Related Project
This chatbot is built on top of my Multi-Agent RL Basketball Simulation: https://github.com/xb2101/basketball-defender-rl
How to run locally
Clone the repo
Install dependencies: pip install -r requirements.txt
Set your Anthropic API key: export ANTHROPIC_API_KEY=your-key-here
Run the Streamlit app: streamlit run streamlit_app.py
Or run the terminal version: python client.py
This server cannot be deployed
Maintenance
Related MCP Connectors
The CustomGPT.ai MCP server is a fully managed, RAG-powered endpoint that connects large language models with private knowledge bases and external data sources. It provides tools for retrieval-augmented generation queries (send_message), data ingestion (upload_file), and source listing, enabling AI agents to query private documents like PDFs with high accuracy and real-time citations.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server enabling AI agents to manage Bitrix24 features via standardized protocol
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceDemonstrates an MCP server with tools, resources, and prompts for a knowledgebase chatbot that queries a ChromaDB vector database for RAG responses.62-
- AlicenseNot gradedqualityDmaintenanceUnified MCP server with 46 tools for AI expert consultations, memory service integration (semantic search, knowledge graphs), workflow automation, and code sandboxing.MIT
- AlicenseNot gradedqualityCmaintenanceA FastMCP server exposing 22 tools for calendar, to-do, notes, web search, math, scratchpad, task queue, and sandboxed code execution, designed for safe RL training with structured outputs and FastMCP transforms.MIT
- FlicenseNot gradedqualityBmaintenanceMCP server that aggregates department notices and provides structured answers to queries about courses, schedules, and academic dates via tool calling.-