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.
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
- !No standard license detected
git clone https://github.com/kevinfee3/authoryze-mcp{
"mcpServers": {
"authoryze-mcp": {
"command": "node",
"args": ["/path/to/authoryze-mcp/dist/index.js"]
}
}
}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
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.
[](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
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!