Back to MCP Servers

Production MCP
Active
Primary Production Server
production
high-availability
primary
Main production MCP server with high availability and redundancy. This server handles all production workloads and is optimized for performance and reliability.
Created
January 10, 2023 at 9:00 AM
Last Updated
October 15, 2023 at 2:32 PM
Last Connected
October 15, 2023 at 2:32 PM
Connection Details
Type:
REST APIURL:
https://api.mcp.example.com/v1Auth Method:
oauth2Configuration
{
"name": "Production MCP",
"type": "REST API",
"url": "https://api.mcp.example.com/v1",
"authMethod": "oauth2"
}Statistics
Requests per Day
15420
Avg Response Time
120ms
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>
takeScreenshot
Captures a screenshot of the current browser viewport
Parameters:
| Name | Type | Description |
|---|---|---|
| random_string | string | Dummy parameter for no-parameter tools |
Returns:ImageData
getNetworkLogs
Retrieves network request logs from the connected client
Parameters:
| Name | Type | Description |
|---|---|---|
| filter | string | Optional filter to apply to network logs (e.g., 'errors', 'success') |
Returns:Array<NetworkLogEntry>