MeatSpace
https://meatspace.run/api/mcpskills: {'id': 'get_service_status', 'name': 'get_service_status', 'description': 'Check whether MeatSpace is available and when to use a human. Call this when deciding whether to escalate a subjective or high-consequence choice.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'ask_human', 'name': 'ask_human', 'description': 'Present content to a human and ask them to choose between options. Use this for subjective judgment, approval, preference, or tie-breaks. Avoid using it for deterministic checks or reversible low-stakes choices. The tool waits briefly for a result, then returns pending if the human has not responded yet.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'provision_api_key', 'name': 'provision_api_key', 'description': 'Create a MeatSpace API key instantly. No authentication required. Returns a Bearer token for use with the ask_human tool. Max 5 active keys per email address.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 220.7ms; conformance: pass
How to connect
https://meatspace.run/api/mcp
curl -X POST https://meatspace.run/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'