# Autobound — MCP server on mcp.ai > Connect your Autobound account and use 2 tools for AI sales tools straight from your AI agent. Connect with your own API key. Autobound provides AI-driven sales engagement solutions, offering personalized content generation and actionable insights to enhance sales outreach. By: mcp.ai · official Page: https://mcp.ai/autobound ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_autobound?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/autobound/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/autobound/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/autobound/skill.md Postman collection (v2.1): https://mcp.ai/autobound/postman.json ## Tools - autobound_generate_insights(userEmail?: string, contactEmail?: string, inputVariables?: object, insightSubtype?: string|string[], userCompanyUrl?: string, userLinkedinUrl?: string, contactCompanyUrl?: string, contactLinkedinUrl?: string) — Tool to generate ranked prospect or company insights. Use after resolving identifiers to retrieve the most relevant insights. - autobound_generate_personalized_content(n?: integer, model?: string, language?: string, userName?: string, userEmail?: string, wordCount?: integer, salesAsset?: string, contactName?: string, contentType: string, contactEmail?: string, writingStyle?: string, userCompanyUrl?: string, enabledInsights?: string[], userCompanyName?: string, userLinkedinUrl?: string, contentToRewrite?: string, disabledInsights?: string[], valueProposition?: string, additionalContext?: string, contactCompanyUrl?: string, customContentType?: string, contactCompanyName?: string, contactLinkedinUrl?: string, customWritingStyle?: string, sequenceNumberOfEmails?: integer, userCompanyLinkedinUrl?: string, contactCompanyLinkedinUrl?: string) — Tool to generate hyper-personalized sales content. Use after confirming contact and user details. ## Example prompts - "What can I do in Autobound?" - "Show me a summary of my Autobound account" ## Links Docs: https://mcp.ai/docs/mcps/autobound Website: https://mcp.ai/mcps/autobound