# mcp-tea

Fetch your dataset, ask questions, and get concise summaries in seconds. Analyze JSON structure to uncover fields, patterns, and anomalies without manual digging. Use natural language to get answers …

## Quick Start

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

# Browse available tools
npx -y smithery tool list Tasfiul-Hedayet/mcp-tea

# Get full schema for a tool
npx -y smithery tool get Tasfiul-Hedayet/mcp-tea get_my_data

# Call a tool
npx -y smithery tool call Tasfiul-Hedayet/mcp-tea get_my_data '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-tea--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 tool get Tasfiul-Hedayet/mcp-tea <tool-name>
```
