Troubleshoot common errors when setting up and using the Honeycomb MCP server.
If you run into issues while integrating with the MCP server, this guide can help. It covers the most common problems users encounter and offers steps to help you resolve them quickly.
These problems usually occur early, during initial setup or while trying to connect using OAuth or API keys.
What this means: Some OAuth clients behave inconsistently across environments or platforms, which can interfere with MCP authentication.
What to do: If you experience unpredictable behavior with OAuth-based setup, please open a support ticket or report the issue in the Pollinators Slack Community. We are actively working to improve compatibility and appreciate your input.
What this means: The MCP server is not responding, or you are unable to establish a connection:
What to do:
https://mcp.honeycomb.io/mcp
https://mcp.eu1.honeycomb.io/mcp
What this means: Your client is attempting to use an API key, but the request is being rejected.
This may be due to formatting issues, platform-specific behavior, or missing permissions.
What to do:
<Key ID>:<Secret Key>
.
The colon (:
) is required.mcp-remote
, try concatenating the key ID, key secret, and the word Bearer
, and passing this via environment variable with string expansion.<Key ID>:<Secret Key>
string directly as the Authorization
header).These issues typically occur when your client fails to authenticate, connect, or access MCP tools successfully.
What this means: Your client attempted to connect to the MCP server but was rejected due to an authentication error.
This can happen when:
What to do:
If you are using OAuth:
mcp:read
scope.If you are using API keys:
Bearer id:secret
, while others expect a concatenated id:secret
string.What this means: You are authenticated, but none of the tools appear, or all tool call fail due to authorization errors.
This often indicates that Honeycomb Intelligence is not enabled for your Team.
What to do: Ask your Team Owner to enable Honeycomb Intelligence in your team settings.
What this means: An agent that previously worked is now failing, often after a period of inactivity.
MCP agent sessions may time out after 24 hours. If your agent suddenly stops responding or tools begin failing, the session may have expired.
What to do: Start a new chat with your agent to re-establish the connection.
If your agent returns errors about rate limits, it means you have exceeded the allowed number of requests for your plan.
What this means: The MCP server is temporarily rejecting requests due to too many recent calls.
You might receive an error message like:
Rate limit exceeded, please try again after <time>
.
What to do:
These errors usually happen when your agent tries to use Honeycomb resources it has not verified or for which it does not have context.
What this means: Your agent tried to query something that does not exist, or that it has not confirmed yet.
This is common when an agent makes assumptions about what is available in your Honeycomb team without checking metadata first.
What to do:
You can fix this in a few ways:
You can send feedback about your MCP experience directly to Honeycomb using the feedback
tool.
Just ask your agent, “Submit feedback to Honeycomb”.
Your prompt can make a big difference in how well the MCP agent performs. Here are a few practical tips that we have found helpful:
CLAUDE.md
, .cursorrules
.
For example, you could instruct the agent to always search for available environments and columns before running a Honeycomb query.