Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Honeycomb MCP server with 68 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Honeycomb — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Honeycomb MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Honeycomb tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Honeycomb call.
Tools Discovery →A Honeycomb MCP server lets AI agents read and write Honeycomb data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Honeycomb MCP server ships with 68 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Honeycomb's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new Board with query panels, SLO panels, or text panels.
List all dashboards (boards) for monitoring and visualizing observability data.
Get a single Board by its unique identifier.
Update a Board by specifying its ID and full details.
Delete a public Board by specifying its ID.
Create a new view for a board with specified filters.
Retrieve a list of all views for a board.
Retrieve a single Board View by ID.
Update a Board View by specifying its ID and full details.
Delete a Board View by specifying its ID.
Create a new calculated field (derived column) in a dataset.
List all calculated fields (derived columns) in a dataset.
Get a single calculated field by ID.
Update a calculated field's expression or metadata.
Delete a calculated field from a dataset.
Create a new column in a dataset.
List all columns (fields/attributes/schema) in a dataset - shows available fields to query.
Get a single column by ID from a dataset.
Update a column's metadata in a dataset.
Delete a column from a dataset.
Create a Dataset in the environment associated with your API key.
List all observability datasets and environments - shows available data containers in Honeycomb.
Get detailed information about a specific dataset by its slug identifier.
Update a Dataset's settings.
Deletes a Dataset. This is an irreversible operation.
Get the dataset definition describing fields with special meaning.
Update the dataset definition with fields having special meaning.
Send/log a single event to a Honeycomb dataset - record telemetry, deployment events, or custom data.
Send multiple events to a Honeycomb dataset in a single request.
Create a marker to indicate a point in time on graphs.
List deployment markers, release annotations, and event markers on observability graphs.
Update an existing marker.
Delete a marker from a dataset.
Create a marker setting to define a group of similar markers.
List all marker settings in a dataset.
Update an existing marker setting.
Delete a marker setting from a dataset.
Create a query annotation to associate a name and description to a query.
List all query annotations in a dataset.
Get a single query annotation by ID.
Update an existing query annotation.
Delete a query annotation.
Run a query asynchronously and create a result. Enterprise feature.
Retrieve query results by result ID. Enterprise feature.
Create a new notification recipient.
List all notification recipients.
Get a single recipient by ID.
Update an existing notification recipient.
Delete a notification recipient.
Create a new Service Level Objective.
List all Service Level Objectives.
Get a single SLO by ID.
Update an existing SLO.
Delete an SLO.
Create a new burn alert for an SLO.
List all burn alerts for an SLO.
Get a single burn alert by ID.
Update an existing burn alert.
Delete a burn alert from an SLO.
Create a new trigger in a dataset.
List all alerts and monitoring triggers configured in a dataset for notifications.
Get a single trigger by ID.
Update an existing trigger.
Delete a trigger from a dataset.
Create a query to analyze data - calculate latency, count events, aggregate metrics, analyze performance.
Check Configuration API key permissions and authentication status.
Check Ingest API key permissions and authentication status.
Retrieve a query specification by its ID.
One endpoint. Any framework. Your agent is talking to Honeycomb in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.