meatspaceapi
Human-in-the-loop MCP server.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- 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.
What data it sees
Do you need an account
No: the server works without sign-in
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.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| 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. |