# Mcp Sports Nlp

> This is a learning repository about Model Context Protocol (MCP) accessing Sports Datasets

- **Type:** MCP server
- **Install:** `agentstack add mcp-leomaurodesenv-mcp-sports-nlp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [leomaurodesenv](https://agentstack.voostack.com/s/leomaurodesenv)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [leomaurodesenv](https://github.com/leomaurodesenv)
- **Source:** https://github.com/leomaurodesenv/mcp-sports-nlp

## Install

```sh
agentstack add mcp-leomaurodesenv-mcp-sports-nlp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 🎓 mcp-sports-nlp

[](https://github.com/leomaurodesenv/mcp-sports-nlp)
[](LICENSE)
[](https://github.com/leomaurodesenv/mcp-sports-nlp/actions/workflows/continuous-integration.yml)

This is a learning repository about the Model Context Protocol (MCP) and its application for accessing Sports Datasets, named QASports.
QASports is the first large sports-themed question answering dataset counting over 1 million questions and answers about 124k preprocessed wiki pages, using as documents the wiki of 20 of the most popular sports in the world, like Soccer, American Football, Basketball, Cricket, and so on.
In this MCP server, you can make questions about the QASports dataset. For example,

```mermaid
graph TD;
    A(Question :: Show me a summary of questions about handball in qasports dataset) --> B(Answer :: Based on the handball questions available in qasports, here's a summary of the types of questions covered: historical events, teams and clubs, player movements, contract signings, and tournament data...);
```

## What is Model Context Protocol (MCP)?

"MCP is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals and accessories, MCP provides a standardized way to connect AI models to different data sources and tools." ([modelcontextprotocol](https://modelcontextprotocol.io/introduction)) Its structure is composed by:
- MCP Hosts: Programs like Claude Desktop, IDEs, or AI tools that access data through MCP.
- MCP Servers: Lightweight programs that expose specific capabilities through the standardized Model Context Protocol.
- Data Sources: Your computer’s files, databases, or external systems available over the internet (e.g., through APIs).

## Project Structure

This repository is structured as follows:

- `weather/`: Contains code related to accessing and processing weather data, based on [quickstarter server](https://modelcontextprotocol.io/quickstart/server).
- `qasports/`: Contains code related to accessing and processing sports data, based on [qasports](https://huggingface.co/datasets/leomaurodesenv/QASports2).

## Adding the Server to Claude AI (or other MCP Hosts)

You can add your MCP server to Claude AI or any other MCP Clients that support the protocol.

### Adding the Command Line Interface to Claude AI

Using Claude AI, you can inform how to access this MCP server via command line interface. You can read more [in quickstarter](https://modelcontextprotocol.io/quickstart/server).

### For MacOS/Linux

```sh
code ~/Library/Application\ Support/Claude/claude_desktop_config.json`
```

### Windows

```sh
code $env:AppData\Claude\claude_desktop_config.json
```

Then, you need to fill the JSON file with the MCP server information.

```json
{
  "mcpServers": {
    "weather": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/weather",
        "run",
        "main.py"
      ]
    }
  }
}
```

### Adding the Server to MCP Host

To use the MCP server with an MCP Host like Claude AI, follow these general steps:

1.  **Start the MCP Server:**
    *   Navigate to the server's directory (e.g., `cd weather/`).
    *   Run the server according to its instructions. For example, `uv run main.py`.
    *   By default, the quickstart server from the MCP documentation runs on `http://localhost:3000`. Note the host and port your server is running on.

2.  **Configure the MCP Host (Claude AI):**
    *   Open your MCP Host application (e.g., Claude Desktop).
    *   Look for an option to add or manage MCP Servers. This might be in settings, preferences, or a dedicated "Context Sources" or "MCP Servers" section.
    *   Add a new server and provide the address where your MCP server is running (e.g., `http://localhost:3000`).
    *   Once added and enabled, the MCP Host should be able to query your server for context.

Please refer to the specific documentation of your MCP Host for the exact steps to add a new MCP server, as the UI and terminology might vary.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [leomaurodesenv](https://github.com/leomaurodesenv)
- **Source:** [leomaurodesenv/mcp-sports-nlp](https://github.com/leomaurodesenv/mcp-sports-nlp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-leomaurodesenv-mcp-sports-nlp
- Seller: https://agentstack.voostack.com/s/leomaurodesenv
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
