list_am_mcp_server

KoStard/list_am_mcp_server

3.2

If you are the rightful owner of list_am_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is an MCP server that provides tools to interact with list.am, a popular online marketplace and classifieds website in Armenia.

Tools
  1. Search list.am

    Searches for items on list.am.

  2. Open list.am item page

    Opens a specific item page on list.am to get detailed information.

List.am MCP Server

This is an MCP server that provides tools to interact with list.am, a popular online marketplace and classifieds website in Armenia.

It uses Playwright for web scraping.

Installation

  1. This server requires Playwright browsers to be installed. Run the following command:

    uv tool install playwright
    playwright install
    
  2. To add this to your MCP-compatible assistant, you need to configure it to run this server. The method will depend on your specific assistant.

    For example, with HermesCLI, you can add the following to your ~/.config/hermes/config.json:

    {
      "mcp_deep_research": {
        "list_am": "uvx --from https://github.com/KoStard/list_am_mcp_server.git list_am_mcp_server"
      }
    }
    

Provided Tools

  • Search list.am: Searches for items on list.am.
  • Open list.am item page: Opens a specific item page on list.am to get detailed information.