test_payram_connection
ActiveTool of PayRam Helper MCP Server
declared in 1.1.0
Checks the /api/v1/payment endpoint on a Payram server using baseUrl and apiKey. If they are not provided, returns a .env template you can add to your workspace.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"apiKey": {
"type": "string",
"minLength": 1,
"description": "Your Payram API key from the dashboard. If not provided, uses PAYRAM_API_KEY from environment."
},
"baseUrl": {
"type": "string",
"format": "uri",
"description": "The base URL of your Payram server (e.g., https://your-server.example). If not provided, uses PAYRAM_BASE_URL from environment."
}
},
"additionalProperties": false
}Parent server
PayRam Helper MCP Server
https://github.com/PayRam/payram-helper-mcp-server
1/7 registries