Analytics
sidecardata.com
Provides catalog overview, repository context, knowledge base access, and asset resolution for data management.
ENDPOINT 1
https://service-mcp.sidecardata.com/sidecar/mcp
MCP server metadata
- Name
- sidecar-mcp
- Version
- 0.1.0.tools-v10
Sidecar is a data catalog covering dbt, Snowflake, BigQuery, Looker, and more. Use it whenever a user mentions a specific table, model, view, or dashboard by name. Call `get_catalog_overview` to discover what tools, asset types, and tags exist for this customer. Call `resolve_asset_id` to look up a specific asset and get its schema, columns, and Sidecar asset identifier. Call `advanced_search` to find assets by identifier (with wildcards), keyword, semantic similarity, or hybrid. Call `describe_asset` to fetch detailed information about an asset — overview, columns, tests, tickets, slack. Pass the Sidecar asset identifier to lineage and impact tools. Call `get_column_lineage` to trace column-level lineage for a specific column of an asset. Call `list_knowledge_base_files` to browse the customer's knowledge base (playbooks, metric definitions, nuances). Call `get_knowledge_base_file_content` to read a specific knowledge base document. Optional development guides are available as MCP resources under sidecar://skills/.
Known tools 10
get_catalog_overviewGet a summary of everything available in this customer's Sidecar catalog.
Inferred read-onlyget_context_repoReturn the clean OSI semantic contract currently deployed to this MCP token's Context Garage surface.
Inferred read-onlyget_knowledge_base_file_contentFetch the full text content of a file from the customer's knowledge base.
Inferred read-onlyresolve_asset_idLook up any data asset by name across the full catalog (dbt, Snowflake, BigQuery, Looker, etc.
Inferred read-onlyinspect_lineage_detailsTrace the full data lineage for an asset — both upstream sources and downstream consumers.
Inferred read-onlycalculate_downstream_impactFind everything downstream of a data asset — tables, dashboards, and reports that would break or be affected if this asset changes.
Inferred read-onlyget_column_lineageTrace column-level lineage — which upstream columns feed into a column and which downstream columns consume it.
Inferred read-onlyadvanced_searchSearch for data assets using identifier matching, keyword search, semantic similarity, or hybrid fusion.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sidecar-mcp]
url = "https://service-mcp.sidecardata.com/sidecar/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sidecar-mcp": {
"type": "http",
"url": "https://service-mcp.sidecardata.com/sidecar/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sidecar-mcp
Remote MCP URL: https://service-mcp.sidecardata.com/sidecar/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sidecar-mcp": {
"url": "https://service-mcp.sidecardata.com/sidecar/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sidecar-mcp": {
"type": "http",
"url": "https://service-mcp.sidecardata.com/sidecar/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sidecar-mcp",
"transport": "streamable-http",
"url": "https://service-mcp.sidecardata.com/sidecar/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.