Request work
Audits, features, fixes, estimates, rescues. Claude collects the context we need, submits it, and hands you a request number. The team is notified immediately.
Centered · MCP for Claude
One click adds our MCP connector. Then ask Claude for an audit, a sprint, a status check — and it talks to our team for you.
Opens Claude with the connector pre-filled — just confirm and sign in. Custom connectors need a paid Claude plan (Pro, Max, Team, or Enterprise).
Then just say the thing
Ask Centered for a security audit before our SOC 2 review.
Buy a sprint to finish team accounts and permissions.
What's the status of our engagement?
Approve CS-1842.
Audits, features, fixes, estimates, rescues. Claude collects the context we need, submits it, and hands you a request number. The team is notified immediately.
Sprints and hour blocks are fixed-price. Claude can price them and hand you a checkout link — you complete payment yourself. Developers and teams come back as a proposal.
See your engagement, what's in flight, and what's waiting on you. Approve a proposal or deliverable in chat, or send it back with a reason.
Message the team, check billing, or put a human on the calendar — without opening a portal, a spreadsheet, or an email thread.
Fifteen tools
Claude gets the same surface we expose to the terminal — request work, price capacity, check status, approve deliverables, and open checkout when you're ready.
request_service · list_offeringsadd_sprint · add_hours · add_developer · add_teamget_status · get_billing · whoamilist_reviews · approve · request_changessend_message · schedule_callcreate_checkoutGuardrails, built in
Nothing here spends your money on its own. Buying tools return a secure checkout link that you open and complete yourself — an assistant can price a sprint, but it cannot charge you for one. Every submission reports its request number back to you, and anything ambiguous or high-stakes routes to a call with a human.
Same connector, same tools. Pick whatever fits how you already work.
Add the connector manually
Open Claude → Settings → Connectors, click“Add custom connector”, name itCentered, and paste this URL:
https://api.centeredsoftware.com/mcpThen click Add, Connect, and sign in with your email.
Local MCP via terminal or config
In Claude Code, one command adds the local MCP server. Sign in once withcentered login so it can act as you.
claude mcp add centered -- npx -y @centered/mcpCursor (or Claude Desktop) — add the same undermcpServers:
{
"mcpServers": {
"centered": {
"command": "npx",
"args": ["-y", "@centered/mcp"]
}
}
}Or use the hosted URL above — it signs you in with email instead of the CLI session.
Install the Centered CLI
Install the CLI, sign in, and drive the same workflow from your terminal — or paste one prompt into any agent that can run commands.
No npm required — just Node 18+. Thencentered login andcentered request audit.Full CLI docs →