Skip to main content
Glama

Agora MCP

by Fewsats

アゴラMCP

Claude や Cursor などの AI アシスタントを通じて製品を検索、発見、購入するための MCP サーバー。

Agora MCP とは何ですか?

Agora MCPは、AIアシスタントをSearchAgoraに接続します。SearchAgoraは、ウェブ上の商品検索と購入を支援するユニバーサル商品検索エンジンです。このMCPを使用すると、AIアシスタントを介してシームレスに商品を検索し、オプションを比較し、ショッピングカートを管理し、購入を完了することができます。

前提条件

MCPサーバーの設定

カーソル用

  1. カーソルを開いて設定へ移動します
  2. MCPサーバー構成に移動する
  3. 次の構成を追加します。
{ "mcpServers": { "Agora": { "command": "uvx", "args": [ "agora-mcp" ] }, "Fewsats": { "command": "env", "args": [ "FEWSATS_API_KEY=YOUR_FEWSATS_API_KEY", "uvx", "fewsats-mcp" ] } } }

YOUR_FEWSATS_API_KEY Fewsatsの実際の API キーに置き換えてください。

クロードデスクトップ向け

  1. 設定ファイルを見つけます:
    • MacOSの場合: ~/Library/Application\ Support/Claude/claude_desktop_config.json
    • Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
  2. 次の構成を追加します。
"mcpServers": { "Agora": { "command": "uvx", "args": [ "agora-mcp" ] }, "Fewsats": { "command": "env", "args": [ "FEWSATS_API_KEY=YOUR_FEWSATS_API_KEY", "uvx", "fewsats-mcp" ] } }

ローカル開発バージョンの実行

開発目的で、独自のリポジトリから Agora MCP のローカル バージョンを実行できます。

"Agora": { "command": "uv", "args": [ "--directory", "/path/to/your/agora-mcp", "run", "agora-mcp" ] }

/path/to/your/agora-mcpを、ローカルの Agora MCP リポジトリへの実際のパスに置き換えます。

Agora MCP を AI と連携させる

設定が完了すると、AI と自然な会話をしながら製品を検索したり購入したりできるようになります。

製品の検索

AI に製品を検索するよう依頼するだけです。

Can you find a cool t-shirt for me?

詳細検索オプション

追加のパラメータを使用して検索を絞り込みます:

Show me headphones under $100 sorted by highest rating

検索では以下がサポートされます:

  • 価格帯(最小/最大)
  • ページネーション
  • カスタムソート
  • 製品フィルタリング

近日公開:ショッピングカートと購入

すぐに次のことが可能になります:

Add that red t-shirt to my cart
Show me what's in my cart
Checkout and purchase my items

サポートされている機能

現在、Agora MCP は以下をサポートしています。

  • カスタマイズ可能なパラメータによる製品検索:
    • 検索クエリ
    • ページあたりの結果
    • ページナビゲーション
    • 価格フィルタリング(最小値と最大値)
    • カスタム並べ替えオプション

近日公開:

  • 商品をカートに追加
  • ショッピングカートの表示と管理
  • 購入を完了する
  • お気に入りの商品を保存する
  • 注文状況を追跡する

SearchAgoraについて

SearchAgoraは、ウェブ上のあらゆる商品を見つけるのに役立つユニバーサルな商品検索エンジンです。包括的な商品情報、価格比較、そして合理化されたチェックアウトプロセスにより、シームレスなショッピング体験を提供します。

-
security - not tested
F
license - not found
-
quality - not tested

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.

AI アシスタントを SearchAgora に接続し、ユーザーが自然言語の会話を通じて Web 上で製品を検索、発見、購入できるようにする MCP サーバー。

  1. Agora MCP とは何ですか?
    1. 前提条件
      1. MCPサーバーの設定
        1. カーソル用
        2. クロードデスクトップ向け
        3. ローカル開発バージョンの実行
      2. Agora MCP を AI と連携させる
        1. 製品の検索
        2. 詳細検索オプション
        3. 近日公開:ショッピングカートと購入
      3. サポートされている機能
        1. SearchAgoraについて

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server that lets AI assistants interact with your Lunchmoney data, enabling natural language queries about transactions, budgets, and spending patterns.
            Last updated -
            4
            3
            8
            TypeScript
            MIT License
          • A
            security
            F
            license
            A
            quality
            An MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.
            Last updated -
            4
            2
            Python
          • -
            security
            A
            license
            -
            quality
            An MCP server that helps AI assistants access text content from websites that implement bot detection, bridging the gap between what you can see in your browser and what the AI can access.
            Last updated -
            1
            Python
            Apache 2.0
          • -
            security
            A
            license
            -
            quality
            An MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.
            Last updated -
            505
            Python
            MIT License
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fewsats/agora-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server