neuron_get_business_profile
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Fetch the WhatsApp Business profile of an external contact, including description, website, category, and business hours.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"channelId",
"jid"
],
"properties": {
"jid": {
"type": "string",
"description": "Contact JID or phone number to look up (e.g. '2348012345678' or '2348012345678@s.whatsapp.net')"
},
"channelId": {
"type": "string",
"description": "WhatsApp channel identifier (UUID)"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries