Basketball RL MCP Chatbot
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceDemonstrates an MCP server with tools, resources, and prompts for a knowledgebase chatbot that queries a ChromaDB vector database for RAG responses.Last updated62
- Alicense-qualityDmaintenanceUnified MCP server with 46 tools for AI expert consultations, memory service integration (semantic search, knowledge graphs), workflow automation, and code sandboxing.Last updatedMIT
- Alicense-qualityCmaintenanceA 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.Last updatedMIT
- AlicenseAqualityCmaintenanceAn MCP server that exposes certifications, projects, and an AI engineering learning roadmap as callable tools for MCP clients like Claude Desktop.Last updated41MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for AI dialogue using various LLM models via AceDataCloud
Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xb2101/basketball_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server