Token导航 LogoToken导航TokenDH.com
Phonelcdparts MCP logo
搜索检索stdio官方级别未说明来源级核验

Phonelcdparts MCP

MCP Server

## PhoneLCDPartsScraper MCP Server This MCP server provides a tool to scrape product search results from [phonelcdparts.com](https://www.phonelcdparts.com). It allows users to programmatically retrieve details about products based on a search query. **Functionality:** - Searches `phonelcdparts.com` for a given query. - Extracts key information for each product found on the search results page. **Tool Provided:** - `scrape_phonelcdparts` - **Description:** Scrapes product information (name, price, URL, image URL) from `phonelcdparts.com` based on a search query. - **Input Parameter:** `search_query` (string) - The term to search for (e.g., "iphone 15 pro max lcd"). - **Output:** A list of dictionaries, where each dictionary contains: - `name` (string) - `product_url` (string) - `price` (string) - `image_url` (string) **Server Environment Requirements:** - `FIRECRAWL_API_KEY`: An API key for the Firecrawl service is required to fetch website content. This needs to be configured when deploying or running the server. **Technologies Used:** - [FastMCP](https://docs.mcp.so/): For creating the MCP server and tool. - [Firecrawl](https://firecrawl.dev/): For crawling and scraping the initial web page content. - [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/): For parsing the HTML content and extracting product details. This server is ideal for applications that need to monitor product listings, gather pricing information, or integrate `phonelcdparts.com` product data into other systems.

工具数

公开资料未说明
API密钥STDIO搜索

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

cnguyen14

提供方

cnguyen14

最后核验

2026/5/18 02:16

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

FIRECRAWL_API_KEY={FIRECRAWL_API_KEY} fastmcp run app.py {"FIRECRAWL_API_KEY":"{FIRECRAWL_API_KEY}"}

目录标签

目录标签

API密钥STDIO搜索research-and-dataphonelcdpartsscrapermcp-server

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

api-key

权限和风险

stdioapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

phonelcdparts-mcp logo

MCP.so

mcp.so

/server/phonelcdparts-mcp/cnguyen14

## PhoneLCDPartsScraper MCP Server This MCP server provides a tool to scrape product search results from [phonelcdparts.com](https://www.phonelcdparts.com). It allows users to programmatically retrieve details about products based on a search query. **Functionality:** - Searches `phonelcdparts.com` for a given query. - Extracts key information for each product found on the search results page. **Tool Provided:** - `scrape_phonelcdparts` - **Description:** Scrapes product information (name, price, URL, image URL) from `phonelcdparts.com` based on a search query. - **Input Parameter:** `search_query` (string) - The term to search for (e.g., "iphone 15 pro max lcd"). - **Output:** A list of dictionaries, where each dictionary contains: - `name` (string) - `product_url` (string) - `price` (string) - `image_url` (string) **Server Environment Requirements:** - `FIRECRAWL_API_KEY`: An API key for the Firecrawl service is required to fetch website content. This needs to be configured when deploying or running the server. **Technologies Used:** - [FastMCP](https://docs.mcp.so/): For creating the MCP server and tool. - [Firecrawl](https://firecrawl.dev/): For crawling and scraping the initial web page content. - [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/): For parsing the HTML content and extracting product details. This server is ideal for applications that need to monitor product listings, gather pricing information, or integrate `phonelcdparts.com` product data into other systems.

继续浏览同类 MCP