Skip to main content
Glama
Nauti-Labs

clearance-mcp

by Nauti-Labs

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

npm install -g clearance-mcp

Or run directly via npx:

npx -y clearance-mcp

Via GitHub (if npm not available)

npx -y github:Nauti-Labs/clearance-mcp

Configuration

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

CLEARANCE_API_KEY

Your Clearance API key (get free at clearance.nauti-labs.com)

CLEARANCE_BASE_URL

Override API base URL (default: https://clearance.nauti-labs.com)


Available Tools

Tool

Description

clearances_create

Create a new human approval request

clearances_get

Get a single clearance by ID

clearances_list

List all clearances with optional filtering

clearances_approve

Approve a pending clearance

clearances_deny

Deny a pending clearance

verify_token

Verify a signed approval token

keys_create

Create a new API key

usage_get

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_create with title="Book flight to Austin", budget_amount=500

Claude: "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.



Built by Nauti-Labs LLC · Mont Belvieu, TX

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    C
    maintenance
    MCP 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.
    112
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An 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.
    8
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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