> For the complete documentation index, see [llms.txt](https://docs.kick.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kick.co/ai/developer-tools.md).

# DEVELOPER TOOLS

- [MCP](https://docs.kick.co/ai/developer-tools/mcp.md): Reference material for connecting to and using the Kick MCP server.
- [Tool Reference](https://docs.kick.co/ai/developer-tools/mcp/tool-reference.md): Complete technical reference for the Kick MCP tool surface; endpoints, auth, conventions, inputs, and tool-by-tool detail.
- [References](https://docs.kick.co/ai/developer-tools/mcp/references.md): Technical reference for Kick MCP endpoints, credentials, workspace selection, tool discovery, and common tool examples.
- [Advanced Setup](https://docs.kick.co/ai/developer-tools/mcp/advanced-mcp-setup.md): Connect Cursor, Gemini CLI, Perplexity, generic MCP clients, or a local Kick CLI server, plus reference details on PATs, scopes, credentials, and tool discovery.
- [Reference](https://docs.kick.co/ai/developer-tools/mcp/mcp-reference.md): Technical reference for Kick MCP endpoints, credentials, workspace selection, tool discovery, and common tool examples.
- [CLI](https://docs.kick.co/ai/developer-tools/cli.md)
- [Install the Kick CLI](https://docs.kick.co/ai/developer-tools/cli/install-the-kick-cli.md): Install or locate the Kick CLI, verify the command works, and prepare your terminal for repeatable automation.
- [Authenticate and Select Workspace](https://docs.kick.co/ai/developer-tools/cli/authenticate-and-select-workspace.md): Log in to the Kick CLI, use personal access tokens safely, and confirm the workspace before running client commands.
- [Additional Workflows](https://docs.kick.co/ai/developer-tools/cli/cli-example-workflows.md): Copy Kick CLI commands for client lookup, transaction review, reporting, activity inspection, JSON exports, and local MCP.
- [Reference](https://docs.kick.co/ai/developer-tools/cli/cli-reference.md): Technical reference for Kick CLI credentials, workspace selection, command discovery, common examples, output modes, and exit codes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kick.co/ai/developer-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
