# What is Model Context Protocol (MCP), and how does it benefit Web Scraper API usage?

Model Context Protocol (MCP) is a standardized framework that establishes secure two-way connections between AI models and web data sources.

🛠️ The process transforms raw HTML into formats that LLMs can immediately understand.

MCP allows LLMs to access web data obtained with [Web Scraper API](https://oxylabs.io/products/scraper-api/web). Before MCP, integrating LLMs with web data required custom implementations for each source, leading to complex and hard-to-scale solutions.

#### Customization capabilities <a href="#h_227274958d" id="h_227274958d"></a>

* Tailor metadata parameters to match specific requirements.
* Configure custom instructions and disclaimers.
* Adjust context handling based on your LLM's processing needs.

🧠 See our [documentation](https://developers.oxylabs.io/scraper-apis/web-scraper-api/solutions-for-ai-workflows/model-context-protocol-mcp) and [GitHub](https://github.com/oxylabs/oxylabs-mcp) for specific steps to enable MCP for your projects.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.oxylabs.io/help-center/data-for-llms/what-is-model-context-protocol-mcp-and-how-does-it-benefit-web-scraper-api-usage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
