Official MCP server for the Perplexity API Platform, enabling AI assistants to perform real-time web search, reasoning, and deep research using Sonar models.
Provides AI assistants with real-time web search, reasoning, and research capabilities through Perplexity's Sonar models and Search API. Supports quick searches, deep research, advanced reasoning, and direct web search with ranked results.
Integrates the Sonar API to provide Claude with real-time web-wide research capabilities. Enables conversational web searches through Perplexity's AI-powered search engine for up-to-date information retrieval.
Integrates Perplexity AI's chat capabilities with real-time web search, enabling users to ask questions and receive AI-powered answers with up-to-date information and citations from verified web sources.
Integrates with Perplexity's API to provide web search and AI-powered answers with citations. Offers a three-tier research workflow: search for sources, ask for grounded AI answers, and ask_more for deeper analysis using advanced models.
Enables intelligent code analysis and debugging through the Perplexity AI's API, offering detailed error analysis, pattern detection, and comprehensive solutions, with integration support for the Claude desktop client.
A Python port of the official Perplexity MCP server that enables web-grounded Q\&A, deep research, and step-by-step reasoning via Perplexity AI's models. It supports both STDIO and HTTP interfaces for seamless integration with tools like Claude Desktop and Cursor.
Enables comprehensive personal task management through specialized MCP servers including email sending, PDF reading with OCR, web search, meeting scheduling, pizza ordering, and interactive question handling. Provides a unified chat interface for natural language interaction with all these capabilities.
Enables managing personal information with dynamic topic-based organization (tasks, meetings, contacts, etc.), supporting optional OTP authentication and AES-256 encryption for sensitive data with automatic backups.
Enables searching and retrieving detailed information about Swedish companies, including financial data and annual reports from Bolagsverket (Swedish Companies Registration Office), with intelligent caching for fast responses.
Enables agentic coding workflows in Claude Code through a multi-candidate patch evaluation loop that generates code variants, validates builds, scores results with mandatory vision testing, and automatically selects the best implementation.
Enables natural language querying of PostgreSQL databases through the Model Context Protocol. It translates user questions into validated SQL, executes read-only queries safely, and returns results to MCP-compatible clients like Claude Desktop.
Enables AI agents to make real-world phone calls with AI voice technology and provides tools to track call status, transcripts, and summaries. It supports automated communication with both live numbers and simulated businesses for testing and demonstration purposes.
## 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.
安装状态
已补齐
命令预览
FIRECRAWL_API_KEY={FIRECRAWL_API_KEY} fastmcp run app.py {"FIRECRAWL_API_KEY":"{FIRECRAWL_AP...
Enables AI assistants to programmatically generate images, GIFs, and PDFs from HTML/CSS or web screenshots using the Pictify API. It also supports template management, batch rendering jobs, and A/B test experiment controls.
Provides real-time access to Israeli emergency alerts from the official Pikud Haoref (Home Front Command) API. Enables AI assistants to check current alerts, retrieve alert history with intelligent city filtering, and monitor emergency notifications including rocket alerts, aerial intrusions, and earthquakes.
Enables interaction with Pinecone vector databases for storing and searching embeddings. Supports similarity search, metadata filtering, and vector operations for semantic search and RAG applications.
Enables AI assistants to perform semantic search, manage vectors, and interact with Pinecone vector databases through standardized MCP tools. Supports querying, upserting, deleting vectors and monitoring database statistics for knowledge base operations.
Enables AI agents to schedule and manage reminders across platforms like email, Slack, Discord, and webhooks. It provides tools to create, list, update, and cancel notifications to automate task reminders and agent wake-ups.
全面解析Pixabay MCPMCP Server的核心功能、安装配置和实用案例。作为顶级Model Context Protocol服务器,Pixabay MCP能让AI助手访问实时数据、执行操作,为您提供更智能的工作体验和自动化解决方案。
安装状态
已补齐
命令预览
pip install pixabay-mcp
