# Company URL Finder — MCP server on mcp.ai > Connect your Company URL Finder account and use 3 tools for sales and CRM straight from your AI agent. Connect with your own API key. Find company domains, company names, and LinkedIn company-page URLs from company identifiers. By: mcp.ai · official Page: https://mcp.ai/company_url_finder ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_company_url_finder?ms=1787291400000 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/company_url_finder/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/company_url_finder/ 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/company_url_finder/skill.md Postman collection (v2.1): https://mcp.ai/company_url_finder/postman.json ## Tools - company_url_finder_find_company_domain(company_name: string, country_code: string) — Find a company's official website domain using its name and two-character country code. A found record consumes one credit; a no-match does not. - company_url_finder_find_company_linkedin_url(query: string) — Find a company's LinkedIn company-page URL from either its name or bare domain. A found record consumes one credit; a no-match does not. - company_url_finder_find_company_name(domain: string) — Find the provider's company name associated with a bare website domain. A found record consumes one credit; a no-match does not. ## Example prompts - "What can I do in Company URL Finder?" - "Show me a summary of my Company URL Finder account" ## Links Docs: https://mcp.ai/docs/mcps/company_url_finder Website: https://mcp.ai/mcps/company_url_finder