Databricks Domo Migration Accelerator MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the HTTP MCP server when using streamable HTTP. Default is '8000'. | |
| GIT_TOKEN | No | Git token for linking GitHub or Azure DevOps to create PRs from generated bundles. | |
| DOMO_INSTANCE | No | Domo instance domain (e.g., 'mycompany.domo.com') for live provider transform internals. | |
| DOMO_CLIENT_SECRET | No | Domo OAuth2 client secret for live provider. Must be set when domo_provider is 'live'. | |
| DOMO_DEVELOPER_TOKEN | No | Domo developer token for instance API access when using live provider. | |
| PSEUDO_DOMO_TRANSPORT | No | Transport protocol for the MCP server. Set to 'http' to enable streamable HTTP. Default is 'stdio'. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| domo_discoverB | Inventory the Domo tenant for a migration assessment. |
| domo_inventoryB | Typed, searchable asset inventory of the Domo estate. Domo work is organized by object type; this returns every asset with a common shape plus type-specific fields, optionally filtered. |
| domo_assessA | Assess the Domo estate: classify by data domain + source, score governance and migration complexity, and tag business value. |
| industry_model_mapA | Draft-map a Domo DataSet's columns onto a canonical industry-model table. Conforms a Domo output DataSet to the Databricks Industry Data Model ("silver") so the transpiled pipeline lands governed, standard entities rather than a like-for-like copy. |
| list_industry_modelsB | List available Databricks Industry Data Models (and their domains). |
| lakeflow_feasibilityA | Score Domo source systems for Lakeflow Connect ingestion feasibility. For each upstream source feeding the Domo estate, returns GREEN/AMBER/RED plus the recommended Databricks ingestion pattern (managed connector vs Auto Loader vs Lakebase re-platform) and a rationale — the input to sequencing the 28-source migration. |
| transpile_lineageA | Transpile one Domo lineage triplet into a Databricks SDP medallion. Runs the 6-agent transpiler (Ingest -> Parse -> Emit -> BeastMode -> Repoint -> Reconcile) over a lineage's triplet (Magic ETL + DataSet schema
|
| migration_planA | Produce the prioritized Domo->Databricks migration plan. Combines the tenant census, per-dataflow assessment, and per-source Lakeflow Connect feasibility into a wave-sequenced plan ranked by business value then migration complexity. This is the structured "assessment deliverable" a customer engagement produces. Returns waves, the governance split, source feasibility rollup, and the recommended pilot. All figures are draft-grade until live tenant data. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pete-welch-db/databricks-domo-migration-accelerator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server