The official Claude Code plugin for SquaredUp. Install the plugin and Claude can query your SquaredUp organization — dashboards, the knowledge graph, data streams, and more — through SquaredUp's hosted MCP server.
Run this once inside any Claude Code session:
/plugin marketplace add squaredup/claude-plugin
/plugin install squaredup@squaredup-official
The plugin bundles both SquaredUp regions — squaredup-us (mcp.squaredup.com) and squaredup-eu (eu.mcp.squaredup.com). You don't configure anything: you choose your region simply by signing in to it in the next step.
Run /mcp and sign in to the server for your SquaredUp app region:
| Region | Server | Endpoint |
|---|---|---|
| US | squaredup-us |
https://mcp.squaredup.com/mcp |
| EU | squaredup-eu |
https://eu.mcp.squaredup.com/mcp |
Sign-in is browser-based using your existing SquaredUp account. Only sign in to the region your organization is hosted in — the other server stays disconnected and unused. If you're unsure which region you're on, check the URL you use to sign in to SquaredUp.
If your organization spans both regions, sign in to both. Claude will ask which region you mean before running a task.
/plugin marketplace update squaredup-official
If you'd rather wire the MCP server up directly without installing the plugin, add the entry for your region to your Claude Code MCP config.
US:
{
"mcpServers": {
"squaredup": {
"type": "http",
"url": "https://mcp.squaredup.com/mcp"
}
}
}EU:
{
"mcpServers": {
"squaredup": {
"type": "http",
"url": "https://eu.mcp.squaredup.com/mcp"
}
}
}The OAuth flow is identical — the first tool call will prompt you to sign in.