
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@scoutscore/mcp-server
Advanced tools
ScoutScore MCP Server - Trust scoring for AI agents via Model Context Protocol. Monitor x402 service reliability before payments.
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 17 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.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

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