# How to connect Metabase MCP with VS Code

```json
{
  "title": "How to connect Metabase MCP with VS Code",
  "toolkit": "Metabase",
  "toolkit_slug": "metabase",
  "framework": "VS Code",
  "framework_slug": "vscode",
  "url": "https://composio.dev/toolkits/metabase/framework/vscode",
  "markdown_url": "https://composio.dev/toolkits/metabase/framework/vscode.md",
  "updated_at": "2026-03-29T06:41:58.341Z"
}
```

## Introduction

### How to connect Metabase MCP with VS Code
VS Code is the most popular code editor out there. With its recent AI makeover, it can do more than just help you write code. You can connect your applications to it and let LLMs automate many of the mundane tasks in your workflow.
In this guide, I will explain how to connect Metabase with VS Code in the most secure and robust way possible via Composio.

## Also integrate Metabase with

- [ChatGPT](https://composio.dev/toolkits/metabase/framework/chatgpt)
- [OpenAI Agents SDK](https://composio.dev/toolkits/metabase/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/metabase/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/metabase/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/metabase/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/metabase/framework/codex)
- [Cursor](https://composio.dev/toolkits/metabase/framework/cursor)
- [OpenCode](https://composio.dev/toolkits/metabase/framework/opencode)
- [OpenClaw](https://composio.dev/toolkits/metabase/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/metabase/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/metabase/framework/cli)
- [Google ADK](https://composio.dev/toolkits/metabase/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/metabase/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/metabase/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/metabase/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/metabase/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/metabase/framework/crew-ai)

## TL;DR

### Why use Composio?
Composio provides:
- Access to 1,000+ managed apps from a single MCP endpoint. This makes it convenient for agents to run cross-app workflows.
- Programmatic tool calling. Allows LLMs to write its code in a remote workbench to handle complex tool chaining. Reduces to-and-fro with LLMs for frequent tool calling.
- Large tool response handling outside the LLM context. This minimizes context bloat from large tool responses.
- Dynamic just-in-time access to thousands of tools across hundreds of apps. Composio loads the tools your agent needs, so LLMs are not overwhelmed by tools they do not need.

## Connect Metabase to VS Code

### Integrate Metabase MCP with VS Code
### 1. Install with one click
Click the button below to add Composio to VS Code. You will be prompted to authorize. This requires VS Code 1.99+ with GitHub Copilot.
[+Install in VS Code](vscode:mcp/install?%7B%22name%22%3A%22composio%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fconnect.composio.dev%2Fmcp%22%7D)
### 2. Or add manually
Open or create .vscode/mcp.json in your project root and add the following configuration:

```bash
{
  "servers": {
    "composio": {
      "type": "http",
      "url": "https://connect.composio.dev/mcp"
    }
  }
}
```

## What is the Metabase MCP server, and what's possible with it?

The Metabase MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Metabase account. It provides structured and secure access so your agent can perform Metabase operations on your behalf.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `METABASE_CREATE_BOOKMARK2` | Create Bookmark | Tool to create a new bookmark for a Metabase item (card, dashboard, collection, or dataset). Use when the user wants to bookmark a specific item for quick access. |
| `METABASE_CREATE_BOOKMARK2` | Create Bookmark | Tool to create a new bookmark for a Metabase item (card, dashboard, collection, or dataset). Use when you need to bookmark a specific item for the authenticated user. |
| `METABASE_CREATE_CARD_PIVOT_QUERY` | Run Card Pivot Query | Tool to run a pivot table query on a Metabase card (question). Use when you need to execute the query associated with a specific card and get results formatted for pivot table visualization. The response includes data rows, column metadata, query status, and execution timing. |
| `METABASE_CREATE_CARD_QUERY1` | Run Card Query | Tool to run the query associated with a Card and return its results. Use when you need to execute a card's query with optional parameters and cache control. |
| `METABASE_COPY_DASHBOARD` | Copy Dashboard | Tool to create a copy of an existing Metabase dashboard. Use when you need to duplicate a dashboard with optional customization of name, description, and collection placement. Supports both shallow copy (references same cards) and deep copy (duplicates all cards). |
| `METABASE_RUN_DASHBOARD_PIVOT_DASHCARD_QUERY` | Run Dashboard Pivot DashCard Query | Tool to run a pivot table query for a specific DashCard. Use when you need to execute a pivot table query on a dashboard card with optional parameter filters. |
| `METABASE_SAVE_DASHBOARD_TO_COLLECTION` | Save Dashboard to Collection | Tool to save a denormalized dashboard description into a collection. Use when you need to create a new dashboard directly in a specific collection with full configuration including cards, tabs, and parameters. |
| `METABASE_DISCARD_DATABASE_FIELD_VALUES` | Discard Database Field Values | Tool to discard all saved field values for a specific database. Use when you need to clear cached field value data for all fields in a database. Requires superuser privileges. |
| `METABASE_DISMISS_DATABASE_SYNC_SPINNER` | Dismiss Database Sync Spinner | Tool to manually set the initial sync status of a Database and corresponding tables to complete. Use when you need to dismiss the synchronization spinner for a database after initial setup. |
| `METABASE_TRIGGER_DATABASE_FIELD_VALUES_RESCAN` | Trigger Database Field Values Rescan | Tool to trigger a manual scan of field values for a Database. Use when you need to refresh field values for filter dropdowns after data changes. Requires superuser permissions. |
| `METABASE_TRIGGER_DATABASE_SCHEMA_SYNC` | Trigger Database Schema Sync | Tool to trigger a manual update of the schema metadata for a Database. Use when you need to refresh the database schema metadata in Metabase after structural changes. |
| `METABASE_SEARCH_DATASET_PARAMETER_VALUES` | Search Dataset Parameter Values | Tool to search for parameter values in datasets when editing cards or dashboards. Use when you need to provide autocomplete functionality for parameters. Expects a query string and returns matching values. |
| `METABASE_CREATE_FIELD_DIMENSION` | Create Field Dimension | Tool to set the dimension for a field at the specified ID in Metabase. Use when you need to configure field remapping or display values for better data presentation. |
| `METABASE_DISCARD_FIELD_VALUES` | Discard Field Values | Tool to discard the FieldValues belonging to a Metabase field. Use when you need to clear cached field values. Only applies to fields that have FieldValues. If the Field's Database is set up to automatically sync FieldValues, they will be recreated during the next sync. |
| `METABASE_UPDATE_FIELD_VALUES` | Update Field Values | Tool to update field values and human-readable values for a Field whose semantic type is category/city/state/country or whose base type is type/Boolean. Use when you need to set or update the distinct values for a field along with optional human-readable remappings. |
| `METABASE_UNPERSIST_CARD` | Unpersist Card | Tool to unpersist a Metabase card/model. Deletes the persisted table backing the model and all queries after this will use the card's query rather than the saved version. Use when you need to remove persistence from a model. |
| `METABASE_DISABLE_DATABASE_MODEL_PERSISTENCE` | Disable Database Model Persistence | Tool to disable model persistence for a Metabase database. Use when you need to turn off caching of model results. Returns success whether persistence was already disabled or not (idempotent operation). |
| `METABASE_DISCARD_TABLE_FIELD_VALUES` | Discard Table Field Values | Tool to discard the FieldValues belonging to the Fields in a Metabase Table. Use when you need to clear cached field values for all fields in a table. Only applies to fields that have FieldValues. If this Table's Database is set up to automatically sync FieldValues, they will be recreated during the next sync. |
| `METABASE_RESCAN_TABLE_FIELD_VALUES` | Rescan Table Field Values | Tool to manually trigger an update for FieldValues for Fields belonging to a specific Table. Use when you need to refresh field value caches after table data changes. Only applies to Fields that are eligible for FieldValues. |
| `METABASE_SYNC_TABLE_SCHEMA` | Sync Table Schema | Tool to trigger a manual update of the schema metadata for a specific Table. Use when you need to refresh table schema information after database changes. This synchronizes columns, data types, and other metadata from the underlying database. |
| `METABASE_DELETE_ACTION` | Delete Action | Tool to delete an Action from Metabase. Use when you need to permanently remove an action. This operation cannot be undone. |
| `METABASE_DELETE_ACTION` | Delete Action | Tool to delete a Metabase action by its ID. Use when you need to permanently remove an action from the system. |
| `METABASE_DELETE_BOOKMARK` | Delete Bookmark | Tool to delete a bookmark from a Metabase item (card, dashboard, or collection). Use when you need to remove a bookmark from a specific item. |
| `METABASE_DELETE_API_CACHE` | Delete API Cache | Tool to delete/clear cached data in Metabase for specific entities. Use when you need to invalidate cache for a database, dashboard, question, or clear all cache (root). |
| `METABASE_DELETE_CARD` | Delete Card | Tool to delete a Metabase card (question) by its ID. Use when you need to permanently remove a card. Note: This endpoint is deprecated - consider archiving cards instead. |
| `METABASE_DELETE_DASHBOARD` | Delete Dashboard | Tool to delete a Metabase dashboard by its ID. Use when you need to permanently remove a dashboard. |
| `METABASE_DELETE_MODEL_INDEX` | Delete Model Index | Tool to delete a Metabase model index by its ID. Use when you need to permanently remove a model index entry. |
| `METABASE_DELETE_TIMELINE_EVENT` | Delete Timeline Event | Tool to delete a timeline event by ID. Use when you need to permanently remove a specific timeline event from Metabase. |
| `METABASE_DELETE_TIMELINE` | Delete Timeline | Tool to delete a timeline by ID. Use when you need to permanently remove a timeline. Returns success status on completion. |
| `METABASE_DELETE_USER_KEY_VALUE` | Delete User Key-Value | Tool to delete a user key-value pair from Metabase. Use when you need to remove a stored key-value entry within a specific namespace. |
| `METABASE_DELETE_BOOKMARK` | Delete Bookmark | Tool to delete a bookmark by model and ID. Use when you need to remove a bookmark assigned to the user making the request. The operation returns HTTP 204 No Content on successful deletion. |
| `METABASE_DELETE_CARD` | Delete Card | Tool to hard delete a Metabase card. Use when you need to permanently remove a card from the system. For soft deletion, use PUT /api/card/:id instead. |
| `METABASE_DELETE_DASHBOARD` | Delete Dashboard | Tool to hard delete a Metabase dashboard by its ID. Use when you need to permanently remove a dashboard. This will also remove any questions/models/segments/metrics that use this database. For soft delete, use the update dashboard action instead. |
| `METABASE_DELETE_USER_SUBSCRIPTIONS` | Delete User Subscriptions | Tool to delete all Alert and DashboardSubscription subscriptions for a User. Use when you need to remove all subscriptions for a specific user and archive alerts/dashboards they created. This is an enterprise feature requiring admin privileges or current user access. |
| `METABASE_DELETE_FIELD_DIMENSION` | Delete Field Dimension | Tool to remove the dimension associated with a field at the specified ID. Use when you need to disassociate a dimension from a field in Metabase. |
| `METABASE_DELETE_GLOSSARY_ENTRY` | Delete Glossary Entry | Tool to delete a glossary entry from Metabase. Use when you need to permanently remove a glossary entry by its ID. |
| `METABASE_DELETE_GLOSSARY_ITEM` | Delete Glossary Item | Tool to delete a glossary item by ID. Use when you need to remove a glossary term from Metabase. The operation returns HTTP 204 No Content on successful deletion. |
| `METABASE_DELETE_MODEL_INDEX` | Delete Model Index | Tool to delete a ModelIndex by ID from Metabase. Use when you need to remove a model index from the system. |
| `METABASE_DELETE_TIMELINE` | Delete Timeline | Tool to delete a Metabase timeline and cascade delete all its associated events. Use when you need to permanently remove a timeline. Deletion is permanent and cannot be undone. |
| `METABASE_DELETE_TIMELINE_EVENT` | Delete Timeline Event | Tool to delete a Metabase timeline event. Use when you need to permanently remove a timeline event from the system. |
| `METABASE_DELETE_USER_KEY_VALUE_PAIR` | Delete User Key-Value Pair | Tool to delete a user key-value pair by namespace and key. Use when you need to remove a specific key-value entry from a user's namespace. |
| `METABASE_DELETE_USER_SUBSCRIPTIONS` | Delete User Subscriptions | Tool to delete all Alert and DashboardSubscription subscriptions for a User. Also archives all Alerts and DashboardSubscriptions created by the User. Requires premium token with :audit-app feature. Only allowed for admins or current user. |
| `METABASE_GET_ACTION` | Get Action | Tool to retrieve a Metabase action by ID. Use when you need to fetch details about a specific action including its configuration, parameters, and metadata. |
| `METABASE_GET_ACTION_EXECUTE_PARAMETERS` | Get Action Execute Parameters | Tool to fetch values for filling in action execution parameters. Use when you need to get parameter values for executing an action by providing PK parameters and values to select. |
| `METABASE_GET_ALL_METABASE_ACTIONS` | Get all Metabase actions | Tool to retrieve all actions available in the Metabase instance. Actions are entities that let you build custom forms and business logic with parameterized SQL that writes back to your database. Returns an array of action objects including query, http, and implicit action types. |
| `METABASE_GET_POPULAR_ITEMS` | Get Popular Items | Tool to get the list of 5 popular items on the Metabase instance. Use when you need to discover frequently accessed dashboards or cards. Returns both dashboards and cards with their metadata including name, description, parent collection, and timestamps. |
| `METABASE_GET_RECENT_ACTIVITY_VIEWS` | Get Recent Activity Views | Tool to retrieve recently viewed items in Metabase. Use when you need to get a list of cards, dashboards, collections, tables, or documents that the authenticated user has recently accessed. Returns metadata including timestamps and permissions for each viewed item. |
| `METABASE_GET_ALL_ALERTS` | Get All Alerts | Tool to retrieve all alerts in Metabase. Use when you need to get a list of all configured alerts with their settings and notification channels. |
| `METABASE_GET_AUTOMAGIC_DASHBOARD_CANDIDATES` | Get Automagic Dashboard Candidates | Tool to retrieve automagic dashboard candidates for a specific database. Use when you need to discover interesting tables and schemas for automatic dashboard generation. Returns an array of schema candidates with their tables, ordered by interestingness score. |
| `METABASE_GET_AUTOMAGIC_DASHBOARD_CELL_ANALYSIS` | Get Automagic Dashboard Cell Analysis | Tool to return an automagic dashboard analyzing a specific cell in an entity's data. Use when you need to generate automated insights and visualizations for a cell query within a table, database, or other Metabase entity. The cell-query must be a base64-encoded JSON object in MBQL format that defines which cell to analyze. |
| `METABASE_GET_AUTOMAGIC_DASHBOARD_CELL_RULE_ANALYSIS` | Get Automagic Dashboard Cell Rule Analysis | Tool to fetch an automagic dashboard analyzing a specific cell using a template rule. Use when you need to generate automated insights and visualizations for a cell query with a specific dashboard template (e.g., correlations analysis, overview). Returns a dashboard with cards analyzing the specified cell using the given template from the prefix directory. |
| `METABASE_GET_AUTOMAGIC_DASHBOARD_QUERY_METADATA` | Get Automagic Dashboard Query Metadata | Tool to retrieve all metadata for an automagic dashboard for the specified entity type and ID. Use when you need databases, tables, fields, segments, metrics, cards, dashboards, or snippets metadata. Returns comprehensive metadata used to build automagic dashboards that automatically analyze data patterns. |
| `METABASE_GET_AUTOMAGIC_DASHBOARD_WITH_RULE_AND_TEMPLATE` | Get Automagic Dashboard with Rule and Template | Tool to retrieve an automagic dashboard for a specified entity using a specific rule prefix and dashboard template. Use when you need to get auto-generated analytics with a particular template configuration. |
| `METABASE_GET_USER_BOOKMARKS` | Get User Bookmarks | Tool to retrieve all bookmarks for the authenticated user. Use when you need to fetch bookmarked cards, dashboards, or collections. |
| `METABASE_GET_API_CARD` | Get API Card | Tool to list all cards (questions) available to the authenticated user in Metabase. Use when you need to retrieve all saved questions, queries, or visualizations. |
| `METABASE_SEARCH_CARD_PARAMETER_VALUES` | Search Card Parameter Values | Tool to search for values of a specific parameter in a Metabase card. Use when you need to provide autocomplete/search functionality for card parameters (template tags). The card must have parameters defined with dimension/field filter type. |
| `METABASE_GET_CARD_BY_ID` | Get Card by ID | Tool to retrieve a specific card (question) by its ID. Use when you need to get detailed information about a card including its query, visualization settings, and metadata. |
| `METABASE_GET_CARD_DASHBOARDS` | Get Card Dashboards | Tool to get a list of dashboards containing a specific card. Use when you need to find which dashboards include a particular card/question. |
| `METABASE_GET_CARD_SERIES` | Get Card Series | Tool to retrieve series data for a specific card. Use when you need to get information about multiple series associated with a card. The card must have a display type of bar, scalar, line, or area to support series. |
| `METABASE_GET_ALL_COLLECTIONS` | Get all collections | Tool to retrieve all collections that the current user has read permissions for. Returns collections with can_write property indicating write permissions. Use when you need to list available collections or check collection permissions. |
| `METABASE_GET_COLLECTION_BY_ID` | Get Collection by ID | Tool to retrieve detailed information about a Metabase collection by its ID. Use when you need to get collection metadata, permissions, and hierarchy information. Accepts either a numeric collection ID or the string 'root' for the root collection. |
| `METABASE_GET_COLLECTION_ITEMS` | Get Collection Items | Tool to retrieve items from a specific Metabase collection. Use when you need to list cards (questions), dashboards, nested collections, or pulses within a collection. Supports filtering by item type and archived status. |
| `METABASE_GET_ROOT_COLLECTION` | Get Root Collection | Tool to fetch the Root Collection and its top-level objects. Use when you need to list items at the root level that the current user can access. Shows objects with no collection_id for users with Root Collection permissions, or objects with effective location of / for others. |
| `METABASE_GET_COLLECTION_TREE` | Get Collection Tree | Tool to retrieve the collection tree structure from Metabase. Use when you need to view the hierarchical organization of collections. Official collections are returned first in the response. Supports filtering by archived status, user ownership, depth, and specific collection ID. |
| `METABASE_GET_DASHBOARD_PARAMETER_REMAPPING` | Get Dashboard Parameter Remapping | Tool to get parameter remapping for a dashboard parameter value. Use when you need to retrieve remapped values or human-readable representations for a specific parameter value in a Metabase dashboard. |
| `METABASE_GET_DASHBOARD_PARAMETER_VALUES` | Get Dashboard Parameter Values | Tool to fetch available values for a specific dashboard parameter. Use when you need to get the list of possible values that can be used to filter a dashboard parameter. |
| `METABASE_GET_DASHBOARD_RELATED_ENTITIES` | Get Dashboard Related Entities | Tool to retrieve related entities for a Metabase dashboard. Use when you need to find questions/cards that are related to a specific dashboard. |
| `METABASE_GET_ALL_DATABASES` | Get All Databases | Tool to retrieve a list of all Database instances configured in Metabase. Use when you need to get information about available databases. |
| `METABASE_GET_DATABASE_DETAILS` | Get Database Details | Tool to retrieve complete details for a specific database in Metabase. Use when you need to get database information including name, engine, features, schedules, and configuration settings. |
| `METABASE_GET_DATABASE_AUTOCOMPLETE_SUGGESTIONS` | Get Database Autocomplete Suggestions | Tool to retrieve autocomplete suggestions for table and field names in a database. Use when you need to find tables or columns that match a specific prefix for query building in the SQL editor. |
| `METABASE_GET_DATABASE_CARD_AUTOCOMPLETE_SUGGESTIONS` | Get Database Card Autocomplete Suggestions | Tool to get card autocomplete suggestions for a specific database in Metabase. Use when you need to search for cards (questions, models, or metrics) by name within a database. |
| `METABASE_GET_DATABASE_FIELDS` | Get Database Fields | Tool to retrieve all fields from a specific database in Metabase. Use when you need to get field metadata including names, types, and table associations for a given database ID. |
| `METABASE_CHECK_DATABASE_HEALTH` | Check Database Health | Tool to check the health status of a specific database connection in Metabase. Use when you need to verify if a database connection is working properly. Returns a status indicating whether the connection is healthy. |
| `METABASE_GET_DATABASE_METADATA` | Get Database Metadata | Tool to retrieve complete metadata for a specific database including all tables and fields. Use when you need detailed information about database structure, table schemas, and field properties. |
| `METABASE_GET_VIRTUAL_DATABASE_DATASETS` | Get Virtual Database Datasets | Tool to retrieve all datasets from a Metabase virtual database. Use when you need to list available dataset collections for a virtual database (commonly the Saved Questions virtual database with ID -1337). |
| `METABASE_GET_USER_AUDIT_INFO` | Get User Audit Info | Tool to get audit info for the current authenticated user. Returns audit collection info if the user has permissions to access the audit collection, otherwise returns empty map. Requires enterprise audit-app feature. |
| `METABASE_GET_BILLING_API_VERSION` | Get Billing API Version | Tool to retrieve the billing API version information for the Metabase Enterprise Edition instance. Use when you need to check the billing API version. |
| `METABASE_GET_RESOURCE_DEPENDENTS` | Get Resource Dependents | Tool to get dependents of a resource in Metabase's dependency graph. Use when you need to find which resources depend on a specific resource (e.g., which dashboards use a particular card). This is an Enterprise Edition feature that helps track dependencies between different Metabase objects. |
| `METABASE_GET_EMBEDDING_HUB_CHECKLIST` | Get Embedding Hub Checklist | Tool to retrieve the embedding hub checklist status for Metabase Enterprise Edition. Use when you need to check the progress of embedding setup steps. |
| `METABASE_GET_CURRENT_REMOTE_SYNC_TASK` | Get Current Remote Sync Task | Tool to retrieve the current remote sync task status in Metabase. Use when you need to check if a remote sync operation is currently running. Returns HTTP 204 when no task is active, or task details when a sync is in progress. |
| `METABASE_GET_STALE_DATA_BY_ID` | Get Stale Data By ID | Tool to retrieve stale data information by ID from Metabase Enterprise Edition. Use when you need to fetch details about stale resources. |
| `METABASE_GET_UPLOADED_TABLES` | Get Uploaded Tables | Tool to retrieve all uploaded tables in Metabase Enterprise Edition. Use when you need to list all tables that were created from CSV or file uploads. |
| `METABASE_GET_FIELD_RELATED_ENTITIES` | Get Field Related Entities | Tool to retrieve related entities for a Metabase field. Use when you need to get the parent table, related segments, metrics, and other fields from the same table for a specific field ID. |
| `METABASE_SEARCH_FIELD_VALUES` | Search Field Values | Tool to search for field values in Metabase that start with a given string. Use when you need autocomplete or type-ahead functionality for field values. Returns paired values from both the primary field and search field where the search field value starts with the provided string. |
| `METABASE_GET_FIELD_VALUES` | Get Field Values | Tool to retrieve distinct values for a Metabase field. Use when you need to get all distinct values of a field that has has_field_values set to 'list', including any human-readable remapped values. Returns empty response for Saved Questions virtual database fields. |
| `METABASE_GET_API_GLOSSARY` | Get API Glossary | Tool to retrieve all glossary items from Metabase. Use when you need to list all glossary terms and their definitions available in the Metabase instance. |
| `METABASE_GET_CURRENT_USER_LOGIN_HISTORY` | Get Current User Login History | Tool to retrieve login history for the currently authenticated user. Use when you need to audit or review login activity. |
| `METABASE_GET_MODEL_INDEX_VALUES` | Get Model Index Values | Tool to retrieve indexed field values for a specific Metabase model. Use when you need to get searchable text values that have been indexed for a model. Metabase indexes text/string fields from models to make them searchable. |
| `METABASE_GET_MODEL_INDEX_DETAILS` | Get Model Index Details | Tool to retrieve details of a specific model index by its ID. Use when you need to get information about model indexing status, schedule, or configuration. |
| `METABASE_GET_ALL_NATIVE_QUERY_SNIPPETS` | Get all native query snippets | Tool to retrieve all native query snippets available in the Metabase instance. Native query snippets are reusable SQL fragments that can be included in native queries. Returns an array of snippet objects with their content and metadata. |
| `METABASE_GET_NATIVE_QUERY_SNIPPET_BY_ID` | Get Native Query Snippet by ID | Tool to retrieve a specific native query snippet by its ID. Use when you need to get details about a saved SQL snippet including its content, metadata, and template tags. |
| `METABASE_GET_NOTIFICATIONS` | Get Notifications | Tool to retrieve notifications from Metabase with optional filtering. Use when you need to list notifications by creator, card, recipient, or include inactive ones. Returns an array of notification objects with their payloads, handlers, and creator information. |
| `METABASE_GET_PUBLIC_CARD_BY_UUID` | Get Public Card by UUID | Tool to fetch a publicly-accessible card by its public UUID and return card information including query definition, visualization settings, and parameters. Use when you need to retrieve card details that have been shared publicly. Does not require authentication when accessing via public UUID. |
| `METABASE_GET_PUBLIC_OEMBED_METADATA` | Get Public oEmbed Metadata | Tool to get oEmbed metadata for public Metabase resources. Use when you need to generate embeddable content for public dashboards or questions following the oEmbed protocol. |
| `METABASE_GET_PUBLIC_PIVOT_CARD_QUERY` | Get Public Pivot Card Query | Tool to fetch a publicly-accessible pivot card and return query results including data rows, column metadata, and query status. Use when you need to retrieve pivot table data for cards that have been shared publicly via a public UUID. Does not require authentication when accessing via public UUID. |
| `METABASE_GET_ALL_PULSES` | Get All Pulses | Tool to retrieve all pulses (scheduled reports/subscriptions) in Metabase. Use when you need to get a list of configured pulses with their settings and delivery channels. |
| `METABASE_GET_PULSE_FORM_INPUT_CONFIGURATION` | Get Pulse Form Input Configuration | Tool to retrieve configuration information for creating or updating Pulses (scheduled email reports). Returns available notification channels and user choices. Use when setting up or modifying pulse subscriptions. |
| `METABASE_GET_PULSE_BY_ID` | Get Pulse by ID | Tool to retrieve a specific pulse (subscription) by its ID. Use when you need to get detailed information about a pulse including its channels, cards, schedule, and recipients. |
| `METABASE_GET_PULSE_PREVIEW_CARD` | Get Pulse Preview Card | Tool to retrieve the HTML preview of a Metabase card formatted for pulse emails. Use when you need to get the rendered HTML representation of a card for email delivery. |
| `METABASE_GET_PULSE_PREVIEW_CARD_INFO` | Get Pulse Preview Card Info | Tool to retrieve preview information for a Metabase card formatted for pulse emails. Use when you need both the HTML rendering and metadata about a card for pulse delivery. Returns a JSON object with the card ID, type, and HTML content. |
| `METABASE_GET_PULSE_PREVIEW_DASHBOARD` | Get Pulse Preview Dashboard | Tool to retrieve the pulse preview for a specific dashboard by its ID. Use when you need to see how a dashboard will appear in pulse/email notifications, including backend artifacts preview with card details. |
| `METABASE_GET_REVISION_BY_ID_AND_ENTITY` | Get Revision by ID and Entity | Tool to retrieve a specific revision by ID and entity type. Use when you need to get details about a particular revision of a Metabase entity (card, dashboard, document, or segment). |
| `METABASE_GET_ENTITY_REVISION_HISTORY` | Get Entity Revision History | Tool to retrieve the revision history for a Metabase entity (dashboard, card, metric, or segment). Use when you need to see the complete change history, who made changes, and what was modified. Returns an array of revision objects ordered from most recent to oldest. |
| `METABASE_SEARCH_METABASE_OBJECTS` | Search Metabase objects | Tool to search Cards, Dashboards, Collections, Tables, Databases, and Pulses for a substring. Use when you need to find Metabase objects by name or search across multiple object types. |
| `METABASE_GET_SEARCH_WEIGHTS` | Get Search Weights | Tool to retrieve the current search weight configuration for the Metabase instance. Use when you need to understand how search results are ranked based on factors like recency, bookmarks, view count, and other scoring factors. |
| `METABASE_GET_ALL_SEGMENTS` | Get All Segments | Tool to retrieve all segments from Metabase. Use when you need to list all available segments or filter definitions for tables. |
| `METABASE_VALIDATE_PASSWORD_RESET_TOKEN` | Validate Password Reset Token | Tool to validate a password reset token in Metabase. Use when you need to check if a password reset token is still valid and can be used to reset a user's password. |
| `METABASE_GET_SESSION_PROPERTIES` | Get Session Properties | Tool to retrieve all global session properties and their values that are public. Use when you need to access configuration settings visible to the current user. |
| `METABASE_GET_CARD_TABLE_FOREIGN_KEYS` | Get Card Table Foreign Keys | Tool to retrieve foreign key relationships for a card-based virtual table. Use when you need to get FK information for a saved question (card). Note that virtual tables typically return an empty array as they don't have traditional database foreign key relationships. |
| `METABASE_GET_CARD_VIRTUAL_TABLE_QUERY_METADATA` | Get Card Virtual Table Query Metadata | Tool to retrieve metadata for a virtual table created from a card (saved question). Use when you need comprehensive information about a card's virtual table including database details, fields with their types and properties, field foreign keys, segments, and metrics. |
| `METABASE_GET_TABLE_FOREIGN_KEYS` | Get Table Foreign Keys | Tool to retrieve foreign key relationships for a Metabase table. Use when you need to understand how a table relates to other tables through foreign keys. |
| `METABASE_GET_TABLE_QUERY_METADATA` | Get Table Query Metadata | Tool to retrieve metadata about a table useful for running queries. Use when you need comprehensive table information including database details, fields with their types and properties, field foreign keys, field values, segments, and metrics. |
| `METABASE_GET_TABLE_DATA_BY_ID` | Get Table Data by ID | Tool to retrieve data from a specific Metabase table by ID. Use when you need to fetch actual data rows and column metadata for a table. Returns table data including rows, column definitions, and query execution statistics. |
| `METABASE_GET_ALL_TIMELINES` | Get All Timelines | Tool to retrieve all timelines in Metabase. Use when you need to get a list of all timelines with their settings, events, and associated metadata. |
| `METABASE_GET_COLLECTION_TIMELINES` | Get Collection Timelines | Tool to retrieve timelines associated with a specific Metabase collection. Use when you need to get all timelines and their events for a collection. Returns an empty array if the collection has no timelines. |
| `METABASE_GET_ROOT_COLLECTION_TIMELINES` | Get Root Collection Timelines | Tool to retrieve all timelines associated with the root collection. Use when you need to get timelines where items have no collection_id. The root collection is a virtual collection for items without a specific collection assignment. |
| `METABASE_GET_TIMELINE_EVENT` | Get Timeline Event | Tool to retrieve a timeline event by ID. Use when you need to fetch details about a specific timeline event including its name, description, timestamp, and metadata. |
| `METABASE_GET_TIMELINE_BY_ID` | Get Timeline by ID | Tool to fetch a timeline by its ID from Metabase. Use when you need to retrieve timeline details including optional events. Add include='events' to get unarchived events, and archived=true to return all events. |
| `METABASE_GET_CURRENT_USER` | Get Current User | Tool to retrieve information about the currently authenticated user. Use when you need to get the current user's profile, permissions, and account details. |
| `METABASE_GET_USER_BY_ID` | Get User by ID | Tool to retrieve a specific user by their ID. Use when you need to get detailed information about a user including their profile, permissions, and status. |
| `METABASE_GET_USER_KEY_VALUE_BY_NAMESPACE` | Get User Key-Value by Namespace | Tool to retrieve all user key-value pairs for a specified namespace. Use when you need to fetch user-specific settings or preferences stored within a namespace. Returns HTTP 204 (No Content) when the namespace exists but contains no data. |
| `METABASE_GET_USER_RECIPIENTS` | Get User Recipients | Tool to retrieve users for recipient selection. Returns only active users with permissions-based filtering applied. Use when you need to get a list of users that can be selected as recipients for notifications, alerts, or subscriptions. |
| `METABASE_GENERATE_RANDOM_SECURITY_TOKEN` | Generate Random Security Token | Tool to generate a cryptographically secure random token for Metabase. Use when you need to generate a secure token for embedding-secret-key or other security purposes. |
| `METABASE_GET_AUTOMAGIC_DASHBOARD` | Get Automagic Dashboard | Tool to generate an automagic dashboard for a given entity. Use when you need to create a dashboard with automatically generated insights and visualizations based on the entity type and ID. Automagic dashboards provide instant analytics without manual configuration. |
| `METABASE_GET_AUTOMAGIC_DASHBOARD` | Get Automagic Dashboard | Tool to retrieve an automagic dashboard for a specified entity with its ID. Use when you need to get auto-generated analytics and visualizations for tables, databases, cards, segments, or adhoc queries. |
| `METABASE_GET_AUTOMAGIC_DASHBOARD_CELL_ANALYSIS` | Get Automagic Dashboard Cell Analysis | Tool to return an automagic dashboard analyzing a specific cell in an entity's data. Use when you need to generate automated insights and visualizations for a cell query within a table, database, or other Metabase entity. The cell-query must be a base64-encoded JSON object in MBQL format. |
| `METABASE_GET_AUTOMAGIC_DASHBOARD_CELL_RULE` | Get Automagic Dashboard Cell Rule | Tool to fetch an automagic dashboard analyzing a specific cell in a table or query. Use when you need to explore correlations or patterns for a specific column/cell. Returns a dashboard with visualizations analyzing the specified cell using the given template. |
| `METABASE_GET_AUTOMAGIC_DASHBOARDS_COMPARE` | Get Automagic Dashboards Compare | Tool to return an automagic comparison dashboard for entity with id compared with comparison-entity with comparison-entity-id-or-query. Use when you need to generate a visual comparison dashboard between two entities (tables, segments, or adhoc queries). |
| `METABASE_GET_AUTOMAGIC_DASHBOARD_QUERY_METADATA` | Get Automagic Dashboard Query Metadata | Tool to retrieve all metadata for an automagic dashboard for a specific entity and ID. Use when you need to get complete metadata including databases, tables, fields, segments, metrics, and other related objects for generating automagic dashboards. |
| `METABASE_GET_AUTOMAGIC_DASHBOARD_BY_RULE` | Get automagic dashboard by rule | Tool to return an automagic dashboard for a specific entity using a dashboard template with rule prefix. Use when you need to generate an auto-generated analytical dashboard for a table, segment, or adhoc query with specific visualization patterns. |
| `METABASE_GET_CARD_DASHBOARDS` | Get Card Dashboards | Tool to get a list of dashboards that a specific card appears in. Use when you need to find which dashboards contain a particular card. Returns an array of dashboard objects with id and name for each dashboard. |
| `METABASE_SEARCH_CARD_PARAMETER_VALUES` | Search Card Parameter Values | Tool to fetch possible values for a card parameter that match a search query. Use when you need to search or filter parameter values for a specific card's template tag. |
| `METABASE_GET_CARD_QUERY_METADATA` | Get Card Query Metadata | Tool to get comprehensive query metadata for a Metabase card (saved question). Use when you need detailed information about the database structure, tables, fields, segments, and metrics associated with a card. This endpoint consolidates metadata that would otherwise require multiple API calls to /api/field/:id, /api/database/:id, and /api/table/:id/query_metadata. |
| `METABASE_GET_CARD_SERIES` | Get Card Series | Tool to fetch a list of cards compatible as series with a specified card. Only cards with display types 'bar', 'scalar', 'line', or 'area' are compatible with series functionality. Use when you need to find cards that can be combined into multi-series visualizations. Returns 400 error for incompatible card types like 'smartscalar'. |
| `METABASE_GET_COLLECTION_BY_ID` | Get Collection by ID | Tool to fetch a specific Metabase collection with standard details added. Use when you need to retrieve detailed information about a collection including its name, description, permissions, hierarchy, and metadata. |
| `METABASE_GET_COLLECTION_ITEMS` | Get Collection Items | Tool to fetch items from a specific Metabase collection. Use when you need to list cards, dashboards, nested collections, pulses, or snippets within a collection. Supports filtering by model type and archived status. |
| `METABASE_GET_AUTOMAGIC_COMPARISON_DASHBOARD` | Get Automagic Comparison Dashboard | Tool to retrieve an automagic comparison dashboard comparing a cell in one entity with another entity. Use when you need to generate comparative analytics and visualizations between two tables, segments, or adhoc queries based on a specific cell query. |
| `METABASE_GET_DASHBOARD_BY_ID` | Get Dashboard by ID | Tool to retrieve details of a specific Metabase dashboard by ID. Use when you need to get dashboard information including name, description, cards, tabs, and parameters. Returns complete dashboard configuration and metadata. |
| `METABASE_GET_DASHBOARD_BY_ID` | Get Dashboard by ID | Tool to retrieve a dashboard by its ID from Metabase. Use when you need to fetch dashboard details including name, description, cards, parameters, and metadata. |
| `METABASE_SEARCH_DASHBOARD_PARAMETER_VALUES` | Search dashboard parameter values | Tool to search for dashboard parameter values in Metabase. Use when you need to find matching values for a text-type dashboard parameter based on a search query. |
| `METABASE_GET_DASHBOARD_PARAMS_REMAPPING` | Get Dashboard Params Remapping | Tool to fetch the remapped value for a given dashboard parameter in Metabase. Use when you need to get the remapped representation of a parameter value. |
| `METABASE_SEARCH_DASHBOARD_PARAMETER_VALUES` | Search Dashboard Parameter Values | Tool to fetch possible values of a dashboard parameter that contain the search query. Use when you need to search or filter parameter values for a specific dashboard parameter. The parameter must be linked to a text field (not DateTime or other non-text types). |
| `METABASE_GET_DASHBOARD_QUERY_METADATA` | Get Dashboard Query Metadata | Tool to get all of the required query metadata for the cards on a dashboard. Use when you need to understand what databases, tables, fields, snippets, and cards are used by a specific dashboard. |
| `METABASE_GET_DASHBOARD_RELATED_ENTITIES` | Get Dashboard Related Entities | Tool to retrieve related entities for a Metabase dashboard. Use when you need to find questions/cards that are related to a specific dashboard. |
| `METABASE_GET_DATABASE_AUTOCOMPLETE_SUGGESTIONS` | Get Database Autocomplete Suggestions | Tool to get autocomplete suggestions for table and field names in a Metabase database. Use when you need to search for database objects by prefix or substring in the SQL editor. |
| `METABASE_GET_DATABASE_BY_ID` | Get Database By ID | Tool to retrieve a single database by ID from Metabase. Use when you need to get detailed information about a specific database, optionally including its tables and fields. |
| `METABASE_GET_DATABASE_CARD_AUTOCOMPLETE_SUGGESTIONS` | Get Database Card Autocomplete Suggestions | Tool to return a list of Card autocomplete suggestions for a given query in a given Database. Use when the user needs to search for cards (questions or models) in a specific database, typically for autocomplete functionality. |
| `METABASE_GET_DATABASE_DATASETS` | Get Database Datasets | Tool to retrieve tables (models and metrics) from a virtual database schema in Metabase. Use when you need to discover available datasets in the Saved Questions virtual database. The virtual database ID -1337 represents the Saved Questions database where models and metrics are stored. |
| `METABASE_GET_DATABASE_FIELDS` | Get Database Fields | Tool to retrieve all field metadata from a Metabase database. Use when you need to explore available fields across all tables in a database. Returns field names, types, display names, and table associations for building queries or understanding database structure. |
| `METABASE_GET_DATABASE_HEALTHCHECK` | Get Database Healthcheck | Tool to check if a Metabase database can currently connect. Use when you need to verify database connectivity status. Returns the connection health status for the specified database ID. |
| `METABASE_GET_DATABASE_METADATA` | Get Database Metadata | Tool to retrieve complete metadata for a specific database including all tables and fields. Use when you need detailed information about database structure, table schemas, field properties, and field values. |
| `METABASE_GET_DATABASE_SCHEMAS` | Get Database Schemas | Tool to retrieve all schemas with tables for a specific database in Metabase. Use when you need to discover available database schemas. Returns only schemas that contain tables, excluding empty schemas. |
| `METABASE_GET_DATABASE_SETTINGS_AVAILABLE` | Get Database Settings Available | Tool to get all database-local settings and their availability for a given database. Use when you need to check which settings are available or enabled for a specific database. Returns a map of setting names to their availability status (enabled/disabled). |
| `METABASE_GET_DATABASE_SYNCABLE_SCHEMAS` | Get Database Syncable Schemas | Tool to retrieve all syncable schemas for a specific database in Metabase. Use when you need to discover schemas available for syncing or CSV uploads. Returns all schemas that can be synced, unlike the regular schemas endpoint which excludes empty schemas. |
| `METABASE_GET_STALE_ENTITIES_FROM_COLLECTION` | Get Stale Entities from Collection | Tool to retrieve stale entities (cards and dashboards) from a Metabase collection that haven't been used recently. Use when you need to identify unused content for cleanup or archival purposes. Supports filtering by last edit date and pagination with limit/offset parameters. |
| `METABASE_GET_FIELD_REMAPPING` | Get Field Remapping | Tool to fetch remapped field values for a specific field in Metabase. Use when you need to retrieve human-readable display values that correspond to field values. Returns an array of value pairs where each pair contains the original field value and its remapped display text. |
| `METABASE_GET_FIELD_SUMMARY` | Get Field Summary | Tool to get summary statistics for a Metabase field by its ID. Use when you need count and distinct count information for a specific field. Returns count (total values) and distincts (distinct unique values) for the specified field. |
| `METABASE_GET_MODELINDEX_BY_ID` | Get ModelIndex by ID | Tool to retrieve a ModelIndex by ID. Use when you need to get details about a specific model index including its state, references, and indexing information. |
| `METABASE_GET_MOST_RECENTLY_VIEWED_DASHBOARD` | Get Most Recently Viewed Dashboard | Tool to retrieve the most recently viewed dashboard for the authenticated user. Use when you need to check what dashboard the user last accessed. |
| `METABASE_GET_NATIVE_QUERY_SNIPPET_BY_ID` | Get Native Query Snippet by ID | Tool to retrieve a specific native query snippet by its ID. Use when you need to fetch reusable SQL snippet details including content, creator, and metadata. |
| `METABASE_GET_PULSE_PREVIEW_CARD` | Get Pulse Preview Card | Tool to get HTML rendering of a Metabase card by ID. Use when you need the rendered HTML representation of a card for pulse emails or preview purposes. |
| `METABASE_GET_PULSE_PREVIEW_CARD_INFO` | Get Pulse Preview Card Info | Tool to get JSON object containing HTML rendering of a card and additional information. Use when you need to retrieve the rendered preview of a card for pulse/subscription display along with its metadata. |
| `METABASE_GET_DASHBOARD_HTML_PREVIEW` | Get Dashboard HTML Preview | Tool to retrieve an HTML preview rendering of a dashboard. Use when you need to get the HTML representation of a dashboard for rendering or pulse notifications. |
| `METABASE_GET_REVISION_HISTORY_BY_ID` | Get Revision History by ID | Tool to retrieve the complete revision history for a Metabase entity by its ID. Use when you need to see all changes made to a dashboard, card, metric, or segment, including who made them and when. |
| `METABASE_GET_TABLE_BY_ID` | Get Table By ID | Tool to retrieve basic table information by ID from Metabase. Use when you need table details including name, schema, entity type, and associated database information. For comprehensive table metadata with fields and query information, use the query_metadata endpoint instead. |
| `METABASE_GET_TABLE_DATA` | Get Table Data | Tool to retrieve data from a specific table in Metabase. Use when you need to fetch the actual data rows and column metadata for a table. Returns table data including rows, column metadata, and optional statistics. |
| `METABASE_GET_TABLE_FOREIGN_KEYS` | Get Table Foreign Keys | Tool to get all foreign keys whose destination is a field that belongs to a specific table. Use when you need to retrieve foreign key relationships for a table. |
| `METABASE_GET_TABLE_QUERY_METADATA` | Get Table Query Metadata | Tool to get metadata about a Table useful for running queries. Returns DB, fields, field FKs, and field values. Use when you need comprehensive table metadata for query construction or analysis. |
| `METABASE_GET_TIMELINE_BY_ID` | Get Timeline by ID | Tool to fetch a timeline by its ID. Use when you need to retrieve timeline details including events. Include include=events parameter to get unarchived events on the timeline, and add archived=true to return all events (both archived and unarchived). |
| `METABASE_GET_COLLECTION_TIMELINES` | Get Collection Timelines | Tool to fetch timelines associated with a specific Metabase collection. Use when you need to retrieve all timelines and their events for a given collection ID. Returns an empty array if the collection has no timelines. |
| `METABASE_GET_TIMELINE_EVENT` | Get Timeline Event | Tool to fetch a timeline event by ID. Use when you need to retrieve details about a specific timeline event in Metabase. |
| `METABASE_GET_USER_BY_ID` | Get User by ID | Tool to fetch a Metabase user by their ID. Use when you need to retrieve user information including email, name, permissions, and authentication details. You must be fetching yourself or be a superuser or a Group Manager to access user information. |
| `METABASE_GET_USER_KEY_VALUE_SETTING` | Get User Key-Value Setting | Tool to retrieve a user-specific key-value pair from Metabase storage. Use when you need to fetch user preferences, settings, or stored values organized by namespace and key. Returns the stored value if it exists, or None for unset keys (HTTP 204 response). |
| `METABASE_GET_ALL_USER_KEY_VALUES_IN_NAMESPACE` | Get All User Key-Values in Namespace | Tool to retrieve all key-value pairs in a given namespace for the current user. Use when you need to fetch all user preferences or settings within a specific namespace at once. |
| `METABASE_GET_USER_KEY_VALUE_SETTING` | Get User Key-Value Setting | Tool to retrieve a user-specific key-value pair from Metabase storage. Use when you need to fetch user preferences, settings, or stored values organized by namespace and key. Returns the stored value if it exists, or None for unset keys (HTTP 204 response). |
| `METABASE_RECORD_RECENT_ACTIVITY` | Record Recent Activity | Tool to record recent activity for a Metabase item. Use when tracking user interactions with cards, dashboards, tables, or other Metabase objects. This helps maintain the user's recent activity history for quick access to frequently used items. |
| `METABASE_CREATE_BOOKMARK2` | Create Bookmark | Tool to create a bookmark for a Metabase item (card, dashboard, or collection). Use when you need to bookmark a specific item for quick access. |
| `METABASE_CREATE_CARD` | Create Card | Tool to create a new Metabase card (question or model). Use when you need to create a new query, report, or visualization in Metabase. |
| `METABASE_EXECUTE_CARD_QUERY` | Execute Card Query | Tool to execute a query for a saved Metabase card/question and retrieve results. Use when you need to run a saved question and get the data rows, columns, and metadata. Optionally accepts parameters for filtering results using template tag variables. |
| `METABASE_BULK_MOVE_CARDS_TO_COLLECTION` | Bulk Move Cards to Collection | Tool to bulk move multiple Metabase cards into a target collection or remove them from collections. Use when you need to organize multiple cards by moving them to a specific collection, or pass null as collection_id to remove cards from all collections. |
| `METABASE_COPY_CARD` | Copy Card | Tool to create a copy of an existing Metabase card (question) by its ID. Use when you need to duplicate a card with all its query, visualization, and configuration settings. |
| `METABASE_EXECUTE_PIVOT_CARD_QUERY` | Execute Pivot Card Query | Tool to execute a pivot query on a Metabase card and return the results. Use when you need to retrieve pivot table data for a specific card ID. |
| `METABASE_GET_CARD_DASHBOARD_ASSOCIATIONS` | Get Card Dashboard Associations | Tool to retrieve dashboard associations for given card IDs. Returns an array with card_id and associated dashboards for each card. Use when you need to find which dashboards contain specific cards. |
| `METABASE_BULK_MOVE_CARDS` | Bulk Move Cards | Tool to bulk move cards to a collection or remove them from collections. Use when you need to organize multiple cards by moving them to a specific collection or removing them from all collections. |
| `METABASE_CREATE_COLLECTION` | Create Collection | Tool to create a new Metabase collection for organizing content. Use when you need to create a collection with name and color. Collections are used to organize dashboards, questions, and models in Metabase. |
| `METABASE_CREATE_DASHBOARD` | Create Dashboard | Tool to create a new Metabase dashboard. Use when you need to create a new dashboard for organizing and displaying visualizations and reports. |
| `METABASE_COPY_DASHBOARD` | Copy Dashboard | Tool to copy an existing Metabase dashboard. Use when you need to duplicate a dashboard with all its cards and configuration. |
| `METABASE_EXECUTE_DASHBOARD_PIVOT_QUERY` | Execute Dashboard Pivot Query | Tool to execute a pivot table query for a specific card on a dashboard. Use when you need to transform regular query results into pivot table format with configurable rows, columns, and measures. |
| `METABASE_CREATE_DASHBOARD_IN_COLLECTION` | Create Dashboard in Collection | Tool to create a new dashboard in a specific Metabase collection. Use when you need to create a dashboard and save it to a particular collection. |
| `METABASE_DISCARD_DATABASE_FIELD_VALUES` | Discard Database Field Values | Tool to discard all saved field values for a specific database. Use when you need to clear cached field value data for all fields in a database. Requires superuser privileges. |
| `METABASE_DISMISS_DATABASE_SPINNER` | Dismiss Database Spinner | Tool to dismiss the spinner for a specific database. Use when you need to dismiss loading indicators for a database connection. |
| `METABASE_RESCAN_DATABASE_FIELD_VALUES` | Rescan Database Field Values | Tool to trigger a manual rescan of field values for a specific database. Use when you need to refresh field value caches after database schema changes. Requires superuser privileges. |
| `METABASE_SYNC_DATABASE_SCHEMA` | Sync Database Schema | Tool to trigger a schema synchronization for a specific database. Use when you need to refresh the database schema metadata in Metabase after structural changes. |
| `METABASE_EXECUTE_DATASET_QUERY` | Execute Dataset Query | Tool to execute a query against a Metabase database and retrieve results. Use when you need to run native SQL or MBQL queries. Supports both raw SQL queries (type='native') and structured MBQL queries (type='query'). |
| `METABASE_CONVERT_QUERY_TO_NATIVE_SQL` | Convert Query to Native SQL | Tool to convert a Metabase query to native SQL format. Use when you need to get the formatted native SQL representation of a query. |
| `METABASE_REMAP_DATASET_PARAMETER_VALUE` | Remap Dataset Parameter Value | Tool to remap dataset parameter values in Metabase. Use when you need to transform or map parameter values for dataset queries. Returns an array of remapped values based on the parameter configuration. |
| `METABASE_GET_DATASET_PARAMETER_VALUES` | Get Dataset Parameter Values | Tool to fetch parameter values for dataset fields in Metabase. Use when you need to retrieve possible values for a parameter based on specific field IDs. Returns a list of value pairs and indicates if more values exist. |
| `METABASE_EXECUTE_PIVOT_TABLE_QUERY` | Execute Pivot Table Query | Tool to execute a pivot table query and retrieve results. Use when you need to run an MBQL query with aggregation and breakout fields to generate pivot table data. |
| `METABASE_GET_DATASET_QUERY_METADATA` | Get Dataset Query Metadata | Tool to retrieve query metadata for a dataset query including databases, tables, fields, and snippets. Use when you need metadata about what's available for constructing or analyzing a query. |
| `METABASE_CHECK_SNIPPET_DEPENDENCIES` | Check Snippet Dependencies | Tool to check dependencies for a native query snippet in Metabase Enterprise Edition. Use when you need to verify which cards or transforms depend on a specific snippet before modifying or deleting it. |
| `METABASE_CREATE_DASHBOARD_SUBSCRIPTION` | Create Dashboard Subscription | Tool to create a dashboard subscription using Metabot tools. Use when you need to set up automated delivery of a dashboard to an email address on a scheduled basis. |
| `METABASE_FILTER_RECORDS` | Filter Records | Tool to filter records from a Metabase data source using metabot tools. Use when you need to apply filters to a table, query, or report to narrow down the data set. Returns an MBQL query object with the applied filters. |
| `METABASE_GENERATE_INSIGHTS` | Generate Insights | Tool to generate insights for a table using Metabot tools. Use when you need to automatically generate analytical insights or dashboard for a specific table. |
| `METABASE_GET_CURRENT_USER` | Get Current User | Tool to retrieve information about the current authenticated user in a Metabase metabot conversation. Use when you need to get details about the user making queries within a conversation context. |
| `METABASE_GET_DASHBOARD_DETAILS` | Get Dashboard Details | Tool to retrieve dashboard details for a Metabase metabot conversation. Use when you need to get information about a specific dashboard including its name, description, type, and verification status within a conversation context. |
| `METABASE_GET_DOCUMENT_DETAILS_VIA_METABOT` | Get Document Details via Metabot | Tool to retrieve document details using Metabase metabot tools. Use when you need to fetch specific document information by document ID within a conversation context. |
| `METABASE_GET_QUERY_DETAILS` | Get Query Details | Tool to get query details using Metabot tools API. Use when you need to retrieve detailed information about a query including its structure, ID, and result columns. Returns either structured output with query metadata or plain text output. |
| `METABASE_GET_SNIPPET_DETAILS` | Get Snippet Details | Tool to retrieve SQL snippet details via Metabase metabot tools. Use when you need to get the full details of a specific snippet including its ID, name, content, and description within a metabot conversation context. |
| `METABASE_GET_METABOT_SNIPPETS` | Get Metabot Snippets | Tool to retrieve SQL snippets for a Metabase metabot conversation. Use when you need to get available snippets that can be used in SQL queries within a conversation context. |
| `METABASE_GET_TABLE_DETAILS` | Get Table Details | Tool to retrieve comprehensive table details via Metabase metabot tools. Use when you need to get complete information about a specific table including its fields, metrics, and related tables within a metabot conversation context. |
| `METABASE_QUERY_DATASOURCE_VIA_METABOT` | Query Datasource via Metabot | Tool to query a Metabase datasource using Metabot tools. Use when you need to execute queries against tables or models within a conversation context. Requires either a table_id or model_id in the arguments. |
| `METABASE_METABOT_SEARCH` | Metabot Search | Tool to search Metabase entities using the metabot search API. Use when you need to search for tables, models, questions, dashboards, metrics, databases, or transforms within a metabot conversation context. |
| `METABASE_SEARCH_METABASE_ITEMS_METABOT_V2` | Search Metabase Items (Metabot V2) | Tool to search Metabase items using the Metabot search v2 endpoint. Use when you need to find dashboards, questions, tables, models, metrics, or other Metabase entities using keyword or semantic search. Supports filtering by entity type, database, and dates. |
| `METABASE_CANCEL_CURRENT_REMOTE_SYNC_TASK` | Cancel Current Remote Sync Task | Tool to cancel the current active Remote Sync task in Metabase Enterprise Edition. Use when you need to stop an ongoing remote sync operation. Returns 'No active task to cancel' when there is no active task running. |
| `METABASE_TRANSLATE_ENTITY_IDS` | Translate Entity IDs | Tool to translate Metabase entity IDs (21-character strings) to their numeric IDs. Use when you need to convert entity ID strings to numeric IDs for API operations. |
| `METABASE_DISCARD_FIELD_VALUES` | Discard Field Values | Tool to discard cached FieldValues for a specific field. Use when you need to clear cached field values and force a refresh. Requires superuser privileges. |
| `METABASE_RESCAN_FIELD_VALUES` | Rescan Field Values | Tool to manually trigger an update for the FieldValues for a specific field. Use when you need to refresh the cached values for a field that is eligible for FieldValues. Only works with fields that have has_field_values set to 'list'. |
| `METABASE_CREATE_GLOSSARY_ENTRY` | Create Glossary Entry | Tool to create a new glossary entry in Metabase. Use when you need to add a new term and its definition to the glossary. |
| `METABASE_CREATE_MODEL_INDEX` | Create Model Index | Tool to create a new model index in Metabase. Use when you need to enable search functionality on a model by indexing specific fields. |
| `METABASE_CREATE_NATIVE_QUERY_SNIPPET` | Create native query snippet | Tool to create a new native query snippet in Metabase. Native query snippets are reusable SQL fragments that can be included in native queries. Use when you need to create a new SQL snippet for reuse across multiple queries. |
| `METABASE_CREATE_NOTIFICATION` | Create Notification | Tool to create a new notification in Metabase. Use when you need to create notifications for cards or other resources. |
| `METABASE_SEND_NOTIFICATION` | Send Notification | Tool to trigger sending an unsaved notification in Metabase. Use when you need to send a one-time notification for a card with custom handlers and templates. Returns success status when notification is sent (HTTP 204). |
| `METABASE_UNPERSIST_CARD` | Unpersist Card | Tool to unpersist a Metabase card by its ID. Use when you need to remove persistence from a card's cached results. |
| `METABASE_UNPERSIST_DATABASE` | Unpersist Database | Tool to disable model persistence for a specific database. Use when you need to stop persisting model results for a database. |
| `METABASE_SUBMIT_PRODUCT_FEEDBACK` | Submit Product Feedback | Tool to submit product feedback to Metabase. Use when you need to send feedback about the product from various sources. |
| `METABASE_CREATE_PULSE` | Create Pulse | Tool to create a new pulse (scheduled report/subscription) in Metabase. Use when you need to set up automated delivery of card or dashboard results via email or Slack. |
| `METABASE_REVERT_ENTITY_TO_PREVIOUS_REVISION` | Revert Entity to Previous Revision | Tool to revert a Metabase entity (card, dashboard, document, or segment) to a previous revision. Use when you need to undo changes and restore an entity to an earlier state. |
| `METABASE_SEND_PASSWORD_RESET_EMAIL` | Send Password Reset Email | Tool to send a password reset email when user has forgotten their password. Use when you need to initiate a password reset for a user. Returns 204 status code on success regardless of whether the email exists (security measure). |
| `METABASE_CHECK_PASSWORD_COMPLEXITY` | Check Password Complexity | Tool to check if a password meets Metabase's configured password complexity rules. Use when you need to validate a password against current complexity requirements. The endpoint was previously at /api/util/password_check but was moved to /api/session/password-check. |
| `METABASE_SUBMIT_BUG_REPORT_TO_SLACK` | Submit Bug Report to Slack | Tool to submit a bug report to Slack via Metabase's bug reporting endpoint. Use when you need to send diagnostic information about a bug to the configured Slack channel. Requires Slack integration with 'metabase-bugs' channel to be properly configured. |
| `METABASE_DISCARD_TABLE_FIELD_VALUES` | Discard Table Field Values | Tool to discard cached FieldValues for all Fields belonging to a specific Table. Use when you need to clear field value caches for a table. Requires superuser permissions. |
| `METABASE_RESCAN_TABLE_FIELD_VALUES` | Rescan Table Field Values | Tool to trigger a manual rescan of field values for a specific table. Use when you need to refresh field value caches for all fields in a table after data changes. |
| `METABASE_SYNC_TABLE_SCHEMA` | Sync Table Schema | Tool to trigger a manual update of the schema metadata for a specific Table. Use when you need to refresh table schema information after database changes. |
| `METABASE_CREATE_TIMELINE` | Create Timeline | Tool to create a new timeline in Metabase. Use when you need to create a timeline for organizing events. |
| `METABASE_EXECUTE_DASHBOARD_CARD_QUERY` | Execute Dashboard Card Query | Tool to execute a query for a specific card within a dashcard on a dashboard. Use when you need to retrieve query results for dashboard visualizations. Returns data rows, column metadata, and execution statistics. |
| `METABASE_UPDATE_ACTION_BY_ID` | Update Action by ID | Tool to update an existing Metabase action by its ID. Use when you need to modify the name, description, query, or settings of an action. Returns the updated action object with the new updated_at timestamp. |
| `METABASE_UPDATE_BOOKMARK_ORDERING` | Update Bookmark Ordering | Tool to update the order of bookmarks for the authenticated user. Use when you need to reorder bookmarked cards, dashboards, or collections. |
| `METABASE_UPDATE_CARD_BY_ID` | Update Card by ID | Tool to update a specific card (question) by its ID. Use when you need to modify card properties like name, description, visualization settings, or query definition. |
| `METABASE_UPDATE_COLLECTION_BY_ID` | Update Collection by ID | Tool to update an existing Metabase collection by its ID. Use when you need to modify collection properties like name, description, color, archive status, or move it to a different parent. All parameters except id are optional - only include the fields you want to update. |
| `METABASE_UPDATE_DASHBOARD` | Update Dashboard | Tool to update a Metabase dashboard by its ID. Use when you need to modify dashboard properties like name, description, parameters, collection placement, or archive status. Returns the updated dashboard object with all current settings and metadata. |
| `METABASE_UPDATE_DASHBOARD_CARDS` | Update Dashboard Cards | Tool to update dashboard cards and tabs. DEPRECATED: This endpoint is marked for removal in v48 - use PUT /api/dashboard/:id instead to update dashcards along with other dashboard data. Use when you need to update card positions, sizes, or tab ordering on a dashboard. |
| `METABASE_UPDATE_DATABASE_CONFIGURATION` | Update Database Configuration | Tool to update a database configuration in Metabase. Use when you need to modify database settings such as name, description, connection details, or sync preferences. Requires superuser permissions. |
| `METABASE_UPDATE_FIELD_METADATA` | Update Field Metadata | Tool to update a Metabase field by its ID. Use when you need to modify field metadata such as description, display_name, semantic_type, or visibility_type. Only fields included in the request will be updated; others remain unchanged. |
| `METABASE_UPDATE_GLOSSARY_ENTRY_BY_ID` | Update Glossary Entry by ID | Tool to update an existing glossary entry in Metabase by its ID. Use when you need to modify the term name or definition of an existing glossary entry. |
| `METABASE_UPDATE_NATIVE_QUERY_SNIPPET_BY_ID` | Update Native Query Snippet by ID | Tool to update an existing native query snippet by its ID. Use when you need to modify the name, description, or SQL content of a saved snippet. At least one field (name, description, or content) should be provided to update. |
| `METABASE_UPDATE_PULSE_BY_ID` | Update Pulse by ID | Tool to update an existing pulse (scheduled report/subscription) by ID. Use when you need to modify pulse settings like name, cards, channels, or skip_if_empty behavior. |
| `METABASE_UPDATE_SEARCH_WEIGHTS` | Update Search Weights | Tool to update search weights configuration in Metabase. Use when you need to customize how search results are ranked by adjusting scorer weights. Returns the current search weights configuration after update. |
| `METABASE_UPDATE_TABLE_METADATA` | Update Table Metadata | Tool to update a Metabase table by its ID. Use when you need to modify table metadata such as display_name, description, visibility_type, caveats, or points_of_interest. Only fields included in the request will be updated; others remain unchanged. |
| `METABASE_UPDATE_TABLE_METADATA` | Update Table Metadata | Tool to update a Metabase table metadata by its ID. Use when you need to modify table properties such as display_name, description, entity_type, visibility_type, caveats, or points_of_interest. Only fields included in the request will be updated; others remain unchanged. |
| `METABASE_UPDATE_TABLE_FIELD_DISPLAY_ORDER` | Update Table Field Display Order | Tool to update the display order of fields in a Metabase table. Use when you need to reorder how fields appear in a table's schema or query results. |
| `METABASE_UPDATE_TIMELINE_EVENT_BY_ID` | Update Timeline Event by ID | Tool to update an existing timeline event by its ID. Use when you need to modify the name, description, timestamp, or other properties of a timeline event. Returns the updated event object. |
| `METABASE_UPDATE_TIMELINE_BY_ID` | Update Timeline by ID | Tool to update an existing timeline by its ID. Use when you need to modify the name, description, icon, or other properties of a timeline. Returns the updated timeline object. |
| `METABASE_UPDATE_USER_BY_ID` | Update User by ID | Tool to update an existing Metabase user by their ID. Use when you need to modify user information such as email, name, group memberships, or superuser status. All update fields are optional; only provided fields will be updated. |
| `METABASE_UPDATE_ACTION` | Update Action | Tool to update an existing Action in Metabase. Use when you need to modify action properties such as name, description, archived status, or configuration settings. |
| `METABASE_UPDATE_COLLECTION` | Update Collection | Tool to update an existing Metabase collection. Use when you need to modify collection properties such as name, description, color, archive/unarchive status, or move it to a different parent collection. |
| `METABASE_UPDATE_DASHBOARD` | Update Dashboard | Tool to update a Metabase dashboard by ID. Use when you need to modify dashboard properties like name, description, parameters, cards, or tabs. The request body accepts the same structure as the response from GET /api/dashboard/:id. When setting archived to true, the dashboard is moved to Trash; when false, you may provide a collection_id. |
| `METABASE_UPDATE_DASHBOARD_CARDS_DEPRECATED` | Update Dashboard Cards (Deprecated) | Tool to bulk update dashboard cards and tabs. DEPRECATED - use PUT /api/dashboard/:id instead for new implementations. Use when you need to create, update, or delete multiple dashboard cards at once. Cards with negative IDs are created, existing IDs are updated, and omitted cards are deleted. |
| `METABASE_UPDATE_DATABASE` | Update Database | Tool to update a Database in Metabase. Use when you need to modify database properties like name, description, schedules, caveats, or points of interest. Supports partial updates - only provide fields you want to change. Requires superuser permissions. |
| `METABASE_UPDATE_FIELD_METADATA` | Update Field Metadata | Tool to update metadata for a Metabase field by its ID. Use when you need to modify field properties like description, display name, visibility, semantic type, or other metadata settings. Commonly used to improve data documentation and field configuration. |
| `METABASE_UPDATE_GLOSSARY_ENTRY` | Update Glossary Entry | Tool to update an existing glossary entry in Metabase. Use when you need to modify the term name or definition of a glossary item. At least one of 'term' or 'definition' should be provided. |
| `METABASE_UPDATE_NATIVE_QUERY_SNIPPET` | Update Native Query Snippet | Tool to update an existing native query snippet by ID. Use when you need to modify the name, content, or description of a saved SQL snippet. |
| `METABASE_UPDATE_PULSE` | Update Pulse | Tool to update an existing pulse (scheduled report/subscription) by ID. Use when you need to modify pulse settings like name, cards, channels, or skip_if_empty behavior. |
| `METABASE_UPDATE_TABLE_BY_ID` | Update Table by ID | Tool to update a Table in Metabase by its ID. Use when you need to modify table metadata such as display name, description, visibility, or other table properties. |
| `METABASE_UPDATE_TABLE_FIELDS_ORDER` | Update Table Fields Order | Tool to reorder fields in a Metabase table. Use when you need to change the display order of table fields. Provide an array of all active field IDs in the desired order. |
| `METABASE_UPDATE_TIMELINE` | Update Timeline | Tool to update a Metabase timeline by its ID. Use when you need to modify timeline properties like name, description, icon, or archive status. Returns the updated timeline object without events. Archiving a timeline will cascade archive all associated events. |
| `METABASE_UPDATE_TIMELINE_EVENT` | Update Timeline Event | Tool to update an existing Metabase timeline event by its ID. Use when you need to modify the name, description, timestamp, icon, or other properties of a timeline event. Returns the updated event object with the new updated_at timestamp. |

## Supported Triggers

None listed.

## Creating MCP Server - Stand-alone vs Composio SDK

Once connected, VS Code can access the Metabase MCP server via Composio to run the app actions you authorize, directly from your coding workflow.

## Complete Code

None listed.

## Conclusion

### Way Forward
Now that Metabase is connected, extend your setup by connecting the other apps you already use every day, so your agent can run true cross-app workflows end to end.
- Connect Calendar to turn threads into scheduled meetings automatically.
- Connect Slack or Teams to post summaries, approvals, and alerts where your team works.
- Connect Notion, Linear, Jira, or Asana to convert requests into tickets, tasks, and docs.
- Connect Drive, Dropbox, or OneDrive to fetch, file, and share attachments without manual steps.
- Connect HubSpot or Salesforce to log customer context, update records, and draft follow-ups.
Start with one workflow you do repeatedly, then keep adding apps as you find new handoffs. With everything behind a single MCP endpoint, your agent can coordinate multiple tools safely and reliably in one conversation.

## How to build Metabase MCP Agent with another framework

- [ChatGPT](https://composio.dev/toolkits/metabase/framework/chatgpt)
- [OpenAI Agents SDK](https://composio.dev/toolkits/metabase/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/metabase/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/metabase/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/metabase/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/metabase/framework/codex)
- [Cursor](https://composio.dev/toolkits/metabase/framework/cursor)
- [OpenCode](https://composio.dev/toolkits/metabase/framework/opencode)
- [OpenClaw](https://composio.dev/toolkits/metabase/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/metabase/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/metabase/framework/cli)
- [Google ADK](https://composio.dev/toolkits/metabase/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/metabase/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/metabase/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/metabase/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/metabase/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/metabase/framework/crew-ai)

## Related Toolkits

- [Firecrawl](https://composio.dev/toolkits/firecrawl) - Firecrawl automates large-scale web crawling and data extraction. It helps organizations efficiently gather, index, and analyze content from online sources.
- [Tavily](https://composio.dev/toolkits/tavily) - Tavily offers powerful search and data retrieval from documents, databases, and the web. It helps teams locate and filter information instantly, saving hours on research.
- [Exa](https://composio.dev/toolkits/exa) - Exa is a data extraction and search platform for gathering and analyzing information from websites, APIs, or databases. It helps teams quickly surface insights and automate data-driven workflows.
- [Serpapi](https://composio.dev/toolkits/serpapi) - SerpApi is a real-time API for structured search engine results. It lets you automate SERP data collection, parsing, and analysis for SEO and research.
- [Peopledatalabs](https://composio.dev/toolkits/peopledatalabs) - Peopledatalabs delivers B2B data enrichment and identity resolution APIs. Supercharge your apps with accurate, up-to-date business and contact data.
- [Snowflake](https://composio.dev/toolkits/snowflake) - Snowflake is a cloud data warehouse built for elastic scaling, secure data sharing, and fast SQL analytics across major clouds.
- [Posthog](https://composio.dev/toolkits/posthog) - PostHog is an open-source analytics platform for tracking user interactions and product metrics. It helps teams refine features, analyze funnels, and reduce churn with actionable insights.
- [Amplitude](https://composio.dev/toolkits/amplitude) - Amplitude is a digital analytics platform for product and behavioral data insights. It helps teams analyze user journeys and make data-driven decisions quickly.
- [Bright Data MCP](https://composio.dev/toolkits/brightdata_mcp) - Bright Data MCP is an AI-powered web scraping and data collection platform. Instantly access public web data in real time with advanced scraping tools.
- [Browseai](https://composio.dev/toolkits/browseai) - Browseai is a web automation and data extraction platform that turns any website into an API. It's perfect for monitoring websites and retrieving structured data without manual scraping.
- [ClickHouse](https://composio.dev/toolkits/clickhouse) - ClickHouse is an open-source, column-oriented database for real-time analytics and big data processing using SQL. Its lightning-fast query performance makes it ideal for handling large datasets and delivering instant insights.
- [Coinmarketcal](https://composio.dev/toolkits/coinmarketcal) - CoinMarketCal is a community-powered crypto calendar for upcoming events, announcements, and releases. It helps traders track market-moving developments and stay ahead in the crypto space.
- [Control d](https://composio.dev/toolkits/control_d) - Control d is a customizable DNS filtering and traffic redirection platform. It helps you manage internet access, enforce policies, and monitor usage across devices and networks.
- [Databox](https://composio.dev/toolkits/databox) - Databox is a business analytics platform that connects your data from any tool and device. It helps you track KPIs, build dashboards, and discover actionable insights.
- [Databricks](https://composio.dev/toolkits/databricks) - Databricks is a unified analytics platform for big data and AI on the lakehouse architecture. It empowers data teams to collaborate, analyze, and build scalable solutions efficiently.
- [Datagma](https://composio.dev/toolkits/datagma) - Datagma delivers data intelligence and analytics for business growth and market discovery. Get actionable market insights and track competitors to inform your strategy.
- [Delighted](https://composio.dev/toolkits/delighted) - Delighted is a customer feedback platform based on the Net Promoter System®. It helps you quickly gather, track, and act on customer sentiment.
- [Dovetail](https://composio.dev/toolkits/dovetail) - Dovetail is a research analysis platform for transcript review and insight generation. It helps teams code interviews, analyze feedback, and create actionable research summaries.
- [Dub](https://composio.dev/toolkits/dub) - Dub is a short link management platform with analytics and API access. Use it to easily create, manage, and track branded short links for your business.
- [Elasticsearch](https://composio.dev/toolkits/elasticsearch) - Elasticsearch is a distributed, RESTful search and analytics engine for all types of data. It delivers fast, scalable search and powerful analytics across massive datasets.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Metabase MCP?

With a standalone Metabase MCP server, the agents and LLMs can only access a fixed set of Metabase tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Metabase and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with VS Code?

Yes, you can. VS Code fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Metabase tools.

### Can I manage the permissions and scopes for Metabase while using Tool Router?

Yes, absolutely. You can configure which Metabase scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Metabase data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
