# mcp-teat

Explore a predefined dataset with quick summaries and targeted analysis. Ask questions in natural language and get answers grounded in the data. Uncover structure and insights fast without manual par…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Tasfiul-Hedayet/mcp-teat

# Browse available tools
npx -y @smithery/cli@latest tool list Tasfiul-Hedayet/mcp-teat

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Tasfiul-Hedayet/mcp-teat get_my_data

# Call a tool
npx -y @smithery/cli@latest tool call Tasfiul-Hedayet/mcp-teat get_my_data '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-teat--tasfiul-hedayet.run.tools`

## Tools (4)

- `get_my_data` — Fetch data from my fixed URL
- `ask_about_my_data` — Ask questions about data from my fixed URL
- `analyze_my_json_data` — Analyze JSON data from my fixed URL
- `get_my_data_summary` — Get a quick summary of data from my fixed URL

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Tasfiul-Hedayet/mcp-teat <tool-name>
```
