docs: Add docs for the new MCP tools

This commit is contained in:
Karim shoair
2026-03-29 23:38:54 +02:00
parent 8e89a73014
commit 7f552bed73
2 changed files with 61 additions and 4 deletions
+17 -1
View File
@@ -5,7 +5,7 @@ search:
# MCP Server API Reference
The **Scrapling MCP Server** provides six powerful tools for web scraping through the Model Context Protocol (MCP). This server integrates Scrapling's capabilities directly into AI chatbots and agents, allowing conversational web scraping with advanced anti-bot bypass features.
The **Scrapling MCP Server** provides nine powerful tools for web scraping through the Model Context Protocol (MCP). This server integrates Scrapling's capabilities directly into AI chatbots and agents, allowing conversational web scraping with advanced anti-bot bypass features.
You can start the MCP server by running:
@@ -30,6 +30,22 @@ The standardized response structure that's returned by all MCP server tools:
handler: python
:docstring:
## Session Models
Model classes for session management:
## ::: scrapling.core.ai.SessionInfo
handler: python
:docstring:
## ::: scrapling.core.ai.SessionCreatedModel
handler: python
:docstring:
## ::: scrapling.core.ai.SessionClosedModel
handler: python
:docstring:
## MCP Server Class
The main MCP server class that provides all web scraping tools: