io.github.enessari/metabase-ai-assistant
NPM · METABASE-AI-ASSISTANT · SCANNED AUG 3
MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security84
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (250 of 289), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (250 of 289), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 172 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability0
- Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.Unverified
Stability & Change Management0
- Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare.Unverified
Tool Coverage0
- Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.Unverified
Capabilities0
- Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake.Unverified
Unverified: 4 categories
Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · metabase-ai-assistant
claude mcp add enessari-metabase-ai-assistant -- npx -y metabase-ai-assistant
codex mcp add enessari-metabase-ai-assistant -- npx -y metabase-ai-assistant
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"enessari-metabase-ai-assistant": {
"type": "local",
"command": [
"npx",
"-y",
"metabase-ai-assistant"
],
"enabled": true
}
}
} openclaw mcp add enessari-metabase-ai-assistant --command npx --arg -y --arg metabase-ai-assistant
mcp_servers:
enessari-metabase-ai-assistant:
command: "npx"
args: ["-y", "metabase-ai-assistant"] {
"mcpServers": {
"enessari-metabase-ai-assistant": {
"command": "npx",
"args": [
"-y",
"metabase-ai-assistant"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +29
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Security disclosure: fail → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
- Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet. functional
- Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
- Licence: Apache-2.0 functional
- 31 Jul 26 −19
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 28 Jul 26 0
- Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess. functional
- Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess. functional
- 27 Jul 26 24
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 250 packages
250 packages in the resolved dependency tree · 244 deprecated · 81 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
mb_question_create_parametric ~124
Create a parametric question with filters, variables, and dynamic queries - supports date ranges, dropdowns, and field filters
| Name | Type | Req | Description |
|---|---|---|---|
| collection_id | number | — | Collection ID to save question to (optional) |
| database_id | number | yes | Database ID |
| description | string | — | Question description |
| name | string | yes | Question name |
| parameters | array | — | Parameter definitions for the question |
| sql | string | yes | SQL query with parameter placeholders (e.g., {{date_range}}, {{category_filter}}) |
| visualization | string | — | Chart type |
No output schema declared.
No examples provided.
mb_questions ~39
Browse saved questions and charts in Metabase - filter by collection to find specific reports
| Name | Type | Req | Description |
|---|---|---|---|
| collection_id | number | — | Filter by collection ID (optional) |
No output schema declared.
No examples provided.
mb_relationships_create ~63
Create virtual relationships in Metabase model - enables cross-table queries and improved dashboard capabilities
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | — | Confirm that relationships have been reviewed |
| database_id | number | yes | Database ID |
| relationships | array | yes | Array of confirmed relationships to create |
No output schema declared.
No examples provided.
mb_search ~71
Search across all Metabase items (cards, dashboards, collections, tables)
| Name | Type | Req | Description |
|---|---|---|---|
| collection_id | number | — | Search within specific collection |
| limit | number | — | Maximum results to return |
| models | array | — | Filter by item types (default: all) |
| query | string | yes | Search query text |
No output schema declared.
No examples provided.
mb_segment_create ~64
Create a segment (reusable filter) for a table
| Name | Type | Req | Description |
|---|---|---|---|
| definition | object | yes | MBQL filter definition |
| description | string | — | Segment description |
| name | string | yes | Segment name |
| table_id | number | yes | Table ID to create segment for |
No output schema declared.
No examples provided.
mb_segment_list ~27
List all segments
| Name | Type | Req | Description |
|---|---|---|---|
| table_id | number | — | Filter by table ID (optional) |
No output schema declared.
No examples provided.
mb_table_metadata ~68
Get or update table metadata including display name, description, and visibility
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Table description |
| display_name | string | — | Human-readable display name |
| table_id | number | yes | Table ID to get/update |
| visibility_type | string | — | Table visibility type |
No output schema declared.
No examples provided.
mb_user_create ~87
Create a new Metabase user
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | User email address (also used as login) | |
| first_name | string | yes | User first name |
| group_ids | array | — | Array of permission group IDs to assign |
| last_name | string | yes | User last name |
| password | string | — | Initial password (optional, will send invite email if not provided) |
No output schema declared.
No examples provided.
mb_user_disable ~30
Disable (deactivate) a user account
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | number | yes | User ID to disable |
No output schema declared.
No examples provided.
mb_user_get ~29
Get detailed information about a specific user
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | number | yes | User ID to retrieve |
No output schema declared.
No examples provided.
mb_user_list ~44
List all Metabase users with filtering options
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | Filter by permission group ID (optional) |
| status | string | — | Filter by user status |
No output schema declared.
No examples provided.
mb_user_update ~83
Update an existing user
| Name | Type | Req | Description |
|---|---|---|---|
| string | — | New email address | |
| first_name | string | — | New first name |
| group_ids | array | — | New permission group IDs |
| is_superuser | boolean | — | Set superuser status |
| last_name | string | — | New last name |
| user_id | number | yes | User ID to update |
No output schema declared.
No examples provided.
mb_visualization_recommend ~64
AI-powered visualization recommendation based on query results and data types
| Name | Type | Req | Description |
|---|---|---|---|
| data_sample | object | — | Sample data to analyze (optional if question_id provided) |
| purpose | string | — | Purpose of the visualization |
| question_id | number | yes | Question ID to analyze |
No output schema declared.
No examples provided.
mb_visualization_settings ~63
Get or update visualization settings for a question (chart type, colors, labels, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| display | string | — | Chart display type |
| question_id | number | yes | Question ID to get/update visualization for |
| settings | object | — | Visualization settings object |
No output schema declared.
No examples provided.
parametric_dashboard_create ~98
Create dashboard with parametric questions and shared filters
| Name | Type | Req | Description |
|---|---|---|---|
| collection_id | number | — | Collection ID to save dashboard to |
| database_id | number | yes | Database ID to create dashboard in |
| description | string | — | Dashboard description |
| filters | object | — | Dashboard-level filters |
| layout | array | — | Layout configuration for questions |
| name | string | yes | Dashboard name |
| questions | array | yes | Array of question configurations |
No output schema declared.
No examples provided.
parametric_question_create ~115
Create parametric question with date, text search, and category filters
| Name | Type | Req | Description |
|---|---|---|---|
| collection_id | number | — | Collection ID to save question to |
| database_id | number | yes | Database ID to create question in |
| description | string | — | Question description |
| name | string | yes | Question name |
| parameters | object | yes | Parameter definitions with types and defaults |
| question_type | string | — | — |
| sql_template | string | yes | SQL template with parameter placeholders (e.g., {{date_range}}, {{search_term}}) |
No output schema declared.
No examples provided.
parametric_template_preset ~84
Create parametric question from preset templates (date range analysis, category filter, text search, period comparison)
| Name | Type | Req | Description |
|---|---|---|---|
| collection_id | number | — | Collection ID to save question to |
| config | object | yes | Configuration for the preset template |
| database_id | number | yes | Database ID to create question in |
| preset_type | string | yes | Preset template type |
No output schema declared.
No examples provided.
sql_execute ~52
Run SQL queries against database - supports SELECT, DDL with security controls, returns formatted results
| Name | Type | Req | Description |
|---|---|---|---|
| database_id | number | yes | Database ID to execute query against |
| sql | string | yes | SQL query to execute |
No output schema declared.
No examples provided.
web_explore_metabase_docs ~91
Comprehensively explore Metabase documentation - crawls main docs and discovers all available sections, APIs, and guides
| Name | Type | Req | Description |
|---|---|---|---|
| depth | number | — | Crawling depth (1=main sections, 2=subsections, 3=deep crawl) |
| focus_areas | array | — | Specific areas to focus on during exploration |
| include_examples | boolean | — | Include code examples and API samples |
No output schema declared.
No examples provided.
web_fetch_metabase_docs ~69
Fetch specific Metabase documentation page for API details, best practices, and feature information
| Name | Type | Req | Description |
|---|---|---|---|
| search_terms | string | — | Specific terms to search in documentation |
| topic | string | yes | Documentation topic to fetch (e.g., "dashboard-api", "questions", "parameters", "charts") |
No output schema declared.
No examples provided.
web_metabase_api_reference ~66
Get comprehensive Metabase API reference with endpoints, parameters, examples, and response formats
| Name | Type | Req | Description |
|---|---|---|---|
| auth_info | boolean | — | Include authentication and permission details |
| endpoint_category | string | — | API category to explore |
| include_examples | boolean | — | Include request/response examples |
No output schema declared.
No examples provided.
web_search_metabase_docs ~85
Search across all Metabase documentation for specific topics, APIs, or solutions - uses intelligent content analysis
| Name | Type | Req | Description |
|---|---|---|---|
| doc_type | string | — | Type of documentation to prioritize |
| max_results | number | — | Maximum number of relevant pages to return |
| query | string | yes | Search query (e.g., "dashboard API create card", "parameter filters", "embedding iframe") |
No output schema declared.
No examples provided.