@coretext-ai/qa-gainsight-b3c4d5e6-f7a8-4901-a234-345678901234
v1.0.4
Published
MCP server with gainsight integration
Readme
gainsight-mcp-server
MCP server with gainsight integration
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 15 tools across 1 integrations:
Gainsight Tools
- gainsight_insert_company: Insert one or more company records into Gainsight (up to 50 records per call)
- gainsight_update_company: Update existing company records using specified key fields for matching
- gainsight_query_company: Query company records with filtering and pagination
- gainsight_delete_company: Delete a company record by its Gainsight ID
- gainsight_insert_person: Insert or update person records with company associations
- gainsight_query_person: Query person records with filtering and pagination
- gainsight_create_timeline_activity: Create a single timeline activity record
- gainsight_bulk_create_timeline_activities: Create multiple timeline activities in bulk (up to 50 activities per call)
- gainsight_update_timeline_activity: Update an existing timeline activity
- gainsight_delete_timeline_activity: Delete a timeline activity by ExternalId
- gainsight_get_job_status: Get the status of a bulk operation job
- gainsight_query_custom_object: Query records from a custom object with filtering and pagination
- gainsight_insert_custom_object: Insert records into a custom object (up to 50 records per call)
- gainsight_update_custom_object: Update records in a custom object using specified key fields for matching
- gainsight_delete_custom_object_record: Delete a record from a custom object by its Gainsight ID
Installation
npm install @coretext-ai/qa-gainsight-b3c4d5e6-f7a8-4901-a234-345678901234Environment Setup
Create a .env file with the following variables:
GAINSIGHT_ACCESS_KEY=your_gainsight_access_key_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"gainsight-mcp-server": {
"command": "npx",
"args": ["@coretext-ai/qa-gainsight-b3c4d5e6-f7a8-4901-a234-345678901234"],
"env": {
"GAINSIGHT_ACCESS_KEY": "your_gainsight_access_key_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Generated Information
- Generated at: Thu Jul 24 2025 02:59:16 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 15
