MCP Server

Business Contact Finder

agency.ottobot/business-contact-finder
Sales & CRM Search & Research Public & reachable MCP 2026-07-28

What this MCP does

Checks a business website to identify reachable contact methods, including forms, phone numbers, and email addresses, without submitting anything.

check_contact_path
Given a business website URL, report how a human is meant to make contact and whether that path is actually reachable. Returns a verdict of 'reachable' or 'inconclusive', the forms found with their resolved handler URLs, and any published phone or email. Never submits anything. Answers 'inconclusive' rather than guessing when a site is client-rendered, bot-protected or parked -- about 64% of real sites cannot be judged from outside, and a confident wrong answer is worse than an honest one.
Input schema
{'type': 'object', 'required': ['url'], 'properties': {'url': {'type': 'string', 'pattern': '^https?://', 'description': 'The business website URL, e.g. https://example.com', 'patternMessage': 'url must be an absolute http(s) URL'}}}
Added
check_contact_path
2026年9月11日0:23