jampp_mcp_server

jampp_mcp_server

3.1

If you are the rightful owner of jampp_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This MCP server provides access to the Jampp Reporting API through the Model Context Protocol, allowing LLMs to fetch campaign performance data.

The Jampp MCP Server is designed to facilitate seamless access to the Jampp Reporting API using the Model Context Protocol. It enables Language Model Models (LLMs) to retrieve detailed campaign performance data efficiently. The server supports OAuth 2.0 authentication with automatic token refresh, ensuring secure and continuous access. It integrates with a GraphQL-based API to provide comprehensive campaign spend reporting, daily spend tracking, and performance metrics. The server also supports asynchronous report generation and retrieval, allowing users to handle large datasets effectively. Additionally, it offers a listing of available metrics and dimensions, making it easier for users to customize their reports according to their needs.

Features

  • OAuth 2.0 authentication with automatic token refresh
  • GraphQL-based API integration
  • Campaign spend reporting
  • Daily spend tracking
  • Comprehensive performance metrics

Tools

  1. get_campaign_spend

    Fetches campaign spend data for a specific date range.

  2. get_campaign_daily_spend

    Fetches daily spend data for a specific campaign.

  3. get_campaign_performance

    Fetches comprehensive performance metrics for campaigns.

  4. create_async_report

    Creates an asynchronous report for larger data sets.

  5. get_async_report_status

    Checks the status of an asynchronous report.

  6. get_async_report_results

    Gets the results of a completed asynchronous report.

  7. get_available_metrics_and_dimensions

    Gets a list of all available metrics and dimensions for reporting.