This article answers common questions and troubleshooting steps for the Optmyzr MCP integration. For setup instructions, see the Optmyzr Sidekick MCP - User Guide.
Frequently Asked Questions
How does token usage work when Claude is connected to Optmyzr via MCP?
MCP shifts the processing load from Claude to Optmyzr's infrastructure. That's why usage shows up as Optmyzr token consumption rather than Claude token consumption.
LLM cost breaks down into two token types:
Input tokens: Everything fed into the model (the prompt, any attached data, and for agents, the system instructions sent with every call).
Output tokens: Everything the model generates (its internal reasoning and execution steps, plus the final response).
Without MCP, analyzing PPC data with an LLM adds directly to input tokens, fills the context window, and often requires the LLM to chunk the data before processing it, and that chunking counts as output tokens too.
With MCP, Claude never touches the raw data. It calls the Optmyzr MCP server, which runs the query and returns a clean, filtered result, so no dataset ever enters the prompt and input tokens stay low. Our Rule Engine also handles large datasets using logic, not AI, so Claude doesn't burn output tokens on that work either.
Troubleshooting
My Optmyzr MCP connector is active in Claude, but no tools are showing up or returning results. What should I do?
This can happen if your MCP connector has a long or complex name in Claude. When Claude connects to an MCP server, it sends an initial request to list available tools — but with a long or complicated connector name, Claude may silently fail to load the tools afterward, even though the connection appears active.
To fix this:
Open your Claude settings and go to your MCP connectors.
Rename the Optmyzr connector to something short and simple, such as 'Optmyzr MCP.'
Reconnect the connector if prompted.
Once renamed, the tools should load and work as expected.
Note: This is most likely to occur when you have two MCP connector keys set up under the same Claude account. Keeping all connector names short reduces the chance of this issue.
