MCP.so
登录

Jampp MCP Server

@springwq

关于 Jampp MCP Server

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

springwq

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "jampp_mcp_server": {
      "command": "python",
      "args": [
        "jampp_mcp_server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器