# Leadfeeder — MCP server on mcp.ai > Connect your Leadfeeder account and use 6 tools for analytics straight from your AI agent. Connect with your own API key. Leadfeeder identifies companies visiting your website and converts them into high-value leads. By: mcp.ai · official Page: https://mcp.ai/leadfeeder ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_leadfeeder?ms=1787295960000 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/leadfeeder/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/leadfeeder/ 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/leadfeeder/skill.md Postman collection (v2.1): https://mcp.ai/leadfeeder/postman.json ## Tools - leadfeeder_get_account(id: string) — Tool to retrieve the details of a specific account by ID. Use when you need to get information about a particular Leadfeeder account. - leadfeeder_get_accounts() — Tool to retrieve a list of accounts the user has access to. Use when you need to discover all available Leadfeeder accounts after authentication. - leadfeeder_get_all_visits(lead_id: string, end_date?: string, page_size?: integer, account_id: string, start_date?: string) — Tool to retrieve all visits for a specific lead. Use when you need detailed visit history for a lead, optionally filtered by date range. - leadfeeder_get_company_info_by_ip(ip: string) — Tool to retrieve company information based on an IP address. Use when you need to enrich an IP and obtain its company profile. Returns 404 if no match is found. - leadfeeder_get_custom_feeds(account_id: string) — Retrieve all custom feeds configured for a Leadfeeder account. Custom feeds are saved filter configurations that help organize and segment company visits. Returns an empty list for accounts without pr - leadfeeder_get_tracking_script(account_id: integer) — Tool to retrieve the website tracking script for a given account. Use when you need to obtain the JavaScript tracking code to be inserted on webpages for visitor tracking. ## Example prompts - "What can I do in Leadfeeder?" - "Show me a summary of my Leadfeeder account" ## Links Docs: https://mcp.ai/docs/mcps/leadfeeder Website: https://mcp.ai/mcps/leadfeeder