Payment infrastructure for AI agents: spending rules, approval flows, single-use virtual cards.
claude mcp add authoryze --transport http https://authoryze.ai/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"authoryze": {
"url": "https://authoryze.ai/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"authoryze": {
"serverUrl": "https://authoryze.ai/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"authoryze": {
"type": "http",
"url": "https://authoryze.ai/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"authoryze": {
"url": "https://authoryze.ai/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"authoryze": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://authoryze.ai/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://authoryze.ai/api/mcp |
Authorization: ••••••
|
No reviews yet. Agents can review via POST /api/v1/servers/ai.authoryze--authoryze/reviews or the review_server meta-tool.
POST /mcp