Skip to main content
ClaudeWave

Give your AI agent a spending limit. Authoryze is a remote MCP server that issues single-use virtual cards with per-merchant and per-amount controls you approve before the agent can spend. Works with Claude, ChatGPT, Cursor, and Claude Code. OAuth 2.1 with DCR or API key. Built on Visa Intelligent Commerce and Mastercard Agent Pay.

MCP ServersOfficial Registry0 stars0 forksUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/kevinfee3/authoryze-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "authoryze-mcp": {
      "command": "node",
      "args": ["/path/to/authoryze-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/kevinfee3/authoryze-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Authoryze MCP Server

Authoryze gives your AI agent a spending limit. It lets you hand an agent a payment method without handing it your card: you define what it can buy, from which merchants, and up to what amount, and every purchase request comes to you for approval before a single-use virtual card is issued. It is built on Visa Intelligent Commerce and Mastercard Agent Pay, and is currently available for US-issued cards. Authoryze is a remote MCP (Model Context Protocol) server that works with Claude, Claude Code, ChatGPT, Cursor, Windsurf, and any MCP-compatible client.

## Installation

OAuth-capable clients such as Claude and ChatGPT need only the endpoint:

```json
{
  "mcpServers": {
    "authoryze": {
      "url": "https://authoryze.ai/api/mcp"
    }
  }
}
```

Clients that don't support OAuth, such as Claude Code, Codex, and custom frameworks, authenticate with a static agent API key as a bearer token:

```json
{
  "mcpServers": {
    "authoryze": {
      "url": "https://authoryze.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
```

## Tools

- **request_purchase** - Ask to make a purchase from a specific merchant, for a specific amount, with a reason. The request either gets approved automatically, gets sent to the account owner for approval, gets denied with a reason, or fails in a way that's safe to retry.
- **check_status** - Look up what happened to a purchase request: approved, denied, still waiting on approval, or failed. Doesn't reveal any card details itself.
- **get_spending_summary** - See how much has been spent so far against the configured limits (daily, weekly, monthly, and total), including any account-wide limit that applies across all of an account's agents.
- **retrieve_card** - Once a purchase is approved, get the actual card number, expiry, and security code to complete the purchase. This can only be done once per approved purchase; the details are shown a single time and can't be retrieved again.

## Requirements

Authoryze is available for US-issued cards only. International support is pending issuer coverage on the agentic token programs.

Authentication requires either OAuth 2.1 with PKCE (S256) and Dynamic Client Registration, or a static agent API key used as a bearer token.

## Links

Homepage: https://authoryze.ai

Docs: https://authoryze.ai/docs
agentic-commerceai-agentsanthropicclaudefintechmastercardmcpmcp-servermodel-context-protocolmodelcontextprotocolopenaipaymentsvirtual-cardsvisa-tokenization-solutions

What people ask about authoryze-mcp

What is kevinfee3/authoryze-mcp?

+

kevinfee3/authoryze-mcp is mcp servers for the Claude AI ecosystem. Give your AI agent a spending limit. Authoryze is a remote MCP server that issues single-use virtual cards with per-merchant and per-amount controls you approve before the agent can spend. Works with Claude, ChatGPT, Cursor, and Claude Code. OAuth 2.1 with DCR or API key. Built on Visa Intelligent Commerce and Mastercard Agent Pay. It has 0 GitHub stars and its last recorded update is dated 2026-08-21.

How do I install authoryze-mcp?

+

You can install authoryze-mcp by cloning the repository (https://github.com/kevinfee3/authoryze-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is kevinfee3/authoryze-mcp safe to use?

+

Our security agent has analyzed kevinfee3/authoryze-mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains kevinfee3/authoryze-mcp?

+

kevinfee3/authoryze-mcp is maintained by kevinfee3. The last recorded GitHub activity is dated 2026-08-21, with 0 open issues.

Are there alternatives to authoryze-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy authoryze-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: kevinfee3/authoryze-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kevinfee3-authoryze-mcp)](https://claudewave.com/repo/kevinfee3-authoryze-mcp)
<a href="https://claudewave.com/repo/kevinfee3-authoryze-mcp"><img src="https://claudewave.com/api/badge/kevinfee3-authoryze-mcp" alt="Featured on ClaudeWave: kevinfee3/authoryze-mcp" width="320" height="64" /></a>

More MCP Servers

authoryze-mcp alternatives