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 ServersRegistry oficial0 estrellas0 forksActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre authoryze-mcp

¿Qué es kevinfee3/authoryze-mcp?

+

kevinfee3/authoryze-mcp es mcp servers para el ecosistema de Claude AI. 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. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-21.

¿Cómo se instala authoryze-mcp?

+

Puedes instalar authoryze-mcp clonando el repositorio (https://github.com/kevinfee3/authoryze-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar kevinfee3/authoryze-mcp?

+

Nuestro agente de seguridad ha analizado kevinfee3/authoryze-mcp y le ha asignado un Trust Score de 70/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene kevinfee3/authoryze-mcp?

+

kevinfee3/authoryze-mcp es mantenido por kevinfee3. La última actividad registrada en GitHub es del 2026-08-21, con 0 issues abiertos.

¿Hay alternativas a authoryze-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega authoryze-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a authoryze-mcp