Skip to main content
Glama
xb2101

Basketball RL MCP Chatbot

by xb2101

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.py defines MCP tools exposing basketball RL training data

  • data.py contains structured project data including training rounds, hyperparameters, and infrastructure details

  • utils.py handles tool calling and Claude API communication

  • Claude 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

This chatbot is built on top of my Multi-Agent RL Basketball Simulation: https://github.com/xb2101/basketball-defender-rl

How to run locally

  1. Clone the repo

  2. Install dependencies: pip install -r requirements.txt

  3. Set your Anthropic API key: export ANTHROPIC_API_KEY=your-key-here

  4. Run the Streamlit app: streamlit run streamlit_app.py

  5. Or run the terminal version: python client.py

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

  • Cloud-hosted MCP server for durable AI memory

View all MCP Connectors

Latest Blog Posts

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