🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@trustscoreagent/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trustscoreagent/mcp-server

MCP server for TrustScoreAgent — check reputation of AI microservices

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@trustscoreagent/mcp-server

MCP server for TrustScoreAgent — a free, open reputation registry for AI microservices. It lets an LLM agent check whether an external service is trustworthy before calling it, and contribute ratings afterward.

Tools

ToolPurpose
check_reputationGet the trust score (0–1), confidence, rating count and dimensional breakdown (availability, latency, conformity) of a service. Call it before using an untrusted service.
submit_ratingRate a service after calling it, from your interaction metrics (status code, latency, schema validity, optional quality score and receipt).
list_servicesDiscover rated services sorted by trust score, with score/ratings filters.

Install

npm install -g @trustscoreagent/mcp-server

Configure

Add it to your MCP client (e.g. Claude Desktop claude_desktop_config.json):

{
  "mcpServers": {
    "trustscoreagent": {
      "command": "trustscoreagent-mcp"
    }
  }
}

Environment variables

VariableDefaultDescription
TRUSTSCORE_API_URLproduction APIBase URL of the TrustScoreAgent API.
TRUSTSCORE_AGENT_DIDauto-generatedStable identifier for this agent. If unset, a unique id is generated on first run and stored in ~/.trustscoreagent/agent-id.

Develop

npm install
npm run build      # compile TypeScript to dist/
npm run dev        # run from source with tsx

License

Apache-2.0 — see LICENSE.

Keywords

mcp

FAQs

Package last updated on 11 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts