MCP.so
Sign In

Phonelcdparts Mcp

@cnguyen14

About Phonelcdparts Mcp

## PhoneLCDPartsScraper MCP Server

Basic information

Category

Other

Transports

stdio

Publisher

cnguyen14

Submitted by

chien nguyen

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_phonelcdparts MCP 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.

Comments

More Other MCP servers