Skip to content

← MCP 概要に戻る

始めよう

セットアップセンター

FastMoss をあなたの AI で動かすために必要なすべて — 3ステップ、約1分。

1
クライアントを選ぶ

以下からお使いの AI クライアント/モデルを選び、その設定に従ってください — リモートまたはローカル。

2
API キーを取得

アカウントセンターでメールアドレスを入力し、キーを設定に貼り付けます。

3
トライアルが自動開始

キーを作成した瞬間から3日間の無料トライアルが始まります — 無料枠は毎日リフレッシュ。 キーを取得 ↗

⚙ 設定はリファレンススニペットです — 注釈付きスクリーンショットは、各フローが実際のアプリで確認されるまでのプレースホルダーです。

接続タイプ

リモート:インストール不要 — Streamable HTTP で mcp.fastmoss.com/mcp に接続。キーはヘッダー(設定ファイル編集のクライアント)または URL(Claude Desktop のように Name+URL のみのクライアント)に配置 — 各ガイドで指定します。

クライアントを設定

左側のサイドバーでクライアントを選択 — 対応する手順が下に表示されます。キーを xxxxxx の位置に貼り付けてください。

Claude Desktop

macOS · Windows
  1. コネクタ設定を開く。 Claude menu → Settings → Connectors → Add custom connector
  2. 2つのフィールドを記入。 このダイアログには Name と URL の2フィールドしかありません(ヘッダーフィールドなし)— そのため Key を URL 内に配置します:
    # Name
    FastMoss
    # URL — paste your key into the URL
    https://mcp.fastmoss.com/mcp?api_key=fm_sk_xxx
  3. Restart Claude Desktop.重启 Claude Desktop。Claude Desktop を再起動します。Reinicia Claude Desktop.Reinicie o Claude Desktop.Mulai ulang Claude Desktop.รีสตาร์ท Claude DesktopKhởi động lại Claude Desktop.
🖼スクリーンショット:設定 → コネクタ「カスタムコネクタ追加」がハイライト
🖼スクリーンショット:カスタムコネクタフォーム(Name + URL)名前を「FastMoss」に、Key を URL に埋め込み — ヘッダーフィールドなし
✓ テスト:「FastMoss で今日の米国美容カテゴリの売上トップ5商品を表示」

Claude Code

CLI · VS Code · JetBrains
  1. 1つのコマンド:
    claude mcp add fastmoss --transport http https://mcp.fastmoss.com/mcp \
      --header "Authorization: Bearer fm_sk_xxx"
  2. 確認: claude mcp list
✓ テスト:「このショップの過去28日間の GMV トレンドを取得して要約」

ChatGPT

Web · Desktop — plan with custom connectors required网页 · 桌面 — 需支持自定义连接器的订阅Web · デスクトップ — カスタムコネクタ対応プランが必要Web · Escritorio — se requiere un plan con conectores personalizadosWeb · Desktop — é necessário um plano com conectores personalizadosWeb · Desktop — perlu paket dengan konektor kustomเว็บ · เดสก์ท็อป — ต้องมีแพ็กเกจที่รองรับตัวเชื่อมต่อแบบกำหนดเองWeb · Desktop — cần gói có trình kết nối tùy chỉnh
  1. Enable developer mode:开启开发者模式:開発者モードを有効化:Activa el modo desarrollador:Ative o modo desenvolvedor:Aktifkan mode developer:เปิดโหมดนักพัฒนา:Bật chế độ nhà phát triển: Settings → Connectors → Advanced → Developer mode
  2. Create a connector:创建连接器:コネクタを作成:Crea un conector:Crie um conector:Buat konektor:สร้างตัวเชื่อมต่อ:Tạo một trình kết nối:
    # MCP server URL
    https://mcp.fastmoss.com/mcp
    # Authentication: API key (Bearer)
    fm_sk_xxx
  3. Enable in chat:在对话中启用:チャットで有効化:Habilítalo en el chat:Ative no chat:Aktifkan di chat:เปิดใช้ในแชต:Bật trong cuộc trò chuyện: Tools → FastMoss
! ChatGPT はリモートコネクタのみサポートしています。
🖼スクリーンショット:コネクタ → 詳細 → 開発者モードコネクタ作成ダイアログ、URL と Key を記入
✓ テスト:「FastMoss で今週の米国ペット用品のトレンド商品を検索」

Cursor

macOS · Windows · Linux
  1. Cursor Settings → MCP → Add new global MCP server(または .cursor/mcp.json)
  2. 貼り付け:
    {
      "mcpServers": {
        "fastmoss": {
          "url": "https://mcp.fastmoss.com/mcp",
          "headers": { "Authorization": "Bearer fm_sk_xxx" }
        }
      }
    }
  3. トグルをオンにして、ツール数を確認。
🖼スクリーンショット:Cursor 設定 → MCPFastMoss サーバー有効、ツール数表示
✓ テスト(Agent モード):「FastMoss でこれら3つの商品IDの7日間売上を比較」

Windsurf

macOS · Windows · Linux
  1. Settings → Cascade → MCP Servers → Add custom server
  2. 貼り付け:
    {
      "mcpServers": {
        "fastmoss": {
          "serverUrl": "https://mcp.fastmoss.com/mcp",
          "headers": { "Authorization": "Bearer fm_sk_xxx" }
        }
      }
    }
  3. リフレッシュして Cascade で有効化。
🖼スクリーンショット:Cascade → MCP Servers「カスタムサーバー追加」で JSON をペースト
✓ テスト:「今月の米国スポーツカテゴリで最も GMV の高いクリエイターは?」

Cline (VS Code)

VS Code extension
  1. MCP Servers → Configure MCP Servers
  2. 貼り付け:
    {
      "mcpServers": {
        "fastmoss": {
          "url": "https://mcp.fastmoss.com/mcp",
          "headers": { "Authorization": "Bearer fm_sk_xxx" }
        }
      }
    }
  3. 保存 — Cline がツールをホットリロード。
🖼スクリーンショット:Cline → MCP Servers → Configureホットリロード後、サーバーが緑色で表示
✓ テスト:「FastMoss でこの商品が上昇傾向か下降傾向かをチェック」

Cherry Studio

macOS · Windows — friendly for non-developersmacOS · Windows — 适合非开发者macOS · Windows — 開発者以外にも使いやすいmacOS · Windows — apto para no desarrolladoresmacOS · Windows — amigável para não desenvolvedoresmacOS · Windows — ramah untuk non-developermacOS · Windows — เป็นมิตรกับผู้ที่ไม่ใช่นักพัฒนาmacOS · Windows — thân thiện với người không chuyên
  1. Settings → MCP Servers → Add Server
  2. タイプ「Streamable HTTP」:
    # URL
    https://mcp.fastmoss.com/mcp
    # Headers
    Authorization=Bearer fm_sk_xxx
  3. サーバーを有効にして、アシスタントで FastMoss をオンに。
🖼スクリーンショット:設定 → MCP Servers → サーバー追加タイプ「Streamable HTTP」、URL とヘッダーを記入
✓ テスト:「過去28日間の米国家庭用品 GMV トップ10ショップ」

Gemini CLI

Terminal
  1. ~/.gemini/settings.json を編集
  2. 貼り付け:
    {
      "mcpServers": {
        "fastmoss": {
          "httpUrl": "https://mcp.fastmoss.com/mcp",
          "headers": { "Authorization": "Bearer fm_sk_xxx" }
        }
      }
    }
  3. Run运行実行EjecutaExecuteJalankanรันChạy gemini and check /mcp.,用 /mcp 确认连接。、/mcp で接続を確認します。 y comprueba /mcp. e verifique /mcp.dan periksa /mcp.แล้วตรวจสอบ /mcpvà kiểm tra /mcp.
Test: "Search FastMoss for US electronics ads with ROAS above 2."测试:「用 FastMoss 搜美区 3C 类 ROAS 大于 2 的广告。」テスト:「FastMoss で米国の 3C 広告で ROAS 2 以上のものを検索。」Prueba: «Busca en FastMoss anuncios de electrónica de EE. UU. con ROAS superior a 2.»Teste: "Pesquise na FastMoss anúncios de eletrônicos dos EUA com ROAS acima de 2."Uji: "Cari di FastMoss iklan elektronik AS dengan ROAS di atas 2."ทดสอบ: "ค้นหาใน FastMoss โฆษณาอุปกรณ์อิเล็กทรอนิกส์ในสหรัฐฯ ที่มี ROAS สูงกว่า 2"Thử: "Tìm trên FastMoss các quảng cáo điện tử ở Mỹ có ROAS trên 2."

Verify your connection验证连接接続を確認Verifica tu conexiónVerifique sua conexãoVerifikasi koneksi Andaตรวจสอบการเชื่อมต่อของคุณXác minh kết nối của bạn

Paste this after setup — live numbers back means you're in. Zero-result calls are free.配置后粘贴这句——返回真实数据就是连通了。零结果不扣费。設定後に貼り付け——実際のデータが返れば接続完了。ゼロ結果は無料です。Pega esto después de la configuración: si vuelven datos reales, estás dentro. Las llamadas con resultados vacíos son gratis.Cole isso após a configuração — se retornarem dados reais, você está conectado. Chamadas com resultados vazios são gratuitas.Tempel ini setelah setup — angka live yang kembali berarti Anda sudah terhubung. Panggilan dengan hasil nol gratis.วางสิ่งนี้หลังตั้งค่า — ถ้าได้ตัวเลขจริงกลับมาแปลว่าคุณเชื่อมต่อสำเร็จแล้ว การเรียกที่ได้ผลลัพธ์เป็นศูนย์นั้นฟรีDán nội dung này sau khi thiết lập — có số liệu thật trả về nghĩa là bạn đã kết nối. Các lần gọi không kết quả là miễn phí.

"List the FastMoss tools you can see, then show today's top 3 selling products in the US."「列出你能看到的 FastMoss 工具,然后查今天美区销量前 3 的商品。」「見える FastMoss ツールを列挙し、今日の米国売上トップ3の商品を表示してください。」«Enumera las herramientas de FastMoss que puedas ver y luego muestra los 3 productos más vendidos de hoy en EE. UU.»"Liste as ferramentas da FastMoss que você consegue ver e mostre os 3 produtos mais vendidos de hoje nos EUA.""Daftar alat FastMoss yang bisa Anda lihat, lalu tunjukkan 3 produk terlaris hari ini di AS.""ระบุเครื่องมือ FastMoss ที่คุณมองเห็น จากนั้นแสดงสินค้าขายดี 3 อันดับแรกของวันนี้ในสหรัฐฯ""Liệt kê các công cụ FastMoss bạn thấy, sau đó hiển thị top 3 sản phẩm bán chạy nhất hôm nay ở Mỹ."
💬
Stuck? Talk to us — we'll help you get connected.卡住了?随时找我们——帮你把接入跑通。行き詰まりましたか?お問い合わせください——接続までサポートします。¿Atascado? Háblanos: te ayudaremos a conectarte.Empacou? Fale conosco — vamos te ajudar a conectar.Terkendala? Hubungi kami — kami akan membantu Anda terhubung.ติดปัญหา? คุยกับเรา — เราจะช่วยคุณเชื่อมต่อGặp khó? Hãy trò chuyện với chúng tôi — chúng tôi sẽ giúp bạn kết nối.

Scan to join our community group, or email support. Real people, fast answers.扫码加入交流群,或邮件联系客服。真人答疑,响应快。QR をスキャンしてコミュニティに参加、またはメールでサポートへ。実在の担当者が迅速に対応します。Escanea para unirte a nuestro grupo comunitario o escribe al soporte. Personas reales, respuestas rápidas.Escaneie para entrar no nosso grupo da comunidade ou envie e-mail ao suporte. Pessoas reais, respostas rápidas.Pindai untuk bergabung dengan grup komunitas kami, atau email dukungan. Orang sungguhan, jawaban cepat.สแกนเพื่อเข้าร่วมกลุ่มคอมมูนิตี้ของเรา หรืออีเมลหาฝ่ายซัพพอร์ต คนจริง ตอบเร็วQuét để tham gia nhóm cộng đồng của chúng tôi, hoặc email hỗ trợ. Người thật, phản hồi nhanh.

Support客服邮箱サポートSoporteSuporteDukunganซัพพอร์ตHỗ trợ: support@fastmoss.com
QR二维码QRQRQRQRQRQR
Feishu group飞书群Lark グループGrupo de FeishuGrupo do FeishuGrup Feishuกลุ่ม FeishuNhóm Feishu
QR二维码QRQRQRQRQRQR
WeChat group微信群WeChat グループGrupo de WeChatGrupo do WeChatGrup WeChatกลุ่ม WeChatNhóm WeChat
QR二维码QRQRQRQRQRQR
Support chat客服群サポートチャットChat de soporteChat de suporteChat dukunganแชตซัพพอร์ตChat hỗ trợ