Keitaro MCP
БесплатноНе проверенIntegration with Keitaro TDS API, providing tools to work with campaigns, streams, offers, and other Keitaro entities.
Описание
Integration with Keitaro TDS API, providing tools to work with campaigns, streams, offers, and other Keitaro entities.
README
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
git clone <repository-url>
cd mcp-keitaro-tds
- Install dependencies
npm install
- Install the package globally
npm install -g .
- Install the plugin in Cursor
node install-cursor-plugin.js
- 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:
# On macOS
open ~/.cursor/mcp.json
# On Windows
notepad %USERPROFILE%\.cursor\mcp.json
# On Linux
nano ~/.cursor/mcp.json
- Add the following entry to the "mcpServers" object:
"Keitaro": {
"command": "mcp-keitaro-tds",
"args": []
}
- Save the file and restart Cursor
API Key Configuration
Create an .env file in the project root with the following parameters:
KEITARO_API_URL=http://your-keitaro-domain.com/admin_api/v1
KEITARO_API_KEY=your-api-key
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
list_campaigns({
limit: 10,
page: 1,
search: "search query"
})
Creating a new campaign
create_campaign({
name: "New Campaign",
type: "position",
cost_type: "CPC",
cost_value: 1.5,
group_id: 1,
state: "active",
traffic_source_id: 1
})
Getting a report
get_report({
from: "2025-01-01",
to: "2025-01-31",
group: "campaign",
filters: {
campaign_id: 123
}
})
Development
Running in development mode
npm run dev
Testing the MCP server
npm run inspect
Установка Keitaro MCP
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/godzilladancer/keitaro-mcpFAQ
Keitaro MCP MCP бесплатный?
Да, Keitaro MCP MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Keitaro MCP?
Нет, Keitaro MCP работает без API-ключей и переменных окружения.
Keitaro MCP — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Keitaro MCP в Claude Desktop, Claude Code или Cursor?
Открой Keitaro MCP на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Keitaro MCP with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
