
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.
Jeero MCP is a local Model Context Protocol server for Jeero subscriptions and event data. It synchronizes with Mother and keeps its local event cache in SQLite; it does not require WordPress or a hosted MCP service.
Use Node.js 20 or later and configure your MCP client to run the published package:
{
"mcpServers": {
"jeero": {
"command": "npx",
"args": ["-y", "jeero-mcp"]
}
}
}
The server communicates over stdio. Do not write application logs to stdout.
Create a subscription with create_subscription. Mother first returns its Ticketing solution field; set that value with config_subscription, which returns the connector-specific fields. Send those completed settings through config_subscription. One subscription can be the default; tools use it when subscription is omitted. Multiple active subscriptions are supported.
get_events synchronizes the selected subscriptions at most once a minute. While the server is running, active subscriptions are also checked every minute. Use sync_subscription or sync_subscriptions with force: true when an immediate refresh is needed.
list_subscriptions, create_subscription, get_subscription, config_subscription, set_default_subscription, activate_subscription, deactivate_subscriptionsync_subscription, sync_subscriptionsget_events, get_event, list_event_categories, get_ticket_snapshots, get_logsBy default Jeero MCP stores its SQLite cache and persistent site identity in ~/.jeero-mcp/. Keep that directory private: the identity is used for Mother requests.
| Variable | Purpose |
|---|---|
JEERO_DATA_DIR | Override the local data directory. |
JEERO_SITE_URL | Stable local site identifier; defaults to the machine hostname. |
JEERO_MOTHER_BASE_URL | Override Mother’s base URL, for example for staging. |
JEERO_NO_OF_ITEMS_PER_PICKUP | Limit inbox items requested per sync. |
JEERO_LOG_MOTHER | Enable Mother request tracing with true, 1, yes, or on. |
JEERO_LOG_MOTHER_FILE | Override the trace log path. |
Mother remains the upstream source of truth. Jeero MCP stores processed event records and synchronization state, not raw inbox payloads.
npm install
npm test
npm pack --dry-run
The tag-based publish workflow requires an explicit repository release approval before a version tag can publish.
FAQs
Local Jeero MCP server backed by Mother and SQLite.
The npm package jeero-mcp receives a total of 69 weekly downloads. As such, jeero-mcp popularity was classified as not popular.
We found that jeero-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.