
Admin Mcp
Let your coding agent call Hellō Admin API operations through MCP instead of hand-written admin scripts.
Overview
admin-mcp is an MCP server for the Build phase that exposes Hellō Admin API operations to AI coding agents.
What is this MCP server?
- Stdio MCP server exposing Hellō Admin API to compatible agents
- Published on npm as @hellocoop/admin-mcp (v1.5.7)
- Open-source on GitHub at hellocoop/admin-mcp
- Fits cooperative identity stacks that already use Hellō
- MCP package version 1.5.7 on npm
- Transport: stdio
- Registry identifier: @hellocoop/admin-mcp
Community signal: 4 GitHub stars.
What problem does it solve?
Tweaking Hellō org settings from the terminal means leaving your agent flow for curl, Postman, or the web console.
Who is it for?
Solo builders shipping SaaS with Hellō who want agent-driven admin and config changes during integration sprints.
Skip if: Projects that do not use Hellō or teams that only need occasional manual dashboard tweaks.
What do I get? / Deliverables
After you add the stdio MCP server, your agent can run Hellō admin actions as natural-language tasks in the same session as your code.
- Registered stdio MCP server in your agent config
- Callable Hellō Admin API tools from chat-driven workflows
Recommended MCP Servers
Journey fit
How it compares
MCP integration for Hellō Admin, not a standalone auth skill or local CLI.
Common Questions / FAQ
Who is admin-mcp for?
Developers using Hellō who want Claude Code, Cursor, or similar agents to manage admin API tasks without custom scripts.
When should I use admin-mcp?
Use it while building or operating Hellō-backed apps when you need repeatable admin lookups and updates from the agent.
How do I add admin-mcp to my agent?
Install @hellocoop/admin-mcp from npm, configure it as a stdio MCP server in your client, and point it at your Hellō credentials per Hellō docs.