search_services
ActiveTool of mcp-server-dashform
declared in 1.0.0
Search for specific services across all marketplace merchants. Find services by name, category, price range, or location. Each result includes the provider funnel_id for booking.
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 service name or description"
},
"category": {
"type": "string",
"description": "Filter by service category"
},
"location": {
"type": "string",
"description": "Filter by provider location"
},
"max_price": {
"type": "number",
"description": "Maximum price filter"
},
"min_price": {
"type": "number",
"description": "Minimum price filter"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries