The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Tickadoo MCP listing page.
@tickadoo/mcp-server is the local stdio entrypoint for tickadoo MCP. Since v2.0.0 it is a thin bridge to the canonical remote server at:
This repository is also a portable Agent Plugins 1.0.0 package. Compatible
clients discover the root plugin.json, the seven workflows in
skills/, and the credential-free Streamable HTTP configuration in
mcp.json. Current Codex marketplace ingestion uses the parallel
.codex-plugin/plugin.json adapter; the portable root manifest remains the
vendor-neutral source of truth.
Run npm run test:plugin to validate the package against the vendored official
schemas and its containment, discovery, transport, and secret-safety checks.
The same command verifies the exact npm tarball contents and the provider-neutral
acceptance corpus in evals/agent-plugin-scenarios.json.
See docs/agent-plugins.md for the architecture
decision, compatibility evidence, update/rollback process, and follow-ups.
The package no longer defines tools, formats catalogue data, or calls a local tickadoo backend. It connects to the remote Streamable HTTP MCP server and proxies tools/list, tools/call, resources/list, resources/read, and ping. The live remote owns the tool list, schemas, results, and errors.
No API key is required.
Use the hosted remote directly when your MCP client supports Streamable HTTP:
Use the npm package when your MCP client needs a local stdio command:
Use Gemini CLI:
Use Claude Code's supported marketplace flow:
Set TICKADOO_MCP_URL to point the bridge at another compatible Streamable HTTP MCP endpoint:
Set TICKADOO_LOG_LEVEL=none to silence bridge status logs on stderr.
Run the built stdio bridge:
Refresh the MCP registry metadata from the live remote:
Run the optional live integration test:
The current tool list is served by the remote MCP server. Visit mcp.tickadoo.com or run npm run sync:server-json to refresh the registry metadata in this repo.