MCP.so
ログイン

🦉 Trustwise MCP Server

@trustwiseai

🦉 Trustwise MCP Server について

Trustwise MCP servers.

基本情報

カテゴリ

その他

ライセンス

Apache-2.0

ランタイム

python

トランスポート

stdio

公開者

trustwiseai

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "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>"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is 🦉 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.

How to use 🦉 Trustwise MCP Server?

Install via Docker, then configure your MCP client (e.g., Claude Desktop or Cursor) with the env variables TW_API_KEY (required) and optionally TW_BASE_URL for a custom Trustwise instance. Use the provided JSON snippet to launch the container with the command docker run -i --rm -e TW_API_KEY ghcr.io/trustwiseai/trustwise-mcp-server:latest.

Key features of 🦉 Trustwise MCP Server

  • Provides 19 evaluation metrics covering safety, alignment, and performance.
  • Detects PII, prompt injection, toxicity, and refusal in responses.
  • Measures faithfulness, relevancy, clarity, tone, and formality.
  • Estimates carbon footprint and cost of model inference.
  • Integrates with MCP clients like Claude Desktop and Cursor.

Use cases of 🦉 Trustwise MCP Server

  • Evaluate the safety and reliability of LLM responses.
  • Measure alignment, clarity, and helpfulness of AI-generated content.
  • Estimate the carbon footprint and cost of model inference.
  • Integrate robust evaluation into AI pipelines, agents, or orchestration frameworks.

FAQ from 🦉 Trustwise MCP Server

What are the prerequisites for running the Trustwise MCP Server?

You need a Trustwise API Key (available at trustwise.ai) and Docker installed on your machine.

How do I configure it for Claude Desktop or Cursor?

Add the provided JSON snippet to your MCP client settings, setting TW_API_KEY in the env section. Optionally set TW_BASE_URL to point to a specific Trustwise instance.

What evaluation metrics does the server provide?

It offers 19 metrics, including faithfulness, answer relevancy, PII detection, prompt injection, summarization, clarity, formality, helpfulness, sensitivity, tone, toxicity, refusal, completion, adherence, stability, carbon, and cost.

Where can I find more examples and advanced usage?

See the official Trustwise SDK on PyPI for more examples and advanced usage.

コメント

「その他」の他のコンテンツ