MCP Server LogoMCP Server
MCPsカテゴリディレクトリ投稿する
投稿する
MCPsカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2026 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Automation & Scripting
  4. /Keitaro Mcp
Keitaro Mcp

Keitaro Mcp

作成者 GodzillaDancer•8 months ago
サイトを訪問する

Keitaro API MCP Server

Automation & Scripting
KeitaroAPIMCPserver

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

  1. Clone the repository
git clone <repository-url>
cd mcp-keitaro-tds
  1. Install dependencies
npm install
  1. Install the package globally
npm install -g .
  1. Install the plugin in Cursor
node install-cursor-plugin.js
  1. Restart Cursor

Alternative: Manual configuration in Cursor

You can also manually add the Keitaro MCP server to your Cursor configuration:

  1. 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
  1. Add the following entry to the “mcpServers” object:
"Keitaro": {
  "command": "mcp-keitaro-tds",
  "args": []
}
  1. 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

  1. Launch Cursor
  2. Open the command palette (Cmd+P on macOS or Ctrl+P on Windows/Linux)
  3. Find “Keitaro” and select it
  4. Now you can use the Keitaro API through Cursor

Available Tools

Campaigns

  • list_campaigns - get a list of campaigns
  • get_campaign - get information about a specific campaign
  • create_campaign - create a new campaign
  • update_campaign - update an existing campaign
  • delete_campaign - delete a campaign

Traffic Streams

  • list_streams - get a list of traffic streams for a campaign
  • get_stream - get information about a specific stream

Traffic Sources

  • list_traffic_sources - get a list of traffic sources
  • get_traffic_source - get information about a specific traffic source

Offers

  • list_offers - get a list of offers
  • get_offer - get information about a specific offer

Clicks and Conversions

  • list_clicks - get a list of clicks
  • get_click - get information about a specific click
  • list_conversions - get a list of conversions
  • get_conversion - get information about a specific conversion

Reports

  • get_report - generate a report with specified parameters

Domains

  • list_domains - get a list of domains
  • get_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

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Automation & Scriptingの知識

おすすめのサーバー

Mcp Mysql

Mcp Mysql

Mcp Server Ftp

Mcp Server Ftp

Model Context Protocol server for FTP access

Marginalia Mcp Server

Marginalia Mcp Server

An MCP server implementation for managing marginalia and annotations

もっと見る → →

詳細

作成日

June 12, 2025

最終更新日

June 12, 2025

カテゴリー

Automation & Scripting

作成者

GodzillaDancer

シェアする

もっと見る

Waldur Mcp Server

Waldur Mcp Server

Server implementing Model Context Protocol for Waldur

Perplexity Mcp Server

Perplexity Mcp Server

This Model Context Protocol (MCP) server enables LLMs like Claude to perform internet research using the Perplexity API. It provides real-time, up-to-date information with source citations.

Hana Mcp Server

Hana Mcp Server

Model Context Server Protocol for your HANA DB

Dubco Mcp Server

Dubco Mcp Server

MCP server for Dub.co link shortener API integration