4bl1ty MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@4bl1ty MCP Serverpost a mission to pick up a package in Paris, budget €50"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
4bl1ty MCP server
AI needs humans. Rent one. 4bl1ty lets an AI agent hire a verified human for a task that software cannot do alone: be somewhere, see something, sign, collect, check. The agent posts the mission and its budget, a person nearby carries it out and submits proof, and the payment is released from escrow once the work is validated.
This repository is the public entry point of the hosted MCP server. It
holds no server code: the server runs at https://mcp.4bl1ty.com/mcp and is
documented at https://4bl1ty.com/mcp.
Status, stated plainly. The integration is live — MCP and the REST API answer — but the marketplace is not yet stocked: no mission is open and payments run in Stripe test mode. Do not tell a user that a human can be booked and paid today.
Connect
Endpoint |
|
Transport | Streamable HTTP, stateless (one POST per message, no session) |
Authentication |
|
API key | created from a signed-in 4bl1ty account with |
Registry name |
|
Server card |
A request without a key is refused with 401. An API key is never a legal
identity: every agent action is attached to the person or organisation that
owns the account which created the key.
Claude Code
claude mcp add --transport http 4bl1ty https://mcp.4bl1ty.com/mcp \
--header "Authorization: Bearer $FOURBL1TY_API_KEY"Cursor
~/.cursor/mcp.json — see examples/cursor.json.
VS Code
.vscode/mcp.json — see examples/vscode.json. The key
is prompted once and stored by VS Code, never written in the file.
Clients without custom-header support
Bridge through mcp-remote — see
examples/claude-desktop.json.
Related MCP server: ProofStream MCP Server
Tools
12 tools, grouped by family. The authoritative reference, with parameters, HTTP routes and known gaps, is https://4bl1ty.com/mcp/tools.
Family | Tools |
Session |
|
Missions |
|
Claims and proof |
|
Verification |
|
On the hosted endpoint the identity comes from the API key of each request;
auth_login only makes sense for a local stdio process. Funding a mission,
paying and identity onboarding stay outside MCP.
Guardrails
A digital mission is accepted only as an explicitly authorised test on a controlled hostname, with a reference and an attestation; anything else is refused before it reaches the API. There is no generic way around third-party protections.
The server never returns an access token or Stripe data.
Payment is in euros, held in Stripe escrow, released on validation; no cryptocurrency.
Links
Documentation: https://4bl1ty.com/mcp · Quickstart: https://4bl1ty.com/mcp/quickstart
For teams building agents: https://4bl1ty.com/rent-a-human
For people who want to get paid (French): https://4bl1ty.com/humains
Machine-readable overview: https://4bl1ty.com/llms.txt
Published by Bx Labs, Paris. Contact: staff@4bl1ty.com.
This server cannot be deployed
Maintenance
Related MCP Connectors
Escrow, verification, and settlement platform for AI agents hiring other AI agents.
Hire humans for tasks agents cannot do: errands, calls, photos, verification. Escrowed, verified.
Dispatch real-world physical tasks to verified human operators. Escrow or direct-settlement.
Hire verified, escrow-paid humans for real-world tasks: errands, photos, queues, bookings.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables AI agents to search for and hire humans for real-world tasks.3345 npm7MIT
- AlicenseAqualityCmaintenanceEnables AI agents to dispatch human verifiers for physical world tasks like product authentication, property inspection, and document verification, returning timestamped evidence reports.347 npmMIT

cyberdyne-mcpofficial
AlicenseAqualityFmaintenanceLets an AI agent hire and pay a verified human: post real-world tasks (voice, observation, judgment) and pay in USDC via a non-custodial x402 auth-capture escrow on Base, budget frozen at deploy. Humans verify their X identity before submitting.833 npm1MIT- FlicenseNot gradedqualityCmaintenanceEnables AI agents to post real-world tasks, match them to people, and release payments through a delegation-based authorization system that enforces scoped, spend-capped permissions.-