Install
Select a method below to install the server.
generate_personalized_content
This endpoint handles everything from contact resolution to insight ranking and content generation for hyper-personalized outreach.
Use the examples below to see powerful use cases like generating a CXO pitch email, a multi-step sequence, call scripts, or custom talking points.
The first example ("1. Generate a CXO Pitch Email (Default)") is pre-filled for an immediate 'Try It' experience.
**Authentication:** Requires an `X-API-KEY` in the header.
**Rate Limits:**
- 300 requests per minute
- 50,000 requests per day
(Contact support for higher limits)
▾
This endpoint handles everything from contact resolution to insight ranking and content generation for hyper-personalized outreach.
Use the examples below to see powerful use cases like generating a CXO pitch email, a multi-step sequence, call scripts, or custom talking points.
The first example ("1. Generate a CXO Pitch Email (Default)") is pre-filled for an immediate 'Try It' experience.
**Authentication:** Requires an `X-API-KEY` in the header.
**Rate Limits:**
- 300 requests per minute
- 50,000 requests per day
(Contact support for higher limits)
generate_contact_and_company_insights
Get detailed insights on any professional contact using just their email address, LinkedIn URL, or company URL.
Returns comprehensive professional insights, including work history, social activity, podcast appearances, news mentions, and 350+ other data points.
- If `insightSubtype` is **not** provided, the endpoint returns the top 20 ranked insights. The response will contain an `insights` array where the first element might be a contact summary object, followed by detailed insights.
- If `insightSubtype` **is** provided (either a single subtype or an array), the endpoint returns insights filtered by those subtypes. The response will typically include root-level contact details (`contactEmail`, `contactCompanyName`, `contactJobTitle`) and an `insights` array containing only the filtered detailed insights.
**Authentication:** Requires an `X-API-KEY` in the header.
**Rate Limits:**
- 300 requests per minute
- 50,000 requests per day
(Contact support for higher limits)
▾
Get detailed insights on any professional contact using just their email address, LinkedIn URL, or company URL.
Returns comprehensive professional insights, including work history, social activity, podcast appearances, news mentions, and 350+ other data points.
- If `insightSubtype` is **not** provided, the endpoint returns the top 20 ranked insights. The response will contain an `insights` array where the first element might be a contact summary object, followed by detailed insights.
- If `insightSubtype` **is** provided (either a single subtype or an array), the endpoint returns insights filtered by those subtypes. The response will typically include root-level contact details (`contactEmail`, `contactCompanyName`, `contactJobTitle`) and an `insights` array containing only the filtered detailed insights.
**Authentication:** Requires an `X-API-KEY` in the header.
**Rate Limits:**
- 300 requests per minute
- 50,000 requests per day
(Contact support for higher limits)
No tools match your search.
https://chat.autobound.ai/mcp/v3
If you have a client that's not listed above, access the raw MCP
configuration below. Check out
the troubleshooting documentation
for more help.
{
"command": "npx",
"args": [
"mcp-remote@0.1.25",
"https://chat.autobound.ai/mcp/v3",
"--header",
"Mcp-Autobound-Insight-Api-Api-Key-Auth:${MCP_AUTOBOUND_INSIGHT_API_API_KEY_AUTH}"
],
"env": {
"MCP_AUTOBOUND_INSIGHT_API_API_KEY_AUTH": "<your-value-here>"
}
}