io.github.sigaihealth/cancer-support-hub
https://cancersupport.sig.ai/api/mcpskills: {'id': 'search_resources', 'name': 'search_resources', 'description': 'Search cancer support resources in Washington State. Filter by category (housing, food, mental-health, financial, legal, care, transport, children, rights, programs, education), county, tier, or free-text query. Returns matching resources with name, description, phone, URL, eligibility, and cost.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_resource', 'name': 'get_resource', 'description': 'Get full details for a single cancer support resource by ID, including locations, hours, and match criteria.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_categories', 'name': 'list_categories', 'description': 'List all 11 support categories with names, descriptions, and resource counts. Use this to understand what types of resources are available before searching.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_counties', 'name': 'list_counties', 'description': 'List all 39 Washington State counties. Use this to find the correct county name for filtering search results.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 765.6ms; conformance: pass
How to connect
https://cancersupport.sig.ai/api/mcp
curl -X POST https://cancersupport.sig.ai/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'