MCP Server
MCP
io.github.trustscoreagent/mcp-server
Check the reputation of AI microservices and public APIs from an open trust registry.
Install
npx -y @trustscoreagent/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@trustscoreagent/mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the TrustScore registry. Defaults to the public production API; override only for a self-hosted or staging instance.",
"default": "https://api.trustscoreagent.com",
"name": "TRUSTSCORE_API_URL"
},
{
"description": "Optional stable agent DID used when submitting ratings. If omitted, a local anonymous DID is generated and persisted on first use.",
"name": "TRUSTSCORE_AGENT_DID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment