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.

评论

开发工具 分类下的更多 MCP 服务器