{"contract_version":"2026-09-16","entitlement":"agent_club:sales_intelligence","transport":"stdio","command":"python3","args":["-m","sales_intelligence.mcp_server"],"tools":[{"name":"sales_intelligence_preview","description":"Given what a person sells and a short message, return a fast rules-based first take on who they might talk to next. No research or model call is used; treat this as a quick starting point, not a researched answer.","inputSchema":{"type":"object","properties":{"message":{"type":"string","minLength":1,"maxLength":1000},"history":{"type":"array","maxItems":6,"items":{"type":"object","properties":{"role":{"type":"string","enum":["user","assistant"]},"content":{"type":"string","minLength":1,"maxLength":2000}},"required":["role","content"],"additionalProperties":false}},"request_id":{"type":"string","pattern":"^[A-Za-z0-9_-]{8,80}$"}},"required":["message","request_id"],"additionalProperties":false}},{"name":"sales_intelligence_answer","description":"Given what a person sells and their network or context, identify who they should talk to next and explain why now. Uses a model for a fuller answer; still no real research, outreach, or access to buyer records.","inputSchema":{"type":"object","properties":{"message":{"type":"string","minLength":1,"maxLength":1000},"history":{"type":"array","maxItems":6,"items":{"type":"object","properties":{"role":{"type":"string","enum":["user","assistant"]},"content":{"type":"string","minLength":1,"maxLength":2000}},"required":["role","content"],"additionalProperties":false}},"request_id":{"type":"string","pattern":"^[A-Za-z0-9_-]{8,80}$"}},"required":["message","request_id"],"additionalProperties":false}}]}