Virtual card issuing for autonomous agents

2. Configure your MCP client

Tutorials

Add this to your agent's MCP client configuration:

{
  "mcpServers": {
    "paygent": {
      "type": "remote",
      "url": "https://mcp.paygent.tech/sse",
      "headers": {
        "Authorization": "Bearer pgt_live_your_api_key_here"
      }
    }
  }
}
{
  "mcpServers": {
    "paygent": {
      "type": "remote",
      "url": "https://mcp.paygent.tech/sse",
      "headers": {
        "Authorization": "Bearer pgt_live_your_api_key_here"
      }
    }
  }
}
{
  "mcpServers": {
    "paygent": {
      "type": "remote",
      "url": "https://mcp.paygent.tech/sse",
      "headers": {
        "Authorization": "Bearer pgt_live_your_api_key_here"
      }
    }
  }
}

Next Blog

Next Blog

Explore practical guidance for issuing cards, enforcing agent policies, monitoring transactions, and building payment-safe autonomous workflows.

Explore practical guidance for issuing cards, enforcing agent policies, monitoring transactions, and building payment-safe autonomous workflows.