
Research
/Security News
npm Author Qix Compromised in Major Supply Chain Attack
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
@clado-ai/mcp-router
Advanced tools
A minimal Model Context Protocol (MCP) server that exposes two tools backed by the Clado router service (default: https://server.clado.ai).
npm i -g @clado-ai/mcp-router
# or run locally from source
npm ci
npm run build
# global install
clado-mcp
# or from repo
node build/index.js
The process will appear idle until an MCP host connects over stdio.
{ "name": "searchTools", "arguments": { "query": "get credits" } }
{ "name": "invokeByCladoId", "arguments": { "clado_id": "srv:clado-search-enrichment-api:get-credits", "method": "GET" } }
{ "name": "invokeByCladoId", "arguments": { "clado_id": "srv:clado-search-enrichment-api:initiate-deep-research", "method": "POST", "headers": { "Authorization": "Bearer <token>" }, "body": { "query": "staff engineers at fintechs", "limit": 10 } } }
# build output to build/
npm run build
# stdio entry (used by bin as well)
node build/index.js
npm run build && npm publish --access public
License: MIT
FAQs
Clado Model Context Protocol Server
The npm package @clado-ai/mcp-router receives a total of 1,236 weekly downloads. As such, @clado-ai/mcp-router popularity was classified as popular.
We found that @clado-ai/mcp-router 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.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.