Back to MCP Servers

Development MCP
Active
Development Environment
development
testing
sandbox
Development environment MCP server for testing new features and integrations. This server is used by the development team to test new functionality before it is deployed to production.
Created
February 15, 2023 at 11:30 AM
Last Updated
October 16, 2023 at 10:15 AM
Last Connected
October 16, 2023 at 10:15 AM
Connection Details
Type:
WebSocketURL:
wss://dev-api.mcp.example.com/wsAuth Method:
api-keyConfiguration
{ "name": "Development MCP", "type": "WebSocket", "url": "wss://dev-api.mcp.example.com/ws", "authMethod": "api-key" }
Statistics
Requests per Day
5280
Avg Response Time
95ms
Tools Available
3
Status
active
Available Tools
Tools that can be used with this MCP server
getConsoleLogs
Retrieves browser console logs from the connected client
Parameters:
Name | Type | Description |
---|---|---|
random_string | string | Dummy parameter for no-parameter tools |
Returns:Array<LogEntry>
getSelectedElement
Gets the currently selected DOM element from the browser
Parameters:
Name | Type | Description |
---|---|---|
random_string | string | Dummy parameter for no-parameter tools |
Returns:ElementData
wipeLogs
Clears all logs from memory
Parameters:
Name | Type | Description |
---|---|---|
random_string | string | Dummy parameter for no-parameter tools |
Returns:boolean