# LeadBoxer — MCP server on mcp.ai > Connect your LeadBoxer account and use 9 tools for analytics straight from your AI agent. Connect with your own API key. Lead generation platform that gives you real-time info about companies and people that visit your website. Turning anonymous web traffic into actionable data. By: mcp.ai · official Page: https://mcp.ai/leadboxer ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_leadboxer?ms=1787293740000 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/leadboxer/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/leadboxer/ 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/leadboxer/skill.md Postman collection (v2.1): https://mcp.ai/leadboxer/postman.json ## Tools - leadboxer_add_or_update_lead_tags(action?: string, userId: string, leadTags: string, datasetId?: string) — Tool to add or update lead tags in LeadBoxer. Use when you need to manage lead tags by adding new tags, removing specific tags, or overwriting all existing tags for a specified user. - leadboxer_delete_ctd(ctd: string, email: string, datasetId: string) — Tool to delete a custom tracking domain entry for a dataset. Use when you need to remove a specific custom tracking domain (CTD) associated with a dataset in LeadBoxer. - leadboxer_get_events(email?: string, limit?: integer, userId?: string, segmentId?: string, sessionId?: string, smartlistId?: string) — Tool to fetch events for specified sessions from LeadBoxer. Use when you need to retrieve behavioral data including pageviews, clicks, form submissions, email interactions, and custom events. Events c - leadboxer_get_lead_score_formula(email?: string, datasetId: string) — Tool to fetch the lead score formula for a specific dataset. Use when you need to understand how lead scores are calculated for records in a dataset. The formula defines scoring based on criteria type - leadboxer_get_sessions(email?: string, limit?: integer, leadId: string, userId?: string, segmentId?: string, smartlistId?: string) — Tool to fetch sessions for a specified lead ID from LeadBoxer. Use when you need to retrieve session data for a user, with optional filtering by email, user ID, Smartlist ID, or segment ID. A session - leadboxer_log_event(ip?: string, lc?: string, ti?: string, tz?: string, eid?: string, ref?: string, sid?: string, uid?: string, email?: string, proxy?: boolean, locale?: string, userId?: string, browser?: string, platform?: string) — Tool to track server-side events in LeadBoxer. Use when tracking backend events, page views, or custom activities from your server. This endpoint supports tracking user interactions, conversions, and - leadboxer_management_ctd(email: string, datasetId: string) — Tool to fetch custom tracking domain entries for a dataset. Use when you need to retrieve all custom tracking domains that are created or in progress for a specific datasetId. - leadboxer_post_event(si: string, ti?: string, sid?: string, uid?: string, name?: string, page?: string, email?: string, proxy?: boolean, company?: string, referrer?: string) — Tool to send event data for tracking user activities via POST request. Use when tracking events by sending data in the request body with application/x-www-form-urlencoded format. - leadboxer_views_lead_detail(email?: string, leadId: string, noShortenEmail?: boolean) — Tool to fetch detailed information about a lead based on filters. Use when you need comprehensive lead data for a specific lead ID. The default view type is B2B. Note: On initial pageview, there may b ## Example prompts - "What can I do in LeadBoxer?" - "Show me a summary of my LeadBoxer account" ## Links Docs: https://mcp.ai/docs/mcps/leadboxer Website: https://mcp.ai/mcps/leadboxer