HomeSecurity › trustscoreagent

trustscoreagent

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

Official TypeScript Cloud
★ 0 stars Last pushed 2026-09-23 License: Apache-2.0

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y @trustscoreagent/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "trustscoreagent": {
      "command": "npx",
      "args": [
        "-y",
        "@trustscoreagent/[email protected]"
      ],
      "env": {
        "TRUSTSCORE_API_URL": "<YOUR_VALUE>",
        "TRUSTSCORE_AGENT_DID": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry