
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@atlasyield/mcp
Advanced tools
Read-only MCP server for the AtlasYield judgment layer: vault scores, coverage, route survival, open alerts. No custody, no execution.
Read-only MCP server for the AtlasYield judgment layer. Six tools, no key, no custody, no execution: an agent asks for judgment and is told when a route is unsafe.
| Tool | Answers |
|---|---|
get_vault_score | Latest 16-factor Atlas Score for one vault (composite, label, 4 pillars, live APY/TVL). |
get_coverage | What is scored right now: vault count, TVL, score spread, by protocol and chain. |
check_route_survival | Can a deposit be exited at size, measured today? blocking:true means refuse. |
list_open_alerts | Open blowup-monitor alerts from the published daily snapshot. |
explain_vault_score | Why: all 16 factors by pillar (sub-score, weight, raw input, label) and the three weakest. |
compare_vaults | 2-8 vaults side by side, ranked by composite; unscored ones stay visible as found:false. |
Data comes from the public API https://api.atlasyield.club/v1 and the published score
history https://github.com/gveshk/atlasyield-score-history. Scored every 4 hours, snapshot
published daily. Research and information, not investment advice.
Claude Code:
claude mcp add atlasyield -- npx -y @atlasyield/mcp
Claude Desktop / Cursor / any stdio client (mcp.json or claude_desktop_config.json):
{
"mcpServers": {
"atlasyield": { "command": "npx", "args": ["-y", "@atlasyield/mcp"] }
}
}
From a checkout: npm install && npm run build then use "command": "node", "args": ["<checkout>/dist/index.js"].
Docker: docker build -t atlasyield-mcp . then "command": "docker", "args": ["run", "-i", "--rm", "atlasyield-mcp"].
Is Morpho WETH on Base (0x09832347586e238841f49149c84d121bc2191c53) safe to enter at $10k?
The agent calls get_vault_score, then check_route_survival. A NO_ROUTE verdict comes
back as blocking: true and a plain-English refusal.
Without an MCP client: npm run build && node scripts/smoke.mjs check_route_survival '{"chainId":8453,"address":"0x..."}'
speaks raw JSON-RPC to the binary over stdio.
ATLAS_API_BASE — override the API base (default https://api.atlasyield.club/v1)ATLAS_SNAPSHOT_BASE — override the score-history raw baseNo deposit, sign, or send tool exists here and none will be added. Execution, if offered, is a
separate API with its own guards (recipient-safety, assertRouteValue) — never an MCP tool.
Docs: https://docs.atlasyield.club/api-reference/mcp · Licence: MIT · Data licence: https://atlasyield.club/data-license
FAQs
Read-only MCP server for the AtlasYield judgment layer: vault scores, coverage, route survival, open alerts. No custody, no execution.
We found that @atlasyield/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.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.