ailistmybusiness
MCP-callable directory for AI-driven small business discovery. Agents call this server to find realtors, insurance agents, medical practitioners, and other local SMBs by category, location, and natur…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add mutamiri/ailistmybusiness
# Browse available tools
npx -y smithery tool list mutamiri/ailistmybusiness
# Get full schema for a tool
npx -y smithery tool get mutamiri/ailistmybusiness search_businesses
# Call a tool
npx -y smithery tool call mutamiri/ailistmybusiness search_businesses '{}'Direct MCP Connection
Endpoint: https://ailistmybusiness--mutamiri.run.tools
Tools (5)
search_businesses— Search businesses by category and location. Returns ranked hits with name, city, rating, and matchScore. Filters: count…get_business_profile— Get full structured profile for a business by ID. Returns services, hours, credentials, languages, contact channels, an…get_booking_options— Get UTM-tagged booking URL plus accepted methods and hours for a business. The user books directly with the SMB; we nev…search_by_query— Natural-language search across the catalog. Use for fuzzy queries like 'evening dentist that takes Sun Life' or 'realto…get_categories— List available business verticals per country. Use to discover what kinds of businesses agents can search for in a give…
# Get full input/output schema for a tool
npx -y smithery tool get mutamiri/ailistmybusiness