# Seah Boon Keong - Chat with OpenDOSM Datasets

MCP for public datasets OpenDOSM (Developed by Seah Boon Keong)

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add seahbk1006/seahboonkeong-chat-opendosm

# Browse available tools
npx -y @smithery/cli@latest tool list seahbk1006/seahboonkeong-chat-opendosm

# Get full schema for a tool
npx -y @smithery/cli@latest tool get seahbk1006/seahboonkeong-chat-opendosm list_datasets

# Call a tool
npx -y @smithery/cli@latest tool call seahbk1006/seahboonkeong-chat-opendosm list_datasets '{}'
```

## Direct MCP Connection

Endpoint: `https://seahboonkeong-chat-opendosm--seahbk1006.run.tools`

## Tools (7)

- `list_datasets`
- `get_dataset_info`
- `query_data`
- `get_latest_data`
- `correlation`
- `forecast`
- `visualize`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get seahbk1006/seahboonkeong-chat-opendosm <tool-name>
```
