clearance-mcp
Click on "Install 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: Agent Identity MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceMCP server for AgentPay — the payment gateway for autonomous AI agents. Fund a wallet once, give your agent the key, and it discovers, provisions, and pays for tool APIs on its own. One key, every tool.1121MIT
- Alicense-qualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.MIT
- Flicense-qualityBmaintenanceAn 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
Related MCP Connectors
A paid remote MCP for AI agent browser approval MCP, built to return verdicts, receipts, usage logs,
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nauti-Labs/clearance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server