Agora MCP
アゴラMCP
Claude や Cursor などの AI アシスタントを通じて製品を検索、発見、購入するための MCP サーバー。
Agora MCP とは何ですか?
Agora MCPは、AIアシスタントをSearchAgoraに接続します。SearchAgoraは、ウェブ上の商品検索と購入を支援するユニバーサル商品検索エンジンです。このMCPを使用すると、AIアシスタントを介してシームレスに商品を検索し、オプションを比較し、ショッピングカートを管理し、購入を完了することができます。
Related MCP server: SearchAPI MCP Server
前提条件
カーソルやクロードデスクトップのようなMCPクライアント
UV設置済み
FewsatsのようなL402互換クライアントを介した支払い方法
MCPサーバーの設定
カーソル用
カーソルを開いて設定へ移動します
MCPサーバー構成に移動する
次の構成を追加します。
{
"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 キーに置き換えてください。
クロードデスクトップ向け
設定ファイルを見つけます:
MacOSの場合:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows の場合:
%APPDATA%/Claude/claude_desktop_config.json
次の構成を追加します。
"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 cartShow me what's in my cartCheckout and purchase my itemsサポートされている機能
現在、Agora MCP は以下をサポートしています。
カスタマイズ可能なパラメータによる製品検索:
検索クエリ
ページあたりの結果
ページナビゲーション
価格フィルタリング(最小値と最大値)
カスタム並べ替えオプション
近日公開:
商品をカートに追加
ショッピングカートの表示と管理
購入を完了する
お気に入りの商品を保存する
注文状況を追跡する
SearchAgoraについて
SearchAgoraは、ウェブ上のあらゆる商品を見つけるのに役立つユニバーサルな商品検索エンジンです。包括的な商品情報、価格比較、そして合理化されたチェックアウトプロセスにより、シームレスなショッピング体験を提供します。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server that enables web search capabilities using OpenAI's o3 model, allowing AI assistants to perform text-based web searches and return AI-powered results.1198288MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that provides standardized access to Google Maps, Flights, Hotels, and other search services, enabling AI assistants to perform various searches.MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that connects AI assistants to the Data Graphs knowledge graph platform, enabling natural language search, exploration, and querying of graph data.22

BizNetAI MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceA hosted MCP server that routes natural-language shopping queries to independent merchant storefronts, returning normalized product and merchant results for AI agents and shopping assistants.MIT
Related MCP Connectors
Connect e-commerce and marketing data to AI assistants via MCP.
Shopping MCP for AI agents: search, compare, Amazon buy links. Auto-register.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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