← Registry

Analytics

sidecardata.com

Provides catalog overview, repository context, knowledge base access, and asset resolution for data management.

1 endpoint10 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://service-mcp.sidecardata.com/sidecar/mcp

No auth detected

MCP server metadata

Name
sidecar-mcp
Version
0.1.0.tools-v10
Capabilities
experimentalprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

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_overview

Get a summary of everything available in this customer's Sidecar catalog.

Inferred read-only
get_context_repo

Return the clean OSI semantic contract currently deployed to this MCP token's Context Garage surface.

Inferred read-only
list_knowledge_base_files

List all files in the customer's knowledge base.

Inferred read-only
get_knowledge_base_file_content

Fetch the full text content of a file from the customer's knowledge base.

Inferred read-only
resolve_asset_id

Look up any data asset by name across the full catalog (dbt, Snowflake, BigQuery, Looker, etc.

Inferred read-only
inspect_lineage_details

Trace the full data lineage for an asset — both upstream sources and downstream consumers.

Inferred read-only
calculate_downstream_impact

Find everything downstream of a data asset — tables, dashboards, and reports that would break or be affected if this asset changes.

Inferred read-only
get_column_lineage

Trace column-level lineage — which upstream columns feed into a column and which downstream columns consume it.

Inferred read-only
advanced_search

Search for data assets using identifier matching, keyword search, semantic similarity, or hybrid fusion.

Inferred read-only
describe_asset

Fetch detailed information about a data asset by its identifier.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.