onplana-connect

onplana-connect is a command for Claude Code from Onplana/onplana-mcp-server. It costs 15 tokens per session (520 once invoked), scanned A, original, MIT.

A command that connects Claude Code to Onplana, a project-management platform, through its remote MCP server. It adds the connection, guides browser sign-in, and verifies the account and organization returned by the server.

In plain words
What is it for?
Use it to add Onplana to Claude Code, sign in, confirm the active organization, and diagnose an unusable connection.
Why use it?
It checks that authentication and the connection really work before the agent uses Onplana. This prevents treating an incomplete or failed connection as ready.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the onplana plugin — 2 skills, 1 command shipped together

Good fit Use it to add Onplana to Claude Code, sign in, confirm the active organization, and diagnose an unusable connection.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/onplana/onplana-mcp-server/onplana-connect
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Onplana/onplana-mcp-server

Made for: Claude Code.

Or install onplana, the plugin that ships this one along with the rest of its 2 skills, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for onplana-connect

README.md
[![agentmods](https://agentmods.dev/badge/commands/onplana/onplana-mcp-server/onplana-connect/github.svg)](https://agentmods.dev/commands/onplana/onplana-mcp-server/onplana-connect)
Your own site
<a href="https://agentmods.dev/commands/onplana/onplana-mcp-server/onplana-connect"><img src="https://agentmods.dev/badge/commands/onplana/onplana-mcp-server/onplana-connect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for onplana-connect

Your own site · 80×15
<a href="https://agentmods.dev/commands/onplana/onplana-mcp-server/onplana-connect"><img src="https://agentmods.dev/badge/commands/onplana/onplana-mcp-server/onplana-connect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 520 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.00520
Opus 5 $0.00008 $0.00260
Sonnet 5 $0.00003 $0.00104
Haiku 4.5 $0.00002 $0.00052

Measured 11d ago against content hash 237bec575c5f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

onplana-connect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/onplana/commands/onplana-connect.md · 54 lines

How it starts

The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Connect this Claude Code session to Onplana's MCP server and confirm the connection before reporting success.

Why this is a command and not part of the manifest

A Claude Code plugin declares MCP servers in the stdio form (command, args, env). Onplana's server is remote and OAuth-authenticated at https://mcp.onplana.com/mcp, so it is attached at runtime instead. Anthropic's own listed integrations for hosted products do the same thing.

Steps

  1. Add the server. Prefer --scope user so it follows the person rather than one checkout, unless they say they want it only in this project:

    claude mcp add --transport http --scope user onplana https://mcp.onplana.com/mcp
    
  2. Authenticate. Run /mcp, choose onplana, and complete the browser sign-in. The token is issued to the Onplana organization the person signs in as, and it lasts 90 days.

  3. Verify rather than assume. Call whoami and report the account and organization it returns. If the tool list is empty or the call fails, the connection is not usable yet, so say so plainly instead of continuing.

What they get

Roughly 265 tools, scoped to the signed-in organization and filtered by that person's own role and plan. Reads and writes both go through the same permission checks the web app uses, and every write is audited.

Two skills ship with this plugin:

  • onplana:onplana-project-planner turns a goal or a brief into an executable plan: a plan document attached to the project, then a task tree with dates, dependencies, owners and test cases.
  • onplana:onplana-autonomous-agent runs an existing plan: claim a task, work it, record progress and evidence, resolve or hand it back, then take the next one.

Suggest the planner skill when they want a plan built, and the autonomous skill when a plan already exists and they want it executed.

If they do not have an account

Onplana has a free tier and the MCP server is available on every plan, including free. Point them at https://onplana.com and continue once they can sign in.

Read the full file on GitHub · 54 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 54 lines · 15 tokens per session scan A 237bec575c5f

Subscribe to this mod's changes

onplana-connect is a command published in the GitHub repository Onplana/onplana-mcp-server (4 stars, last pushed 14d ago), licensed MIT. It adds 15 tokens to every session and 520 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.