Honeycomb MCP Server
Skills
honeycomb_auth
API Keys have various scopes permissions and belong to a specific Team or Environment. Use this to validate authentication for a key, to determine what authorizations have been granted to a key, and to determine the Team and Environment that a key belongs to.
honeycomb_board_get
Get information about a specific board. Boards are a place to pin and save useful queries and graphs you want to retain for later reuse and reference.
honeycomb_query_get
Get information about a specific query. Returns the query specification, not the query results.
honeycomb_boards_list
List all boards. Boards are a place to pin and save useful queries and graphs you want to retain for later reuse and reference.
honeycomb_dataset_get
Get information about a specific dataset. A Dataset represents a collection of related events that come from the same source, or are related to the same source.
honeycomb_columns_list
List all columns in a dataset. Columns are fields in the events you send to Honeycomb.
honeycomb_query_create
Create a query from a specification. DOES NOT run the query to retrieve results.
honeycomb_datasets_list
List all datasets in the environment. A Dataset represents a collection of related events that come from the same source, or are related to the same source.
honeycomb_query_result_get
Get query results for a previously executed query. The response body will be a JSON object with 'complete': true and the results populated once the query is complete.
honeycomb_query_result_create
Run a previously created query and return a query result ID that can be used to retrieve the results.
honeycomb_dataset_definitions_list
List dataset definitions with pagination. Dataset definitions describe the fields with special meaning in the Dataset. Honeycomb automatically creates these Dataset definition fields when the Dataset is created.
Configuration
MCP Server
Connect to MCP Server