Jampp MCP Server
@springwq
About Jampp MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jampp_mcp_server": {
"command": "python",
"args": [
"jampp_mcp_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Jampp MCP Server?
The Jampp MCP Server provides access to the Jampp Reporting API through the Model Context Protocol, enabling LLMs to fetch campaign performance data. It handles OAuth 2.0 authentication with automatic token refresh, GraphQL-based API integration, and offers tools for spend reporting, performance metrics, and asynchronous report generation.
How to use Jampp MCP Server?
Install dependencies with uv or pip, set JAMPP_CLIENT_ID and JAMPP_CLIENT_SECRET environment variables in a .env file, then run python jampp_mcp_server.py directly, use mcp dev jampp_mcp_server.py with the MCP Inspector, or configure Claude Desktop by adding the server to its claude_desktop_config.json and restarting the application.
Key features of Jampp MCP Server
- OAuth 2.0 authentication with automatic token refresh
- GraphQL-based API integration
- Campaign spend reporting
- Daily spend tracking
- Comprehensive performance metrics
- Asynchronous report generation and retrieval
Use cases of Jampp MCP Server
- Ask an LLM to show campaign spend for the last 30 days
- Query daily spend for a specific campaign ID over a past week
- Retrieve performance metrics for all campaigns in a given month
- Create an asynchronous report with custom dimensions and metrics for a quarter
- List all available metrics and dimensions for Jampp reporting
FAQ from Jampp MCP Server
What are the prerequisites for using Jampp MCP Server?
Python 3.10 or higher and Jampp API credentials (Client ID and Client Secret) are required.
How do I authenticate with the Jampp MCP Server?
Set the environment variables JAMPP_CLIENT_ID and JAMPP_CLIENT_SECRET in a .env file or in the Claude Desktop configuration. The server handles OAuth 2.0 authentication and automatic token refresh.
Which reporting tools are available?
The server provides seven tools: get_campaign_spend, get_campaign_daily_spend, get_campaign_performance, create_async_report, get_async_report_status, get_async_report_results, and get_available_metrics_and_dimensions.
How do I use this server with Claude Desktop?
Add the server configuration to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), specifying the Python command, script path, and API credentials as environment variables, then restart Claude Desktop.
Can I run the server without Claude Desktop?
Yes, you can run the server directly with python jampp_mcp_server.py or use it with the MCP Inspector via mcp dev jampp_mcp_server.py for development and testing.
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments