search_merchants
ActiveTool of mcp-server-dashform
Search for businesses and service providers on the Dashform marketplace. Filter by category, location, or keyword. Each result includes a funnel_id you can use with get_business_info, get_services, check_fit, and book_appointment.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"default": 10,
"maximum": 50,
"minimum": 1,
"description": "Maximum results to return"
},
"query": {
"type": "string",
"description": "Search by business name or description keyword"
},
"category": {
"type": "string",
"description": "Filter by service category (e.g. health_wellness, beauty_personal_care). Use list_categories to see available options."
},
"location": {
"type": "string",
"description": "Filter by city or area name"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries