mcpbeat Sign in

Trustmodel MCP Server

by karlmehta Your server? Claim it
local only

Trustmodel MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 14 Aug 2026.

Score any AI for trust across 10 dimensions; evaluate, monitor & govern LLMs and agents.

Installs per day peak 16 · avg 6 · +65% w/w
a month agotoday
40
Installs / week
npm · @trustmodel/mcp-server
1
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
preinstall: node bin/check-node.mjs
File ships in the package but is absent from the source [пакет] bin/check-node.mjs:1, [пакет] bin/trustmodel-mcp.mjs:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add trustmodel-mcp -- npx -y @trustmodel/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trustmodel-mcp": {
      "args": [
        "-y",
        "@trustmodel/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trustmodel-mcp]
command = "npx"
args = ["-y", "@trustmodel/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "trustmodel-mcp": {
      "args": [
        "-y",
        "@trustmodel/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trustmodel-mcp": {
      "args": [
        "-y",
        "@trustmodel/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TRUSTMODEL_API_KEY (TrustModel API key (get one at https://trustmodel.ai)), TRUSTMODEL_BASE_URL (Override the TrustModel API base URL (optional)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Trustmodel MCP

same job, measured the same way
Okareo
by okareo

Simulation, evaluation and monitoring for voice agents.

answering
Orq.ai
by orq

Build and monitor LLM apps on Orq.ai: AI gateway, agents, prompts, evals, traces.

answering
iGods GEO Visibility Tool (GVT)
by igods

GEO visibility tests, score trends, sitemap discovery, and domain monitoring for AI agents.

19 tools answering
Agent Watch
by entradox

Monitoring for the agent economy — liveness, latency, trust scoring for MCP endpoints

8 tools answering
Dobby
by gil-dobby

Connect, monitor, and control AI agents — tasks, approvals, schedules, and governance.

58 installs/wk answering
Carrierscore
by carrierscore

FMCSA motor-carrier risk scores, monitoring, and carrier-selection evidence reports for AI agents.

8 tools answering
MCP Prowl
by opcastil11

Discover, evaluate, and compare SaaS APIs. Agent-verified scores and metrics.

24 installs/wk local only
MCP Kafka
by dockndevai

Apache Kafka monitoring & management for AI agents (with consumer lag) — governed.

322 installs/wk local only

Trustmodel MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Trustmodel MCP?
Trustmodel MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @trustmodel/mcp-server was installed 40 times last week.
How do I connect Trustmodel MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @trustmodel/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Trustmodel MCP?
The npm package @trustmodel/mcp-server was installed 40 times in the last week. Week over week that is +65%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Trustmodel MCP open source?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.