| Field | Value |
|---|---|
| Name | tickward |
| Description | Manage countdown timers, projects, spaces, share links, and webhooks. |
| Server URL | https://mcp.tickward.com/mcp |
| Authentication | OAuth |
| Icon upload | Download 256 x 256 PNG |
Permissions
The consent screen groups OAuth scopes into three labels:| Label | Meaning |
|---|---|
| Read-only | The connector can inspect projects, timers, spaces, share links, and webhooks. |
| Scoped write | The connector can write only for the selected resource scopes. |
| Full access | The connector can read and write all supported MCP resources. |
insufficient_scope with required_scope and
granted_scopes in the error details. Reconnect the client with the missing
scope when the user approves that broader access.
Existing connections keep the scopes they were granted. Reconnect a client if
you want it to use newly added webhook tools.
Web apps
The ChatGPT and Claude steps below describe how to add tickward from their web apps. Local CLI tools use the separate local-agent setup below.ChatGPT
Use this path when ChatGPT shows Developer Mode or custom MCP app setup for your plan or workspace:- Open ChatGPT settings, then go to
AppsandAdvanced settings. - Enable
Developer mode. - Click
Create app. - For
Connection, chooseServer URLand enterhttps://mcp.tickward.com/mcp. - Select OAuth authentication. For
Registration method, choose Dynamic Client Registration. - Scan tools, finish the OAuth flow, and create the app.
- In a chat, select Developer Mode and enable the
tickwardapp.
Advanced OAuth settings before creating the app if you want
to review OAuth discovery details. Keep the discovered endpoint values. Use
Dynamic Client Registration for the hosted tickward MCP server. Do not enter
static client credentials, and do not choose Client Identifier Metadata Document.
Use these default scopes if ChatGPT asks for them manually:
| Field | Value |
|---|---|
| Auth URL | https://mcp.tickward.com/authorize |
| Token URL | https://mcp.tickward.com/oauth/token |
| Registration URL | https://mcp.tickward.com/oauth/register |
| Authorization server base | https://mcp.tickward.com |
| Resource | https://mcp.tickward.com/mcp |
Claude
Use this path when Claude shows custom connectors:- Open Claude, then go to
CustomizeandConnectors. - Click
+, thenAdd custom connector. - Enter the tickward MCP server URL:
https://mcp.tickward.com/mcp. - Leave advanced OAuth client credentials empty unless your workspace requires static credentials.
- Add the connector, click
Connect, and complete the tickward OAuth flow. - Enable the connector for the conversation where you want to use it.