Skip to main content
Glama

MCP Communication Server

by FuzzyCZX

open_web_page

Open a specified URL in a new IDE window, wait for WebSocket data from the page, and manage timeouts for real-time communication with the MCP Communication Server.

Instructions

在IDE中打开一个新的网页窗口显示指定的URL,并自动等待接收页面发送的WebSocket数据

Input Schema

NameRequiredDescriptionDefault
timeoutMsNo等待数据的超时时间(毫秒),默认10秒
urlYes
waitForDataNo是否等待页面发送数据,默认为true

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "timeoutMs": { "description": "等待数据的超时时间(毫秒),默认10秒", "type": "number" }, "url": { "format": "uri", "type": "string" }, "waitForData": { "description": "是否等待页面发送数据,默认为true", "type": "boolean" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from MCP Communication Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FuzzyCZX/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server