payram-analytics

Query PayRam analytics via MCP tools to retrieve payments, user growth, transaction summaries, and project metrics. Covers discovery, graph data fetching, and ready-to-run workflows for dashboards and reports. Use when building analytics dashboards, generating reports, monitoring payment trends, or automating insights from PayRam.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "payram-analytics" with this command: npx skills add payram/payram-helper-mcp-server/payram-payram-helper-mcp-server-payram-analytics

PayRam Analytics

Need deployment first? See payram-setup or payram-agent-onboarding.

PayRam Analytics exposes MCP tools that query the PayRam analytics API and return formatted summaries or pretty-printed JSON. Use these tools to power dashboards, weekly reports, or agent-driven insights.

When to Use

  • Build analytics dashboards for payments and revenue
  • Monitor daily transaction volume and amounts
  • Compare periods (last 7 days vs last 30 days)
  • Track paying user growth and retention
  • Generate project-level summaries and recent transactions

Authentication

Most analytics tools require:

  • PAYRAM_ANALYTICS_TOKEN (Bearer token)
  • PAYRAM_ANALYTICS_BASE_URL (API base URL)

You can override per call using token and base_url.


Quick Start

1) Discover available groups and graphs

{
  "name": "payram_discover_analytics",
  "arguments": {}
}

2) Fetch graph data

{
  "name": "payram_fetch_graph_data",
  "arguments": {
    "group_id": 2,
    "graph_id": 8,
    "date_filter": "last_30_days"
  }
}

Common Workflows

Payments Summary (amount + count)

{
  "name": "payram_payments_summary",
  "arguments": {
    "date_filter": "last_30_days"
  }
}

Payment Status Totals

{
  "name": "payram_payment_summary",
  "arguments": {
    "project_id": 42
  }
}

Daily Transaction Stats

{
  "name": "payram_daily_stats",
  "arguments": {
    "date_filter": "last_14_days",
    "currency_codes": ["USDT", "USDC"],
    "include_amounts": true,
    "include_counts": true
  }
}

Recent Transactions

{
  "name": "payram_recent_transactions",
  "arguments": {
    "limit": 20
  }
}

Search Payments

{
  "name": "payram_payment_search",
  "arguments": {
    "query": "invoice_123",
    "limit": 50,
    "sort_by": "createdAt",
    "sort_direction": "DESC"
  }
}

Tool Catalog

ToolPurpose
payram_discover_analyticsList analytics groups, graphs, and filters
payram_fetch_graph_dataFetch data for a specific graph by group/graph id
payram_payments_summaryPayment amount and count graphs (auto-discovery)
payram_payment_summaryTotals by payment status (open, closed, cancelled)
payram_projects_listList external platform projects (id, name)
payram_payment_searchSearch payments with filters and pagination
payram_payment_linkCreate payment link for a project
payram_numbers_summaryKey numeric metrics from Numbers group
payram_transaction_countsPer-day transaction counts and amounts
payram_daily_statsDaily stats with optional counts/amounts
payram_deposit_distributionDistribution by currency or blockchain
payram_currency_breakdownCurrency breakdown over time
payram_paying_usersNew vs recurring paying users
payram_user_growthPaying user growth and retention
payram_recent_transactionsRecent payments table
payram_projects_summaryProject-level analytics graphs
payram_compare_periodsCompare two periods for amount/count
payram_analyticsRaw analytics tool (list_groups, graph_data)

Date Filters and Ranges

Common options for date_filter:

  • today, yesterday
  • last_7_days, last_14_days, last_30_days
  • this_month, last_month

For custom windows, use custom_start_date and custom_end_date in RFC3339 format.


Notes and Tips

  • Prefer payram_discover_analytics when unsure of available groups/graphs.
  • Use currency_codes to narrow results to specific currencies.
  • The tools return a text payload that is formatted for humans; parse only if necessary.

Related Skills

SkillPurpose
payram-payment-integrationIntegrate payments into your app
payram-webhook-integrationReceive payment events in real time
payram-setupDeploy PayRam server with web dashboard
payram-agent-onboardingAgent onboarding — CLI-only deployment for agents

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

payram-crypto-payments

No summary provided by upstream source.

Repository SourceNeeds Review
General

payram-stablecoin-payments

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

payram-no-kyc-crypto-payments

No summary provided by upstream source.

Repository SourceNeeds Review
General

payram-setup

No summary provided by upstream source.

Repository SourceNeeds Review