
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@scoutscore/mcp-server
Advanced tools
ScoutScore MCP server - Agent trust intelligence tools for Claude Desktop, Cursor, and ChatGPT
MCP (Model Context Protocol) server for ScoutScore - Agent Trust Intelligence.
Gives Claude Desktop, Cursor, ChatGPT, and any MCP-compatible client the ability to look up trust scores, fidelity checks, and ecosystem data for AI agent services.
| Tool | Description |
|---|---|
check_trust | Look up trust score, dimensions, flags, and recommendation for a service domain |
check_fidelity | Check whether a service's actual responses match its advertised contract |
get_ecosystem_stats | Get aggregate stats about the ScoutScore ecosystem (total services, pricing, schema coverage) |
search_services | Search and browse the service leaderboard with keyword and category filters |
scan_skill | Scan a GitHub-hosted AI skill/plugin/tool for trust and safety |
Add to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"scoutscore": {
"command": "npx",
"args": ["-y", "@scoutscore/mcp-server"]
}
}
}
Add to your .cursor/mcp.json (project-level) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"scoutscore": {
"command": "npx",
"args": ["-y", "@scoutscore/mcp-server"]
}
}
}
ChatGPT supports MCP servers via the desktop app. Go to Settings > MCP Servers > Add Server and enter:
npx-y @scoutscore/mcp-serverAdd to your project's .mcp.json:
{
"mcpServers": {
"scoutscore": {
"command": "npx",
"args": ["-y", "@scoutscore/mcp-server"]
}
}
}
Run the server directly:
npx @scoutscore/mcp-server
Or install globally:
npm install -g @scoutscore/mcp-server
scoutscore-mcp
Once configured, you can ask your AI assistant things like:
# Install dependencies
cd packages/mcp-server
npm install
# Build
npm run build
# Run tests
npm test
# Run live API integration tests
npm run test:live
# Start the server (for testing with an MCP client)
node dist/index.js
This MCP server wraps the public ScoutScore API at https://scoutscore.ai. No API key is required - all endpoints are free tier. The server communicates over stdio using the Model Context Protocol, making it compatible with any MCP client.
MIT
FAQs
ScoutScore MCP Server - Trust scoring for AI agents via Model Context Protocol. Monitor x402 service reliability before payments.
The npm package @scoutscore/mcp-server receives a total of 11 weekly downloads. As such, @scoutscore/mcp-server popularity was classified as not popular.
We found that @scoutscore/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.
Did you know?

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.