Back to MCP Servers

Staging MCP
Active
Pre-Production Environment
staging
pre-production
testing
Staging environment that mirrors production for final testing before deployment. This server is configured identically to production to ensure accurate testing results.
Created
January 20, 2023 at 2:15 PM
Last Updated
October 14, 2023 at 6:45 PM
Last Connected
October 14, 2023 at 6:45 PM
Connection Details
Type:
REST APIURL:
https://staging-api.mcp.example.com/v1Auth Method:
oauth2Configuration
{ "name": "Staging MCP", "type": "REST API", "url": "https://staging-api.mcp.example.com/v1", "authMethod": "oauth2" }
Statistics
Requests per Day
8750
Avg Response Time
110ms
Tools Available
4
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>
getConsoleErrors
Retrieves browser console error logs from the connected client
Parameters:
Name | Type | Description |
---|---|---|
random_string | string | Dummy parameter for no-parameter tools |
Returns:Array<ErrorLogEntry>
getNetworkErrorLogs
Retrieves network error logs from the connected client
Parameters:
Name | Type | Description |
---|---|---|
random_string | string | Dummy parameter for no-parameter tools |
Returns:Array<NetworkErrorLogEntry>
getNetworkSuccessLogs
Retrieves successful network request logs from the connected client
Parameters:
Name | Type | Description |
---|---|---|
random_string | string | Dummy parameter for no-parameter tools |
Returns:Array<NetworkSuccessLogEntry>