Claude Code plugin for Jentic. It bundles two things that work together as one workflow — discover a capability with the hosted MCP server, then inspect and execute it on self-hosted Jentic One:
- The Jentic remote MCP server — a search tool for agent capabilities at
https://api.jentic.com/mcp. Describe what you want to do in natural language ("send a Slack message", "pull recent NewsAPI articles") and it finds matching capabilities across the catalogue. Installing this plugin connects the server; on first use Claude Code runs the OAuth sign-in flow for you. Search is its purpose — the hosted load and execute tools are being deprecated, so once you've found a use case, move to self-hosted Jentic One to run it. - The
onboard-jentic-oneskill — a step-by-step guide to install and onboard self-hosted Jentic One, where you actually search → inspect → execute the capability you found. This is a separate product from the hosted search above: the skill walks you through standing up your own instance so secrets stay on your infrastructure. Because it ships as a local plugin skill, it is reachable with no authentication and no server round-trip.
- Discover — run
/jentic:search-capabilities(or just describe what you want to do) to search the hostedjenticMCP server in natural language until you find the operation for your use case. - Onboard — run
/jentic:onboard-jentic-oneto stand up self-hosted Jentic One (once). - Execute — on your instance, run the capability with the
jentic catalog import → search → inspect → executeloop. The hosted server's load/execute path is deprecated; self-hosted is where execution lives.
This is a private marketplace for now; you need read access to the repo.
/plugin marketplace add jentic/jentic-claude-plugin
/plugin install jentic@jentic
Then, if prompted, run /reload-plugins.
- Search for a capability: run
/jentic:search-capabilities. ThejenticMCP server connects automatically; the first request triggers an OAuth sign-in in your browser; Claude Code stores the token for you — nothing is kept in this repo. - Onboard self-hosted Jentic One: invoke the skill with
/jentic:onboard-jentic-one.
.mcp.json— the Jentic remote MCP server (capability search, OAuth).skills/search-capabilities/SKILL.md— orients the agent to the hosted natural-language capability search.skills/onboard-jentic-one/SKILL.md— the self-hosted onboarding skill.