mcpbeat Sign in

Trustscoreagent MCP Server

by trustscoreagent Your server? Claim it
local only

Trustscoreagent runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 17 Sep 2026.

Check the reputation of AI microservices and public APIs from an open trust registry.

Installs per day peak 168 · avg 13 · +2% w/w
a month agotoday
47
Installs / week
npm · @trustscoreagent/mcp-server
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
C#

Nothing serious here today

Today is the operative word: we check Trustscoreagent every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp-server -- npx -y @trustscoreagent/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@trustscoreagent/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@trustscoreagent/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@trustscoreagent/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@trustscoreagent/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TRUSTSCORE_API_URL (Base URL of the TrustScore registry. Defaults to the public production API; override only for a self-hosted or staging instance.), TRUSTSCORE_AGENT_DID (Optional stable agent DID used when submitting ratings. If omitted, a local anonymous DID is generated and persisted on first use.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Trustscoreagent

same job, measured the same way
HVTracker MCP
by yugantm

Pre-connect trust checks for AI agents and MCP servers using HVTracker's public trust registry.

63 installs/wk 8 tools answering
Registry MCP
by remote-mcp

An MCP server that serves informtaion from the official MCP registry

2 tools answering
I
Azure Verified Modules (AVM) MCP Server
by stefanstranger

Discover and explore Azure Verified Modules from the Bicep Public Registry

133 installs/wk local only
Nyc Restroom MCP
by danielortiz0220

Find NYC public restrooms and their latest Parks inspection status, from NYC Open Data

44 installs/wk local only
mcp-trust
by saagpatel

Check the danger grade of any public MCP server before you connect.

88 installs/wk local only
mcp-anything
by dror-bengal

Meta-MCP gateway: search, inspect and call any MCP server from the public registries.

68 installs/wk local only
Basedagents
by maxfain

Search, verify, and manage AI agents on the BasedAgents identity and reputation registry.

33 installs/wk local only
Search MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

121 installs/wk local only

Trustscoreagent — questions

Answers built from our own checks of this server.

Why is there no uptime for Trustscoreagent?
Trustscoreagent 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 @trustscoreagent/mcp-server was installed 47 times last week.
How do I connect Trustscoreagent?
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 @trustscoreagent/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Trustscoreagent?
The npm package @trustscoreagent/mcp-server was installed 47 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Trustscoreagent open source?
Yes — it is published under the Apache-2.0 licence, written in C# and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.