Prerequisites
- OpenClaw installed (getting started)
- A TryPost Cloud account with an active trial or subscription (start a 7-day free trial)
Setup
1
Add the TryPost MCP server
Register the remote server with OAuth (Streamable HTTP):This saves the definition under
mcp.servers in ~/.openclaw/openclaw.json. It does not connect or log in yet.2
Sign in with OAuth
Start the login flow:OpenClaw prints an authorization URL and stores a temporary PKCE verifier. Open the URL in a browser, sign in to TryPost, and click Allow. After approval, pass the returned code back:
3
Reload and verify
Active agent or Gateway processes may still hold a stale tool list. Reload MCP clients in this CLI process (or restart the Gateway / Save & Publish from the Control UI), then probe:Or:Then ask your OpenClaw agent (Control UI, Telegram, Discord, etc.):
Manual configuration
Equivalent config written byopenclaw mcp add:
~/.openclaw/openclaw.json, then run openclaw mcp login trypost and complete the --code step.
Bearer token fallback (CI, headless, no browser)
Bearer token fallback (CI, headless, no browser)
When you cannot complete OAuth, use a Personal Access Token and do not set Or in config:Create the key from Settings > API Keys on the TryPost dashboard. Prefer an env var over committing the token.
auth: "oauth" — while OAuth auth is enabled, static Authorization headers are ignored.
