WhatsApp OSINT MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API key for authentication |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| business_insightsB | This endpoint returns business status and verified name for an array of WhatsApp numbers. |
| statusC | Whatsapp user's status info. |
| devicesB | Returns the number of linked devices. Max number of linked devices is 4. |
| privacy_settingsC | Fetch user privacy settings |
| base64_encoded_profileB | Fetch the base64 encoded file of a whatsapp number profile picture. |
| fetch_osint_infoB | This endpoint adeptly determines whether a given number is registered on WhatsApp. In the affirmative case, it provides insights into the visibility of the profile picture, and if accessible, furnishes the public URL of the image in the response. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Most tools have distinct purposes focused on different aspects of WhatsApp OSINT (profile picture, business info, device count, registration status, privacy settings, and status info). However, there is some potential overlap between 'base64_encoded_profile' and 'fetch_osint_info' since both provide profile picture information, which could cause minor confusion.
The naming is mixed with some tools using snake_case (e.g., 'base64_encoded_profile', 'fetch_osint_info') and others using simpler forms (e.g., 'devices', 'status'). While readable, there's inconsistency in verb usage and structure, such as 'business_insights' versus 'privacy_settings'.
With 6 tools, the count is well-scoped for an OSINT server focused on WhatsApp. Each tool appears to serve a specific function in gathering intelligence, making the set manageable and purposeful without being overwhelming or too sparse.
The tool set covers key OSINT aspects like registration verification, profile data, business insights, device info, privacy, and status. A minor gap might be the lack of tools for message or group-related intelligence, but the core surface for WhatsApp number analysis is largely complete.