MCP Hub
Back to servers

TS-MCP

An MCP server for conversational FHIR testing that integrates with the Touchstone platform. It enables users to launch test executions, monitor status, and retrieve detailed results through natural language commands.

Stars
1
Updated
Jan 24, 2026

TS-MCP: Touchstone MCP Server

MCP server for conversational FHIR testing with Touchstone.

Quick Start

  1. Install:

    npx github:AEGISnetInc/TS-MCP --help
    
  2. Add to Claude Code:

    claude mcp add ts-mcp -- npx github:AEGISnetInc/TS-MCP
    
  3. Authenticate:

    npx github:AEGISnetInc/TS-MCP auth
    
  4. Use in Claude Code:

    "Run the Patient-CRUD test setup"

CLI Commands

CommandDescription
npx github:AEGISnetInc/TS-MCPStart MCP server
npx github:AEGISnetInc/TS-MCP authAuthenticate with Touchstone
npx github:AEGISnetInc/TS-MCP statusShow authentication status
npx github:AEGISnetInc/TS-MCP --helpShow help

Environment Variables

VariableDefaultDescription
TOUCHSTONE_BASE_URLhttps://touchstone.aegis.netTouchstone API URL

Prerequisites

  • Node.js 18+
  • Claude Code CLI
  • Touchstone account with Test Setup configured

MCP Tools

ToolDescription
launch_test_executionStart a test run
get_test_statusCheck execution status
get_test_resultsGet detailed results

Updating

To update to the latest version:

npm cache clean --force
npx github:AEGISnetInc/TS-MCP --help

You don't need to re-run claude mcp add or re-authenticate.

Documentation

See Getting Started Guide for detailed instructions.

Development

npm install     # Install dependencies
npm run build   # Build TypeScript
npm test        # Run tests

License

Proprietary - AEGIS.net, Inc. All rights reserved.

Reviews

No reviews yet

Sign in to write a review