
Phonelcdparts Mcp
@cnguyen14
Phonelcdparts Mcp について
## PhoneLCDPartsScraper MCP Server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"PhoneLCDPartsScraper": {
"command": "fastmcp",
"args": [
"run",
"app.py"
],
"env": {
"FIRECRAWL_API_KEY": "{FIRECRAWL_API_KEY}"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Phoneldparts Mcp?
Phoneldparts Mcp is a Model Context Protocol server that scrapes product search results from phonelcdparts.com using Firecrawl and BeautifulSoup. It provides a tool for programmatically retrieving product name, price, URL, and image URL for any search query. It is intended for developers who need to integrate phone parts product data into their tools or workflows.
How to use Phoneldparts Mcp?
Install Python 3.12+, set the FIRECRAWL_API_KEY environment variable, then either run python app.py or use the start-mcp script. The server exposes a single MCP tool named scrape_phonelcdparts that accepts a search_query string argument.
Key features of Phoneldparts Mcp
- Exposes the
scrape_phonelcdpartsMCP tool for product search. - Open source under the MIT License.
- Ready for hosting on MCP.so via
chatmcp.yaml. - Uses Firecrawl for web scraping with a simple API key setup.
- Returns product name, price, URL, and image URL per result.
Use cases of Phoneldparts Mcp
- Automate price checks for phone replacement parts.
- Build a custom inventory or comparison tool for phone LCDs.
- Integrate phonelcdparts.com search results into AI assistants or chatbots.
- Gather product data for market analysis or catalog management.
FAQ from Phoneldparts Mcp
What dependencies are required to run Phoneldparts Mcp?
Python 3.12+ and a Firecrawl API key are required. Install dependencies via uv pip install . or use the provided script.
What does the scrape_phonelcdparts tool return?
It returns a list of products, each containing name, price, url, and image_url fields for the given search query.
How can I host Phoneldparts Mcp on MCP.so?
Push the code to a public GitHub repository and submit the repository to MCP.so for review and hosting. The project includes a chatmcp.yaml for configuration.
Is Phoneldparts Mcp open source?
Yes, it is licensed under the MIT License.
What website does Phoneldparts Mcp scrape?
It scrapes product search results from phonelcdparts.com.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Servers
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント