# bjj-belt-progress

BJJ Belt Progress MCP server — instant access to IBJJF belt requirements, progression timeline calculations, and BJJ training facts for any AI assistant. Three tools: get belt requirements by rank, c…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add naimterrache/bjj-belt-progress

# Browse available tools
npx -y @smithery/cli@latest tool list naimterrache/bjj-belt-progress

# Get full schema for a tool
npx -y @smithery/cli@latest tool get naimterrache/bjj-belt-progress get_belt_requirements

# Call a tool
npx -y @smithery/cli@latest tool call naimterrache/bjj-belt-progress get_belt_requirements '{}'
```

## Direct MCP Connection

Endpoint: `https://bjj-belt-progress--naimterrache.run.tools`

## Tools (3)

- `get_belt_requirements` — Get official IBJJF requirements for any BJJ belt level.
- `calculate_bjj_timeline` — Calculate BJJ progression timeline based on belt, time at rank, and training frequency.
- `get_bjj_facts` — Get data-backed BJJ progression facts and statistics.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get naimterrache/bjj-belt-progress <tool-name>
```
