Accessing our MCP Server

Remote Server

We provided remote access via https://mcp.paymongo.com that is already compliant with OAuth Dynamic Client Registration as per the specifications outlined.

For Cursor connection, please copy to ~/.cursor/mcp.json or follow Cursor Documentation

{
  "mcpServers": {
    "paymongo": {
      "url": "https://mcp.paymongo.com"
    }
  }
}

For VSCode connection, please copy the below to ~/.cursor/mcp.json or follow VSCode Documentation

{
  "servers": {
    "paymongo": {
      "type": "http",
      "url": "https://mcp.paymongo.com"
    }
  }
}

For Claude, you can run the command below or follow Claude Documentation

claude mcp add --transport http http-server https://mcp.paymongo.com/

OAuth connections

You will need Administrator Access on PayMongo Dashboard to enable MCP Server and manage OAuth Connections for clients.

To view authorized MCP clients

  • Navigate to the PayMongo MCP in the PayMongo Dashboard.
  • In the Clients Panel, you can see all OAuth-Connected MCP Clients.

To revoke OAuth access for a specific MCP client

  • In each row there is Revoke button provided, once clicked, access will be revoked for that client.

Bearer token

For AI Agents integration, you can embed PayMongo API Key as Bearer Token to the MCP Server request.

Note: As with any LLM based integration, limit the API key access to specific API only.