# mlb-api-mcp-2033

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ahump20/mlb-api-mcp-2033

# Browse available tools
npx -y @smithery/cli@latest tool list ahump20/mlb-api-mcp-2033

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ahump20/mlb-api-mcp-2033 start-notification-stream

# Call a tool
npx -y @smithery/cli@latest tool call ahump20/mlb-api-mcp-2033 start-notification-stream '{}'
```

## Direct MCP Connection

Endpoint: `https://mlb-api-mcp-2033--ahump20.run.tools`

## Tools (1)

- `start-notification-stream` — Starts sending periodic notifications for testing resumability

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ahump20/mlb-api-mcp-2033 <tool-name>
```

## Resources

- `https://example.com/greetings/default`

## Prompts (1)

- `greeting-template` (name) — A simple greeting prompt template
