meatspaceapi
Human-in-the-loop MCP server.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Get Service Status: Check whether MeatSpace is available and when to use a human. Call this when deciding whether to escalate a subjective or high-consequence choice.
- Ask Human: 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 reversib
- Provision Api Key: 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Human-in-the-loop MCP server. Agents submit subjective decisions with 2-4 choices, and a human reviewer picks one. Self-service onboarding: agents can mint their own API key via the provision_api_key tool — no signup page, no approval queue.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| get_service_status | Check whether MeatSpace is available and when to use a human. Call this when deciding whether to escalate a subjective or high-consequence choice. |
| ask_human | 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. |
| provision_api_key | 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. |