payram-analytics

Installation
SKILL.md

PayRam Analytics — Direct API Access

Need authentication first? See payram-auth to get your Bearer token.

This skill teaches you to call PayRam dashboard APIs directly — no MCP server required. Just a BASE_URL and a Bearer token.

Prerequisites

Before using these APIs, you need:

  1. BASE_URL — Your PayRam server URL (e.g., https://bedpayments.com:8443)
  2. ACCESS_TOKEN — JWT Bearer token (see payram-auth)
  3. PROJECT_ID — Auto-discovered (see below)

Every request below uses this header:

Authorization: Bearer <ACCESS_TOKEN>
Installs
5
GitHub Stars
155
First Seen
Feb 28, 2026
payram-analytics — payram/payram-mcp