Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Description
This PR adds the official Pearl MCP Server to the list of available MCP-compatible servers. The Pearl MCP Server provides a standardized interface to access Pearl's unique Expert-as-a-Service platform, allowing LLM clients to invoke real-time assistance from certified human experts across a broad range of categories.
Server Details
Motivation and Context
The Pearl MCP Server expands the ecosystem of MCP-compatible tools by introducing a distinctive type of tool: humans. Unlike traditional MCP implementations that connect to APIs or code snippets, this server enables AI agents (e.g., Claude, Cursor, GitHub Copilot) to interact with domain-specific human experts in real time. It offers a robust path for tasks that require nuanced judgment, contextual understanding, or legal, medical, and technical advice from certified professionals.
How Has This Been Tested?
The Pearl MCP Server has been tested using the OpenAI Responses API, Anthropic Claude, and several MCP-compatible clients. Typical tested scenarios include:
Breaking Changes
None. This change only adds a new entry to the list and does not affect any existing configurations or functionality.
Types of changes
Checklist
Additional context
The Pearl MCP Server enables AI systems to recognize when a query exceeds their autonomous capabilities and automatically escalate it to qualified human experts. This model ensures accuracy, trust, and accountability in high-stakes use cases such as legal consultation, medical triage, and technical troubleshooting.