Skip to main content

Configure MCP Semantic Endpoint

  • January 28, 2026
  • 0 replies
  • 31 views

JTreadwell
Community Manager
Forum|alt.badge.img+5

Overview

The TimeXtender MCP Server endpoint implements the Model Context Protocol (MCP) to connect AI agents such as Claude, LM Studio, and other compatible tools directly to semantic models deployed in the TimeXtender Data Integration platform. This feature generates a JSON representation of the semantic model that MCP-compatible clients consume to understand the data warehouse schema, relationships, and business context. AI agents use this metadata to generate SQL queries, answer natural language questions, and derive actionable insights from the data warehouse. To learn more review: TimeXtender MCP Server Overview

Prerequisites

  1. Active TimeXtender Data Integration environment with Portal access
  2. TimeXtender Desktop installed on the local machine
  3. Prepare instance with accessible data warehouse
  4. Read-only database user credentials for MCP server database access
  5. Claude Desktop application or other MCP-compatible AI tool (for client connections)

Instructions

Create Deliver Instance with MCP Endpoint

  1. Navigate to the TimeXtender Portal and access your data estate
  2. Click Add endpoint
  3. Select TimeXtender MCP Server endpoint from the Endpoint type dropdown
  4. Enter a descriptive Name for the endpoint
  5. Click Add endpoint to create the deliver instance
  6. Specify the JSON file location where the semantic model JSON will be stored
    • Enter the full file path including the .json extension
    • Example: C:\SemanticModels\Sales.json
    • The file name must use only letters, numbers, hyphens (-), and underscores (_). No Spaces
  7. Configure optional View schema and Postfix settings if required
  8. Save the endpoint configuration

     

Build Semantic Model in TimeXtender Desktop

  1. Open TimeXtender Desktop and connect to your data estate
  2. Expand the Deliver instance tree and locate the MCP endpoint created above
  3. Map the fields to include in the semantic model

     

Add Contextual Descriptions

Clear, specific descriptions are critical for accurate AI queries. Go beyond labels to document business meaning, grain, date logic, filters, and usage rules. Strong metadata prevents AI from guessing, keeps metrics consistent with official reporting, and turns your semantic model into a reliable interface for analytics.

  1. Right-click a table in the semantic model and select Edit Table

     

  1. Enter a detailed Description that explains the business purpose and content of the table
    • Include information about data sources, update frequency, and business use cases
    • Example: "A consolidated list of Customers from Hubspot CRM and BusinessCentral ERP"
  2. Click OK to save the table description
  3. Right-click individual fields and select Edit Field to add field-level descriptions
  4. Enter contextual information that helps AI agents understand field meaning and usage
    • The MCP server passes these descriptions to connected AI tools for query generation accuracy
  5. Repeat for all tables and critical fields in the semantic model
     

Deploy Semantic Model

  1. Right-click the MCP endpoint in TimeXtender Desktop
  2. Select Deploy to generate the semantic model JSON file
  3. Verify the JSON file exists at the specified file location
    • The JSON file contains the complete schema, relationships, and descriptions

Next Steps