Model Context Protocol (MCP) for Hellō Admin API.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-hellocoop-admin-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Model Context Protocol (MCP) server for creating and managing Hellō applications.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Hellō DocumentationComplete integration documentation for Hellō
https://hello.dev/docs
Hellō QuickstartsFramework-specific setup guides
https://hello.dev/docs/quickstarts
Hellō ButtonsLogin button implementation guide
https://hello.dev/docs/buttons
Hellō ScopesAvailable scopes and claims reference
https://hello.dev/docs/scopes
Hellō Wallet APIWallet API reference documentation
https://hello.dev/docs/wallet-api
Hellō Logo Design GuidanceComprehensive guide for creating theme-appropriate logos
https://hello.dev/docs/logo-design
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create baseline AWS IAM policies that you can refine as your application evolves. This tool is available as a command-line utility and MCP server for use within AI coding assistants for quickly building IAM policies.
Signed receipts for agent, API, and MCP interactions. Portable and offline-verifiable.
MCP Security Weekly
Get CVE alerts and security updates for io.github.hellocoop/admin-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol (MCP) server for creating and managing Hellō applications.
🚧 BETA Status: This MCP server is currently in beta. We're actively seeking feedback and welcome contributions! Please report issues, suggest improvements, or submit pull requests to help us improve the developer experience.
📖 Full Documentation & Installation Guide
Copy one of these configurations into your MCP client settings:
NPM Package (Latest):
{
"hello-admin-stdio": {
"command": "npx",
"args": ["-y", "@hellocoop/admin-mcp@latest"],
"type": "stdio"
}
}
HTTP Transport (Remote):
{
"hello-admin-http": {
"url": "https://admin-mcp.hello.coop/",
"type": "http"
}
}
📖 See Local Development Setup for running from source
This MCP server provides a single powerful tool (hello_manage_app) that lets you create and manage your Hellō applications directly from your AI assistant. Unlike traditional APIs, every operation automatically includes your complete developer context - profile, teams, and applications - making it perfect for AI assistants.
📖 For detailed usage instructions, examples, and troubleshooting, visit: hello.dev/docs/admin-mcp
🎯 Core Tool:
hello_manage_app - The main tool for all application management
create, read, update, create_secret, update_logo_from_data, update_logo_from_url🔄 Always In Context: Unlike traditional APIs, every tool response includes your complete developer context:
This means you never lose context between operations - perfect for AI assistants that need to understand your complete development environment.
hello_manage_app Actions:📝 create - Create new applications
{ profile, application, action_result }👁️ read - Read application details
client_id: Returns your complete profile contextclient_id: Returns profile + specific application{ profile, application?, action_result }✏️ update - Update application settings
{ profile, application, action_result }🔑 create_secret - Generate client secrets
{ profile, application, client_secret, action_result }🎨 update_logo_from_data - Upload logo from base64 data