# kspot-mcp

An MCP server that exposes **Kloudspot** APIs as tools via the published **kloudspot-analytics-sdk**.

- **Dynamic discovery**: every `sdk.api.<service>.<method>()` is auto-exposed as a tool.
- **No extra codegen**: bump the SDK version to gain new tools.
- **Per-call headers**: pass custom headers (e.g., `X-Impersonate-User`) via tool input.

## Setup

```bash
git clone <your repo>
cd kspot-mcp
npm i
