Reference | AI & MCP | Kick Docs
Kick MCP Reference Documentation
For the complete documentation index, see llms.txt. This page is also available as Markdown.
Use this page when you need exact MCP connection values or want to confirm how Kick MCP chooses credentials, workspaces, and available tools. For step-by-step setup, see Connect custom AI tools.
Hosted MCP endpoint
Remote MCP clients connect to:
https://use.kick.co/mcp
OAuth-capable clients can discover Kick's protected resource metadata at:
https://use.kick.co/.well-known/oauth-protected-resource
Kick MCP has two kinds of tools:
- Read-only tools look up data and run reports without making any changes.
- Write tools make changes you approve, like creating a transaction or posting a journal entry.
If your AI client uses OAuth, it requests these as the mcp:read and mcp:write scopes.
PAT bearer header
For PAT-based clients, send the token as a bearer header:
Authorization: Bearer kick_pat_...
Keep PATs out of prompts, source control, and shared docs. Revoke any token you suspect has been exposed.
Workspace selection
Workspace-scoped MCP tools can receive workspaceId in tool arguments.
Workspace-bound PATs auto-inject their bound workspace. The backend injects a default workspaceId only when the credential resolves to exactly one workspace. User-scoped PATs and OAuth tokens should pass workspaceId explicitly.
Find available tools
Use the tool list shown by your AI client as the current source of truth. Available Kick tools can vary by token scope, workspace permissions, enabled features, and client cache state.
Common ways to inspect tools:
- Open the client's MCP, tools, or connector panel and look for the Kick server.
- Use a client command such as
/mcp list,MCP: List Servers, or the equivalent command in your client. - Ask a safe read-only prompt:
List the Kick tools you can use. Identify which ones are read-only, then confirm the active workspace before looking up any client data.
If a tool was recently added or renamed, restart or reconnect the MCP client so it reloads the tool list.
Common tool examples
These examples are not a complete list. Use your MCP client's tool list for the up-to-date names available to your credential.
context_browse: list workspaces and entities the credential can access.context_resolve: resolve a workspace, entity, or ledger by name.transactions_query: search, inspect, or summarize transactions.reports_query: run profit and loss, balance sheet, trial balance, and other reports.activity_query: list recent activity and audit logs.
Kick MCP tools use portable names, usually lower snake case. The available list can vary by token scope, workspace permissions, and feature flags.
Safety reminders
- Use read-only access for lookup and reporting.
- Use write access only when the workflow needs it.
- Confirm workspace and entity IDs before using an assistant on client data.
- Treat assistant output as a draft until an accountant reviews it.
For setup examples, see Connect custom AI tools. For more safety detail, see Permissions and Security.