MCP.so
Sign In

Keitaro TDS API MCP Plugin

@GodzillaDancer

About Keitaro TDS API MCP Plugin

Keitaro API MCP Server

Basic information

Category

Developer Tools

Runtime

node

Transports

stdio

Publisher

GodzillaDancer

Submitted by

GodzillaDancer

Config

Add this server to your MCP-compatible client using the configuration below.

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

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 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.

Comments

More Developer Tools MCP servers