← aqur.com

INDIVIDUAL MCP TOOL

get_pricing

Aqurの料金体系を取得します。初期費用、ランニングコスト、オプション料金、契約条件を含みます。

aqur.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

aqur.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aqur-com]
url = "https://www.aqur.com/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aqur-com": {
      "type": "http",
      "url": "https://www.aqur.com/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aqur-com
Remote MCP URL: https://www.aqur.com/api/mcp/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aqur-com": {
      "url": "https://www.aqur.com/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aqur-com": {
      "type": "http",
      "url": "https://www.aqur.com/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aqur-com",
  "transport": "streamable-http",
  "url": "https://www.aqur.com/api/mcp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_service_overview — Aqur(アクア)のサービス概要を取得します。コンバージョン最適化プラットフォームの全体像、主な強み、実績データを含みます。
  • get_features — Aqurの全機能を取得します。8つの主要機能(Lazy-LP、ECカート連携、3Dセキュア、スマホ最適化、アップセル、パフォーマンス分析、SMSリカバリー、デザインカスタマイズ)の詳細を含みます。
  • get_faq — Aqurに関するよくあるご質問と回答を取得します。導入期間、既存LP影響、乗り換え、トライアル、複数LP対応、解約手続きなどの情報を含みます。
  • get_integrations — Aqurが対応しているECカート、CAPI対応広告媒体、決済方法の一覧を取得します。
  • get_onboarding_flow — Aqurの導入フロー(5ステップ)と対応業種を取得します。要件ヒアリングから本番配信開始までの流れを含みます。
  • get_data_advantage — Aqurの競合優位性である「中間経過データ」の仕組みと、広告効果が自動で良くなる「フライホイール(好循環)」、AI汚染防止機能について取得します。
  • get_xpurge — Xpurge(エクスパージ)のBot対策プロダクト情報を取得します。広告AIの学習データをBotから守り、CPA 5〜20%改善を実現するプロダクトの概要、仕組み、料金、FAQ、導入フローを含みます。
  • ask_aqur — Aqurに関する包括的な情報を取得します。質問内容に基づいて、サービス概要・料金・機能・導入事例・競合優位性・セキュリティなど関連する全情報を構造化して返します。他のツールが特定カテゴリの情報を返すのに対し、このツールは質問に応じて複数カテゴリを横断した回答を返します。