Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Sanity MCP Server
  • MongoDB MCP Server for LLMs
  • Airtable MCP
  • TailorKit MCP
  • Python Codebase Analysis RAG System
Back to MCP Servers
Agora MCP

Agora MCP

Public
Fewsats/agora-mcp

Connect AI assistants to a universal product search engine via Model Context Protocol to search, filter, compare, and soon manage shopping carts and complete purchases seamlessly through natural language commands.

python
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with Agora MCP

MCP Server

Unlock the full potential of Agora MCP through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

Agora MCP

An MCP server for searching, discovering, and purchasing products through AI assistants like Claude or Cursor.

What is Agora MCP?

Agora MCP connects AI assistants to SearchAgora - a universal product search engine that helps you discover and buy products from across the web. With this MCP, you can seamlessly search for products, compare options, manage your shopping cart, and complete purchases directly through your AI assistant.

Prerequisites

  • MCP Client like Cursor or Claude Desktop
  • UV installed
  • A payment method through any L402-compatible client like Fewsats

Setting Up the MCP Server

For Cursor

  1. Open Cursor and go to Settings
  2. Navigate to MCP Server Configuration
  3. Add the following configuration:
{ "mcpServers": { "Agora": { "command": "uvx", "args": [ "agora-mcp" ] }, "Fewsats": { "command": "env", "args": [ "FEWSATS_API_KEY=YOUR_FEWSATS_API_KEY", "uvx", "fewsats-mcp" ] } } }

Make sure to replace YOUR_FEWSATS_API_KEY with your actual API key from Fewsats.

For Claude Desktop

  1. Find the configuration file:

    • On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
    • On Windows: %APPDATA%/Claude/claude_desktop_config.json
  2. Add the following configuration:

"mcpServers": { "Agora": { "command": "uvx", "args": [ "agora-mcp" ] }, "Fewsats": { "command": "env", "args": [ "FEWSATS_API_KEY=YOUR_FEWSATS_API_KEY", "uvx", "fewsats-mcp" ] } }

Running a Local Development Version

For development purposes, you can run a local version of the Agora MCP from your own repository:

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

Replace /path/to/your/agora-mcp with the actual path to your local Agora MCP repository.

Using Agora MCP With Your AI

Once configured, you can have natural conversations with your AI to search for and purchase products:

Searching for Products

Simply ask your AI to search for products:

Can you find a cool t-shirt for me?

Advanced Search Options

Refine your search with additional parameters:

Show me headphones under $100 sorted by highest rating

The search supports:

  • Price ranges (min/max)
  • Pagination
  • Custom sorting
  • Product filtering

Coming Soon: Shopping Cart & Purchasing

Soon you'll be able to:

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

Supported Features

Currently, Agora MCP supports:

  • Product search with customizable parameters:
    • Search query
    • Results per page
    • Page navigation
    • Price filtering (minimum and maximum)
    • Custom sorting options

Coming soon:

  • Add products to cart
  • View and manage shopping cart
  • Complete purchases
  • Save favorite products
  • Track order status

About SearchAgora

SearchAgora is a universal product search engine that helps you discover products from across the web. It offers a seamless shopping experience with comprehensive product information, price comparisons, and streamlined checkout processes.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Sanity MCP Server
    Sanity MCP Server

    Connect Sanity projects with AI tools via the Model Context Protocol to enable natural language cont...

    Added May 30, 2025
  • MongoDB MCP Server for LLMs
    MongoDB MCP Server for LLMs

    Enables LLMs to seamlessly interact with MongoDB databases via Model Context Protocol, offering sche...

    Added May 30, 2025
  • Airtable MCP
    Airtable MCP

    Connect AI tools to Airtable via Model Context Protocol to manage bases, tables, schemas, and record...

    Added May 30, 2025
  • TailorKit MCP
    TailorKit MCP

    Connect AI assistants to TailorKit's API for seamless management of customizable e-commerce product ...

    4 tools
    Added May 30, 2025
  • Python Codebase Analysis RAG System
    Python Codebase Analysis RAG System

    Analyzes Python codebases using AST to extract and vectorize code elements, enabling advanced queryi...

    Added May 30, 2025