# Humantic MCP Humantic MCP is a Model Context Protocol server that brings Humantic AI's buyer intelligence into any MCP-compatible AI agent (Claude, Claude Code, Cursor, Windsurf, Cline, Copilot, Codex). It exposes 11 tools: DISC personality profiling (Agent Pi), account intelligence reports (Agent Miia), and personality-matched outreach generation. > Humantic AI is a Buyer Intelligence platform that combines Account Intelligence (Agent Miia) and People Intelligence (Agent Pi) to help enterprise sellers research accounts, understand stakeholders, and personalize outreach. The MCP server makes both agents available inside an AI assistant — no new tab, no copy-paste. ## Install Add one server block to your MCP client config (e.g. claude_desktop_config.json): { "mcpServers": { "humantic": { "url": "https://mcp.humantic.ai/mcp", "headers": { "Authorization": "Bearer your_api_key" } } } } Get an API key at https://account.humantic.ai/?dsb_login=true — Humantic MCP is free with a Humantic AI subscription. Profiles, account reports, and content generation each draw from their own credit pool; identical requests within 24h are cached. ## People Intelligence (Pi) — 4 tools - humantic_pi_profile_create_v1: Create a DISC personality profile from a LinkedIn URL, email, or pasted text. - humantic_pi_profile_fetch_v1: Read an existing profile by profile_id, LinkedIn URL, or email. - humantic_pi_profile_update_v1: Enrich a profile with extra text to raise confidence / unlock DISC. - humantic_pi_profile_flag_v1: Send feedback — right/wrong person, accuracy, usefulness. ## Personalization — 1 tool - humantic_pi_content_personalize_v1: Generate or rewrite outreach (personalizedemail / firstpitch / reply / followup / connreq) matched to the recipient's DISC type. ## Account Intelligence (Miia) — 6 tools - humantic_miia_report_create_v1: Start an async account report on a target company (quick / moderate / deep). - humantic_miia_report_status_v1: Poll whether a report has finished. - humantic_miia_report_fetch_v1: Retrieve the full finished report (markdown or html). - humantic_miia_report_list_v1: List all reports under the API key. - humantic_miia_report_sections_list_v1: List a report's section titles with one-line previews. - humantic_miia_report_section_get_v1: Return only specific section(s) — e.g. "how to reach their leadership". ## Optional - Landing page: https://mcp.humantic.ai/ - Tool reference: https://mcp.humantic.ai/tools/ - Main site: https://humantic.ai - API docs: https://api.humantic.ai