/
Model Context Protocol (MCP) for Hellō Admin API.
Server configuration and capabilities from the MCP manifest
Size: 3,581 bytes (896 tokens)
Tools Found: 1
Analysis ID: hjqugcfj
This MCP server provides tools for managing Hellō applications, including creating, reading, updating applications, generating secrets, and uploading logos.
Stars
Registry ID: 1fd23ac3-08e5-4a18-8512-fdce9c88f99f
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/15/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "io.github.hellocoop/admin-mcp",
"tags": [
"mcp",
"hello",
"cli",
"oauth",
"admin"
],
"tools": [
{
"name": "hello_manage_app",
"description": "Manage Hellō applications - create, read, update, create secrets, and upload logos",
"input_schema": {
"type": "object",
"allOf": [
{
"if": {
"properties": {
"action": {
"const": "create"
}
}
},
"then": {
"required": [
"action"
]
}
},
{
"if": {
"properties": {
"action": {
"const": "read"
}
}
},
"then": {
"required": [
"action"
]
}
},
{
"if": {
"properties": {
"action": {
"const": "update"
}
}
},
"then": {
"required": [
"action",
"client_id"
]
}
},
{
"if": {
"properties": {
"action": {
"const": "create_secret"
}
}
},
"then": {
"required": [
"action",
"client_id"
]
}
},
{
"if": {
"properties": {
"action": {
"const": "update_logo_from_data"
}
}
},
"then": {
"required": [
"action",
"client_id",
"logo_data",
"logo_content_type"
]
}
},
{
"if": {
"properties": {
"action": {
"const": "update_logo_from_url"
}
}
},
"then": {
"required": [
"action",
"client_id",
"logo_url"
]
}
}
],
"required": [
"action"
],
"properties": {
"name": {
"type": "string",
"description": "Name of the application (optional for: create, update - if not provided for create, will be generated from user name)"
},
"theme": {
"enum": [
"light",
"dark"
],
"type": "string",
"description": "Logo theme - whether this is for light or dark mode (optional for: update_logo_from_data, update_logo_from_url, defaults to \"light\")"
},
"action": {
"enum": [
"create",
"read",
"update",
"create_secret",
"update_logo_from_data",
"update_logo_from_url"
],
"type": "string",
"description": "Action to perform: create (new app), read (get app), update (modify app), create_secret (generate secret), update_logo_from_data (set logo from base64 data), update_logo_from_url (set logo from URL)"
},
"pp_uri": {
"type": "string",
"description": "Privacy Policy URI (optional for: create, update)"
},
"team_id": {
"type": "string",
"description": "ID of the team that owns the application (optional for all actions - uses default team if not specified)"
},
"tos_uri": {
"type": "string",
"description": "Terms of Service URI (optional for: create, update)"
},
"logo_url": {
"type": "string",
"description": "URL of the logo image to fetch and set (required for: update_logo_from_url)"
},
"client_id": {
"type": "string",
"description": "ID of the OAuth client/application (optional for read - returns profile if omitted; required for: update, create_secret, update_logo_from_data, update_logo_from_url)"
},
"logo_data": {
"type": "string",
"description": "Base64 encoded logo data (required for: update_logo_from_data)"
},
"device_code": {
"type": "boolean",
"description": "Whether the application supports device code flow (optional for: create, update)"
},
"dev_wildcard": {
"type": "boolean",
"description": "Allow wildcard domain redirects in development environment (optional for: create, update)"
},
"dev_127_0_0_1": {
"type": "boolean",
"description": "Allow 127.0.0.1 redirects in development environment (optional for: create, update)"
},
"dev_localhost": {
"type": "boolean",
"description": "Allow localhost redirects in development environment (optional for: create, update)"
},
"dev_redirect_uris": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of allowed redirect URIs for development environment (optional for: create, update)"
},
"logo_content_type": {
"type": "string",
"description": "MIME type of the logo data, e.g. \"image/png\" (required for: update_logo_from_data; auto-detected for: update_logo_from_url)"
},
"prod_redirect_uris": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of allowed redirect URIs for production environment (optional for: create, update)"
}
}
},
"output_schema": {}
}
],
"version": "1.5.7",
"categories": [],
"description": "Model Context Protocol (MCP) for Hellō Admin API."
}Forks
Watchers
Contributors
Last Push: 9/15/2025
Open Issues: 0