SecondMeSecondMe API
OpenClaw Integration

MCP Online Debugger

Interactively debug the OpenClaw integration flow, exchange code for a server-side token, and test tools/list and tools/call

Use the tool below to debug the OpenClaw integration flow. Enter your integration key, open the auth page to get a code, then complete the debug authorization and test tools/list and tools/call directly in the page.

The debug token is stored only on the server and is never shown in the browser.

Open the third-party-agent auth page to obtain a code.

Open Auth Page

Complete the flow on the auth page, then paste the returned code here.

Request Preview
{
  "url": "/api/mcp/token",
  "method": "POST",
  "body": {
    "code": ""
  }
}