Agnotiq MarginTide Price Checker Agent
Start a paid plan
Help center

Automate with the API & MCP server

Everything the dashboard shows is also reachable from your own tools. Workspace API tokens let scripts, integrations, and AI agents trigger checks and read results without a browser session.

Workspace API tokens

Mint a scoped token under Settings → API keys. Tokens are per-workspace and carry only the scopes you grant — a reporting script can be read-only, while an automation that triggers runs gets exactly that and nothing more. Tokens are available on every plan.

The REST API

The public REST API covers the core workflow: trigger a run, list recommendations and alerts, and read run results. The full reference lives at API docs, including authentication and every endpoint's request and response shape.

The MCP server

If you work with AI assistants that speak the Model Context Protocol, the built-in MCP server lets them drive Price Checker directly — see the MCP server guide for setup. It uses the same workspace tokens and the same scopes, so an assistant can never do more than the token allows.

Related