MCP.so
ログイン

Keitaro TDS API MCP Plugin

@GodzillaDancer

Keitaro TDS API MCP Plugin について

Keitaro API MCP Server

基本情報

カテゴリ

開発者ツール

ランタイム

node

トランスポート

stdio

公開者

GodzillaDancer

投稿者

GodzillaDancer

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "keitaro-mcp": {
      "command": "node",
      "args": [
        "install-cursor-plugin.js"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Keitaro TDS API MCP Plugin?

An MCP server that integrates with the Keitaro TDS API, providing tools to manage campaigns, streams, offers, clicks, conversions, reports, and domains directly from an MCP‑compatible client like Cursor.

How to use Keitaro TDS API MCP Plugin?

Clone the repository, install dependencies (npm install), install globally (npm install -g .), then either run the included install script (node install-cursor-plugin.js) or manually add the server entry to ~/.cursor/mcp.json. Configure the API endpoint and key in a .env file (KEITARO_API_URL, KEITARO_API_KEY), restart Cursor, and select “Keitaro” from the command palette.

Key features of Keitaro TDS API MCP Plugin

  • List, create, update, and delete campaigns
  • Fetch traffic streams and sources
  • Manage offers and domains
  • Access clicks and conversions
  • Generate custom reports with filters
  • Works as a standard MCP server with Cursor

Use cases of Keitaro TDS API MCP Plugin

  • Automate campaign creation and updates directly from an editor
  • Retrieve real‑time performance data (clicks, conversions)
  • Generate reports grouped by campaign, stream, or source
  • Manage offers and domains without leaving the development environment

FAQ from Keitaro TDS API MCP Plugin

How do I install the plugin in Cursor?

Clone the repo, run npm install and npm install -g ., then execute node install-cursor-plugin.js and restart Cursor. Alternatively, add the server entry manually to ~/.cursor/mcp.json.

Where do I configure the Keitaro API credentials?

Create a .env file in the project root with KEITARO_API_URL set to your Keitaro admin API endpoint and KEITARO_API_KEY set to your API key.

What tools are available?

Tools span campaigns, traffic streams, traffic sources, offers, clicks, conversions, reports, and domains – each with list, get, and (where applicable) create, update, delete actions.

Can I test the server in development mode?

Yes, run npm run dev for hot‑reload development or npm run inspect to test the MCP server’s interaction.

コメント

「開発者ツール」の他のコンテンツ