Get started

Quickstart

Add the published Synter MCP server to your agent, connect an account, and make a read-only first request.

1. Get a workspace API key

Create an account, open the Developer Portal, and create a key for the workspace you intend to use. Keys begin with syn_.

2. Configure local MCP

{
  "mcpServers": {
    "synter": {
      "command": "npx",
      "args": ["-y", "@synterai/mcp-server"],
      "env": { "SYNTER_API_KEY": "syn_your_workspace_key" }
    }
  }
}

This STDIO configuration works with clients such as Claude Desktop, Cursor, and Amp. Restart the client after saving the configuration.

3. Connect the account you need

In Synter, connect the target ad platform from Settings → Connections. Confirm the workspace, provider account name, and account ID before continuing.

4. Verify with a read

On the Acme Google Ads account, show spend and conversions
for the last 7 days. Read only; make no changes.

5. Make the next request precise

Add the budget, business goal, constraints, and exact approval boundary. Use the brief template rather than relying on defaults.

Quickstart | Synter docs