
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.
@railhook/mcp
Advanced tools
Railhook's MCP server for stdio clients — a bridge to the remote server at /mcp
A stdio bridge to Railhook's MCP server, for clients that only start local processes, such as Claude Desktop.
Clients that support remote servers (Claude Code, Cursor) should connect to
https://railhook.io/mcp, or <your origin>/mcp when self-hosted, and skip this package. The
bridge passes tools/list and tools/call through and has no tools of its own.
Requires Node.js 18 or later.
{
"mcpServers": {
"railhook": {
"command": "npx",
"args": ["-y", "@railhook/mcp"],
"env": {
"RAILHOOK_API_KEY": "your-project-api-key"
}
}
}
}
| Variable | Required | Meaning |
|---|---|---|
RAILHOOK_API_KEY | yes | A project API key. A READ_ONLY key allows the read tools and refuses every write. |
RAILHOOK_BASE_URL | no | Default https://railhook.io. Set it to your origin when self-hosted. |
The key is sent as Authorization: Bearer <key> and is never logged.
Tools: send_event, list_endpoints, create_endpoint, list_subscriptions,
create_subscription, list_deliveries, get_delivery, replay_delivery. Each acts on the
project the key belongs to.
Full guide: https://railhook.io/docs/tools/mcp/
npm ci
npm test
npm run build
MIT
FAQs
Railhook's MCP server for stdio clients — a bridge to the remote server at /mcp
The npm package @railhook/mcp receives a total of 0 weekly downloads. As such, @railhook/mcp popularity was classified as not popular.
We found that @railhook/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.