MCP Tool Catalog
Overview
Standard Tools Overview
Core Discovery Tools
search_businesses
{
"query": {
"type": "string",
"description": "Natural language search query",
"required": false
},
"location": {
"type": "object",
"required": true,
"properties": {
"city": { "type": "string" },
"region": { "type": "string" },
"country": { "type": "string" },
"coordinates": {
"type": "object",
"properties": {
"lat": { "type": "number" },
"lon": { "type": "number" },
"radius": { "type": "number", "description": "Search radius in km" }
}
}
}
},
"category": {
"type": "string",
"enum": [
"tourism",
"hospitality",
"restaurants",
"retail",
"healthcare",
"home_services",
"professional_services",
"wellness"
]
},
"filters": {
"type": "object",
"properties": {
"priceRange": { "type": "string", "enum": ["$", "$$", "$$$", "$$$$"] },
"rating": { "type": "number", "minimum": 0, "maximum": 5 },
"verified": { "type": "boolean" },
"openNow": { "type": "boolean" }
}
},
"limit": {
"type": "integer",
"default": 10,
"maximum": 50
}
}get_business_details
compare_businesses
Booking & Availability Tools
check_availability
submit_lead
Analytics Tools (Business-Facing)
get_upstream_metrics
Tool Security & Privacy
PII Sanitization
Rate Limiting
Authentication
Implementation Example
Extending the Catalog
Validation
Version History
Last updated