trustwiseai
MCP Servertrustwiseaipublic

trustwise mcp server

Trustwise MCP servers.

Repository Info

4
Stars
0
Forks
4
Watchers
0
Issues
Python
Language
Apache License 2.0
License

About This Server

Trustwise MCP servers.

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

🦉 Trustwise MCP Server

The Trustwise MCP Server is a Model Context Protocol (MCP) server that provides a suite of advanced evaluation tools for AI safety, alignment, and performance. It enables developers and AI tools to programmatically assess the quality, safety, and cost of LLM outputs using Trustwise's industry-leading metrics.

💡 Use Cases

  • Evaluating the safety and reliability of LLM responses.
  • Measuring alignment, clarity, and helpfulness of AI-generated content.
  • Estimating the carbon footprint and cost of model inference.
  • Integrating robust evaluation into AI pipelines, agents, or orchestration frameworks.

🛠️ Prerequisites

  • A Trustwise API Key (get one here)
  • Docker; Follow the install instructions

📦 Installation & Running

Claude Desktop

To connect the Trustwise MCP Server to Claude Desktop, add the following configuration to your Claude Desktop settings:

{
  "mcpServers": {
    "trustwise": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "TW_API_KEY",
        "ghcr.io/trustwiseai/trustwise-mcp-server:latest"
      ],
      "env": {
        "TW_API_KEY": "<YOUR_TRUSTWISE_API_KEY>"
      }
    }
  }
}

To point to a specific Trustwise Instance - under env, also set the following optional environment variable:

TW_BASE_URL: "<YOUR_TRUSTWISE_INSTANCE_URL>"

e.g "TW_BASE_URL": "https://api.yourdomain.ai"

Cursor

To connect the Trustwise MCP Server to cursor, add the following configuration to your cursor settings:

{
  "mcpServers": {
    "trustwise": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "TW_API_KEY",
        "-e",
        "TW_BASE_URL",
        "ghcr.io/trustwiseai/trustwise-mcp-server:latest"
      ],
      "env": {
        "TW_API_KEY": "<YOUR_TRUSTWISE_API_KEY>"
      }
    }
  }
}

Replace <YOUR_TRUSTWISE_API_KEY> with your actual Trustwise API key.

🧰 Tools

The Trustwise MCP Server exposes the following tools (metrics). Each tool can be called with the specified arguments to evaluate a model response.

🛡️ Trustwise Metrics

Tool NameDescription
faithfulness_metricEvaluate the faithfulness of a response to its context
answer_relevancy_metricEvaluate relevancy of a response to the query
context_relevancy_metricEvaluate relevancy of context to the query
pii_metricDetect PII in a response
prompt_injection_metricDetect prompt injection risk
summarization_metricEvaluate summarization quality
clarity_metricEvaluate clarity of a response
formality_metricEvaluate formality of a response
helpfulness_metricEvaluate helpfulness of a response
sensitivity_metricEvaluate sensitivity of a response
simplicity_metricEvaluate simplicity of a response
tone_metricEvaluate tone of a response
toxicity_metricEvaluate toxicity of a response
refusal_metricDetect refusal to answer or comply with the query
completion_metricEvaluate completion of the query’s instruction
adherence_metricEvaluate adherence to a given policy or instruction
stability_metricEvaluate stability (consistency) of multiple responses
carbon_metricEstimate carbon footprint of a response
cost_metricEstimate cost of a response

For more examples and advanced usage, see the official Trustwise SDK.

📄 License

This project is licensed under the terms of the MIT open source license. See LICENSE for details.

🔒 Security

  • Do not commit secrets or API keys.
  • This repository is public; review all code and documentation for sensitive information before pushing.

Quick Start

1

Clone the repository

git clone https://github.com/trustwiseai/trustwise-mcp-server
2

Install dependencies

cd trustwise-mcp-server
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownertrustwiseai
Repotrustwise-mcp-server
LanguagePython
LicenseApache License 2.0
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation