
Phonelcdparts Mcp
@cnguyen14
About Phonelcdparts Mcp
## PhoneLCDPartsScraper MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"PhoneLCDPartsScraper": {
"command": "fastmcp",
"args": [
"run",
"app.py"
],
"env": {
"FIRECRAWL_API_KEY": "{FIRECRAWL_API_KEY}"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments