# MadMCP tools

<table><thead><tr><th width="125.91015625">Entity</th><th width="259">Tool Name</th><th>Description</th></tr></thead><tbody><tr><td>Account</td><td><code>madkudu-account-details</code></td><td>Returns enriched account information including firmographics, scoring, social handles and engagement stats</td></tr><tr><td>Account</td><td><code>madkudu-account-activities</code></td><td>Get all activities associated with an account</td></tr><tr><td>Account</td><td><code>madkudu-account-top-users</code></td><td>Lists the top users from the account based on activity volume. Useful for identifying champions or active contacts.</td></tr><tr><td>Account</td><td><code>madkudu-search-accounts</code></td><td>Search for accounts existing in MadKudu (your known contacts from all your integrations connected to MadKudu)</td></tr><tr><td>Account</td><td><code>madkudu-account-news-deep-search</code></td><td>Search for relevant news online about an account</td></tr><tr><td>Account</td><td><code>madkudu-account-brief-instructions</code></td><td>Provides instructions as a structured prompt to generate a sales account briefs calling other MadMCP tools </td></tr><tr><td>Person</td><td><code>madkudu-person-activities</code></td><td>Get all activities associated with a person</td></tr><tr><td>Person</td><td><code>madkudu-person-details</code></td><td>Returns enriched contact information including title, persona, email, LinkedIn, scoring, company and engagement stats</td></tr><tr><td>Person</td><td><code>madkudu-discover-persons</code></td><td>Finds new prospects not in your CRM based on title, seniority and company</td></tr><tr><td>Person</td><td><code>madkudu-enrich-persons</code></td><td>Finds contact details like email and phone numbers for people discovered</td></tr><tr><td>Person</td><td><code>madkudu-search-persons</code></td><td>Search for persons existing in MadKudu (your known contacts from all your integrations connected to MadKudu)</td></tr><tr><td>Organization</td><td><code>madkudu-value-prop</code></td><td>Get the value prop for your company to provide context when generating an account brief or personalizing email</td></tr></tbody></table>

Not seeing a tool you need? Send feedback to <product@madkudu.com> !


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.madkudu.com/madkudu-mcp/madmcp-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
