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

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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

          • -
            security
            F
            license
            -
            quality
            An MCP server that integrates real-time web search capabilities into AI assistants using the Exa API, providing both basic and advanced search functionality with formatted markdown results.
            Last updated -
            141
            Python
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            MCP server that enables AI assistants to perform SEO automation tasks including keyword research, SERP analysis, and competitor analysis through Google Ads API integration.
            Last updated -
          • -
            security
            F
            license
            -
            quality
            A MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.
            Last updated -
            79
            TypeScript
          • -
            security
            F
            license
            -
            quality
            An MCP server that enables interaction with Google Custom Search API through natural language, allowing users to perform searches programmatically via the Multi-Agent Conversation Protocol.
            Last updated -
            Python

          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