co.heyspark.mcp/server
https://mcp.heyspark.co/mcpskills: {'id': 'search_businesses', 'name': 'search_businesses', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_business_details', 'name': 'get_business_details', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_reviews_summary', 'name': 'get_reviews_summary', 'description': 'Get a reviews summary for a HeySpark-listed business. Shows overall rating, review count, and review highlights (Premium tier only).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_categories', 'name': 'list_categories', 'description': 'List all available business categories on HeySpark with the number of active businesses in each.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 223.6ms; conformance: pass
How to connect
https://mcp.heyspark.co/mcp
curl -X POST https://mcp.heyspark.co/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'