J

Jampp Reporting

Integrates with Jampp Reporting API to retrieve advertising campaign performance metrics including s...

3 views
0 installs
Updated Dec 25, 2025
Not audited
Integrates with Jampp Reporting API to retrieve advertising campaign performance metrics including spend, impressions, clicks, and installs across specified date ranges with automated authentication handling.
  1. Click the "Install Now" button to open the FastMCP connection interface (the form where you add environment variables).

  2. In a new browser tab, log in to your Jampp account at the Jampp dashboard and open the Credentials page (https://app.jampp.com/users/credentials). Create a new credential (Client ID / Client Secret) if you don’t already have one. Copy both values — the Client Secret is shown only once, so save it securely. (developers.jampp.com)

  3. Back in the FastMCP connection interface (the Install Now form), enter the values into the environment fields exactly as named in the MCP server README:

    • JAMPP_CLIENT_ID: paste the Client ID you copied.
    • JAMPP_CLIENT_SECRET: paste the Client Secret you copied.
  4. Save/confirm the FastMCP connection so the MCP server receives these environment variables.

  5. (Optional) Verify the credentials work by requesting an access token from Jampp’s OAuth token endpoint — run this curl locally (replace $CLIENT_ID and $CLIENT_SECRET with your values):
    curl -XPOST https://auth.jampp.com/v1/oauth/token -d 'grant_type=client_credentials' -d "client_id=$CLIENT_ID" -d "client_secret=$CLIENT_SECRET"
    The response will contain an access_token you can use in requests (Authorization: Bearer ). (developers.jampp.com)

  6. Use the obtained access token in API calls by sending it in the Authorization header: Authorization: Bearer . (developers.jampp.com)

  7. Store the Client Secret securely (it is only shown once in the Jampp dashboard). If you lose it, regenerate a new credential pair and update the FastMCP env values accordingly. (developers.jampp.com)

Quick Start

View on GitHub

More for API Development

View All →

More for Analytics and Data

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.