
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@scoreflow/mcp
Advanced tools
Scoreflow MCP server — query your level, XP, leaderboard, and profile from any MCP-compatible client (Claude Code, Claude Desktop).
Read-only Model Context Protocol server for Scoreflow — query your level, XP, achievements, and the global leaderboard from any MCP-compatible client (Claude Code, Claude Desktop, Cursor, Zed).
If you already ran scoreflow init, the MCP server is registered automatically. Otherwise:
# Claude Code (user scope — available in every project)
claude mcp add scoreflow --scope user -- npx -y @scoreflow/mcp
For Claude Desktop, add this to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the equivalent on other OSes:
{
"mcpServers": {
"scoreflow": {
"command": "npx",
"args": ["-y", "@scoreflow/mcp"]
}
}
}
| Tool | Auth | Description |
|---|---|---|
scoreflow_status | yes | Your current level, XP, tier, skills, and achievements. |
scoreflow_leaderboard | yes | Global top-N by XP (default 20, max 100). |
scoreflow_profile | no | Any user's public profile by handle (scoreflow.dev/u/<handle>). |
scoreflow_explain_ccs | no | Breakdown of the Craftsmanship Score components. |
The MCP server loads the bearer token from ~/.scoreflow/config.json — the same file written by @scoreflow/cli during scoreflow init. Run that first.
Alternatively, set SCOREFLOW_API_TOKEN and SCOREFLOW_API_URL in your MCP client's env block for a token-only setup.
MIT. Infinite Labs OÜ.
FAQs
Scoreflow MCP server — query your level, XP, leaderboard, and profile from any MCP-compatible client (Claude Code, Claude Desktop).
We found that @scoreflow/mcp 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.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.