
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.
@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).
The npm package @scoreflow/mcp receives a total of 25 weekly downloads. As such, @scoreflow/mcp popularity was classified as not popular.
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.
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.