Server
Official4 toolsby mcp
Search and discover local businesses. 30+ categories with verified contact info, hours, and reviews.
Search and discover local businesses across 30+ categories with verified contact info and reviews.
Captured live from the server via tools/list.
search_businesses
Search for local businesses listed on HeySpark. Filter by keyword, category, city/state, or geographic coordinates. Returns a list of matching businesses with name, category, location, rating, and contact info. Premium-tier businesses appear first in results.
Parameters (9)
- querystring
Search keyword (e.g., 'pizza', 'emergency plumber', 'hair salon')
- categorystring
Business category filter
- citystring
City name (e.g., 'Asheville')
- statestring
State code (e.g., 'NC')
- latitudenumber
Latitude for location-based search
- longitudenumber
Longitude for location-based search
- radius_milesnumber
Search radius in miles (max 50). Requires latitude/longitude.
- limitnumber
Max results (default 10, max 50)
- offsetnumber
Pagination offset (default 0)
get_business_details
Get complete details for a specific HeySpark-listed business including address, hours, services, reviews summary, and contact information. Premium businesses include photos and special offers.
Parameters (2)
- business_idstring
Business ID (UUID format)
- slugstring
Business URL slug (e.g., 'bellas-kitchen-asheville')
get_reviews_summary
Get a reviews summary for a HeySpark-listed business. Shows overall rating, review count, and review highlights (Premium tier only).
Parameters (1)
- business_idstringrequired
Business ID to get reviews for
list_categories
List all available business categories on HeySpark with the number of active businesses in each.
No parameters.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://mcp.heyspark.co/mcpclaude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.heyspark.co/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.