clearance-mcp
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., "@clearance-mcpAsk for approval to spend $200 on new software"
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.
clearance-mcp
Model Context Protocol server for Clearance — the human approval API for AI agent commerce.
Stop letting agents move money you didn't approve. One API call. The human approves with one tap. Any service verifies the signed token.
What This Is
An MCP server that exposes Clearance as a set of tools Claude (and other MCP-compatible clients) can call natively. Your AI agent can:
Request human approval before spending money
Check approval status
Verify signed tokens
Manage API keys and usage
Related MCP server: Payments Agent Gateway (MCP)
Installation
Via npm (recommended)
npm install -g clearance-mcpOr run directly via npx:
npx -y clearance-mcpVia GitHub (if npm not available)
npx -y github:Nauti-Labs/clearance-mcpConfiguration
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"clearance": {
"command": "npx",
"args": ["-y", "clearance-mcp"],
"env": {
"CLEARANCE_API_KEY": "clr_live_..."
}
}
}
}Environment Variables
Variable | Required | Description |
| ✅ | Your Clearance API key (get free at clearance.nauti-labs.com) |
| ❌ | Override API base URL (default: https://clearance.nauti-labs.com) |
Available Tools
Tool | Description |
| Create a new human approval request |
| Get a single clearance by ID |
| List all clearances with optional filtering |
| Approve a pending clearance |
| Deny a pending clearance |
| Verify a signed approval token |
| Create a new API key |
| Check current usage and limits |
Example Usage
In Claude, after the MCP server is connected:
You: "I want to book a $500 flight. Can you ask for approval first?"
Claude: calls
clearances_createwith title="Book flight to Austin", budget_amount=500Claude: "I've created an approval request. Here's the link: Approve. Once you approve, I'll proceed with the booking."
Pricing
Clearance pricing:
Starter — Free, 50 clearances/month
Pro — $19/mo, 1,000 clearances/month
Scale — $49/mo, 10,000 clearances/month
Get your free key at clearance.nauti-labs.com.
Links
Product: clearance.nauti-labs.com
Company: nauti-labs.com
API Docs: clearance.nauti-labs.com/v1/docs
Built by Nauti-Labs LLC · Mont Belvieu, TX
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server for AI agent identity, permissions, verification, and reusable proof.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
MCP server for AI agents to discover campaigns by humans and donate USDC directly on Base.
MCP server for building and testing AI agents with multi-model experimentation and insights.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.MIT
- FlicenseNot gradedqualityBmaintenanceAn MCP server that enables AI agents to safely interact with a double-entry payments ledger, enforcing idempotency, policy-based access control, and human-in-the-loop approval for high-value actions.-
- AlicenseAqualityBmaintenanceAn MCP server that provides programmable spend limits and audit trails for AI agents to make payments from a dedicated wallet, preventing overspend and unauthorized transactions.8MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that provides human-in-the-loop approval for risky AI agent actions, with durable state and audit logs.MIT