Connect an MCP client
ChatGPT
Add a developer-mode app using this remote MCP URL:
https://mcp.mmwebxs.cx.ua/mcp
Select OAuth authentication. The server publishes OAuth discovery metadata and supports dynamic client registration with Authorization Code + PKCE.
Access tokens last one hour. Rotating refresh tokens keep authorized ChatGPT and scheduled usage working for up to 30 days without repeating the browser flow.
Cursor or another header-based client
Create a personal token on the dashboard, then configure a remote MCP server:
{
"mcpServers": {
"rest-api": {
"url": "https://mcp.mmwebxs.cx.ua/mcp",
"headers": {
"Authorization": "Bearer mcp_REPLACE_ME"
}
}
}
}
Cursor with local risk policy
Use the included dist/src/client/stdio-proxy.js when Cursor must hide and block write or destructive execution tools locally. Configure REST_MCP_URL, REST_MCP_TOKEN, and the three ALLOW_*_OPERATION flags as documented in README.
Available tools
get_current_datetimelist_connectionslist_operationsdescribe_operationexecute_read_operationexecute_write_operationexecute_destructive_operation