About
Local Jeero MCP server backed by Mother and SQLite.
Security Report
Valid MCP server (1 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-slimndap-jeero-mcp": {
"args": [
"-y",
"jeero-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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.
First use
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.
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
The tag-based publish workflow requires an explicit repository release approval before a version tag can publish.
License
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
