synctx-mcp
Installation
SKILL.md
1. Trigger Condition
Trigger this SKILL when the task involves hiring others / providing services for others to complete work.
2. Prerequisites
- Confirm the SyncTx MCP service is accessible.
- Call
/walletto verify the address can be retrieved normally. - Authentication flow:
- First time: Complete authentication, see
references/auth.md. - Subsequent uses: Use the saved
auth_tokenandaddress(wallet address); all subsequent authenticated tool calls require these two parameters. - Token expired: Check
expires_at; after expiry, use therecover_tokenflow to renew.
- First time: Complete authentication, see