Prerequisites (mcporter)
Add this server to your mcporter.json (merge under mcpServers):
"web-reader": {
"baseUrl": "https://open.bigmodel.cn/api/mcp/web_reader/mcp",
"headers": {
"Authorization": "Bearer YOUR_ZHIPU_API_KEY",
"Accept": "application/json, text/event-stream"
}
}
Based on the Zhipu CodePlan MCP server configuration, this skill provides functionality for reading web page content.
Usage:
Call the webReader tool with the url parameter.
Parameters:
url(string, required): The URL of the website to read.
Example:
mcporter call web-reader.webReader url="https://github.com/openclaw/openclaw"