Uses environment variables for configuration, specifically for storing Keitaro API URL and API key.
Used for installation of the MCP server through repository cloning.
Provides JavaScript examples for interacting with the Keitaro TDS API, allowing users to manage campaigns, traffic streams, offers, and generate reports.
Provides specific installation commands for Linux users when configuring the Keitaro TDS API integration.
Supports specific installation paths and commands for macOS users when setting up the Keitaro TDS API integration.
Suggested as a text editor option for Linux users when manually editing the MCP configuration file.
Used for package installation and management of the Keitaro TDS API integration.
Keitaro TDS API MCP Plugin
Description
MCP server for integration with Keitaro TDS API, providing tools to work with campaigns, streams, offers, and other Keitaro entities.
Installation
Installing the plugin in Cursor
- Clone the repository
- Install dependencies
- Install the package globally
- Install the plugin in Cursor
- Restart Cursor
Alternative: Manual configuration in Cursor
You can also manually add the Keitaro MCP server to your Cursor configuration:
- Open the Cursor MCP configuration file:
- Add the following entry to the "mcpServers" object:
- Save the file and restart Cursor
API Key Configuration
Create an .env
file in the project root with the following parameters:
Usage in Cursor
- Launch Cursor
- Open the command palette (Cmd+P on macOS or Ctrl+P on Windows/Linux)
- Find "Keitaro" and select it
- Now you can use the Keitaro API through Cursor
Available Tools
Campaigns
list_campaigns
- get a list of campaignsget_campaign
- get information about a specific campaigncreate_campaign
- create a new campaignupdate_campaign
- update an existing campaigndelete_campaign
- delete a campaign
Traffic Streams
list_streams
- get a list of traffic streams for a campaignget_stream
- get information about a specific stream
Traffic Sources
list_traffic_sources
- get a list of traffic sourcesget_traffic_source
- get information about a specific traffic source
Offers
list_offers
- get a list of offersget_offer
- get information about a specific offer
Clicks and Conversions
list_clicks
- get a list of clicksget_click
- get information about a specific clicklist_conversions
- get a list of conversionsget_conversion
- get information about a specific conversion
Reports
get_report
- generate a report with specified parameters
Domains
list_domains
- get a list of domainsget_domain
- get information about a specific domain
Usage Examples
Getting a list of campaigns
Creating a new campaign
Getting a report
Development
Running in development mode
Testing the MCP server
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP server for integration with Keitaro TDS API, providing tools to work with campaigns, streams, offers, and other Keitaro entities.
Related MCP Servers
- -securityAlicense-qualityMCP Server for the Gentoro services, enabling Claude to interact with Gentoro, which allows users to create and integrate tools into a common Bridge, defining all available capabilities.Last updated -235TypeScriptApache 2.0
- AsecurityAlicenseAqualityAn unofficial MCP server that enables Claude to interact with TeamRetro.com's API for team retrospective management, providing direct pass-through to TeamRetro's public API endpoints with multiple authentication options.Last updated -1160TypeScriptApache 2.0
- -securityAlicense-qualityAn MCP server that provides an interface for querying the AtherOS knowledge base through an API, allowing users to create chat sessions and send queries to retrieve information.Last updated -JavaScriptMIT License
- PythonMIT License