
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@trustscoreagent/mcp-server
Advanced tools
MCP server for TrustScoreAgent — check reputation of AI microservices
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.
| Tool | Purpose |
|---|---|
check_reputation | Get 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_rating | Rate a service after calling it, from your interaction metrics (status code, latency, schema validity, optional quality score and receipt). |
list_services | Discover rated services sorted by trust score, with score/ratings filters. |
npm install -g @trustscoreagent/mcp-server
Add it to your MCP client (e.g. Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"trustscoreagent": {
"command": "trustscoreagent-mcp"
}
}
}
| Variable | Default | Description |
|---|---|---|
TRUSTSCORE_API_URL | production API | Base URL of the TrustScoreAgent API. |
TRUSTSCORE_AGENT_DID | auto-generated | Stable identifier for this agent. If unset, a unique id is generated on first run and stored in ~/.trustscoreagent/agent-id. |
npm install
npm run build # compile TypeScript to dist/
npm run dev # run from source with tsx
Apache-2.0 — see LICENSE.
FAQs
MCP server for TrustScoreAgent: check the reputation of AI microservices before calling them
We found that @trustscoreagent/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.