Skip to main content
Glama
slimndap

Jeero MCP

by slimndap

Jeero MCP

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.

Install

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.

Related MCP server: tg-mcp-spy

First use

Create a subscription with create_subscription, then use config_subscription to send its Jeero settings to Mother. 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.

Tools

  • Subscription management: list_subscriptions, create_subscription, get_subscription, config_subscription, set_default_subscription, activate_subscription, deactivate_subscription

  • Synchronization: sync_subscription, sync_subscriptions

  • Event data: get_events, get_event, list_event_categories, get_ticket_snapshots, get_logs

Local data and configuration

By 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.

Development

npm install
npm test
npm pack --dry-run

Before a production release, verify that the Mother authorizer protects every subscription and inbox route and enforces ownership of the caller’s site identity.

The tag-based publish workflow is closed by default. After that live verification, set the repository variable MOTHER_AUTHORIZATION_VERIFIED to true and protect the GitHub release environment with the appropriate reviewers before pushing a release tag.

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    A
    maintenance
    Local MCP event log for multi-agent workspaces, enabling structured event publishing, cursor-based polling, and status checks via SQLite-backed sidecar.
    10
    137 PyPI
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A local MCP server for managing saved Substack posts. Enables offline reading, searching, bookmarking, and unbookmarking of Substack content via CLI or MCP clients.
    17
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Local-first MCP server providing a shared, AES-256-GCM encrypted SQLite ledger of structured user state (stack, projects, preferences) that any MCP-aware tool can read/write, with user-held keys and optional zero-knowledge sync.
    1
    Apache 2.0