Jampp MCP Server
@springwq
Jampp MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mlops
visengerA curated list of references for MLOps
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント