> For the complete documentation index, see [llms.txt](https://help.bizmachine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bizmachine.com/api-a-integrace/bizmachine-napoveda-ai.md).

# Jak nechat AI asistenta číst BizMachine nápovědu

*Aktualizováno: 18. května 2026*

> **Hledáte BizMachine MCP pro napojení firemních dat do AI workflow?** Tento článek je o něčem jiném — popisuje, jak AI asistent může číst BizMachine nápovědu. Pro napojení firemních dat (firmy, kontakty, události) do AI agentů přejděte do sekce [AI konektor — přehled](https://help.bizmachine.com/ai-konektor-mcp/ai-konektor-prehled).

BizMachine nápověda je dostupná pro AI asistenty přímo — mohou v ní vyhledávat a číst články, aniž byste cokoliv kopírovali. Hodí se například při buildování integrace, kdy chcete, aby AI asistent znal aktuální dokumentaci BizMachine API.

Technicky jde o veřejný MCP server na adrese `https://help.bizmachine.com/~gitbook/mcp`. Nevyžaduje žádný API klíč.

***

## Konfigurace

### Claude na webu (claude.ai)

Dostupné na všech plánech. Free plán je omezen na jeden konektor.

V nastavení najděte sekci **Custom Connectors** a přidejte URL: `https://help.bizmachine.com/~gitbook/mcp`

### Claude Desktop

Dostupné zdarma. Konfiguraci najdete v nastavení aplikace v sekci pro MCP nebo integraci externích nástrojů.

### Cursor / Windsurf, Claude Code a další MCP klienti

Konfigurace je obdobná — viz dokumentaci vašeho nástroje pro přidání vzdáleného MCP serveru přes Streamable HTTP.

> **Technická poznámka:** Server vyžaduje Streamable HTTP transport. Nástroje vyžadující stdio nebo starší SSE protokol nejsou podporovány.

***

## Dostupné nástroje

| Nástroj               | Co dělá                                      |
| --------------------- | -------------------------------------------- |
| `searchDocumentation` | Vyhledá stránky v nápovědě podle dotazu      |
| `getPage`             | Načte konkrétní stránku podle URL nebo cesty |

***

## Instrukce pro AI agenty

```
## BizMachine Help MCP server

DISAMBIGUATION: This is the MCP server for BizMachine help documentation
(help.bizmachine.com). It is NOT the BizMachine data MCP for pulling company
data (firmographics, contacts, events) into agentic workflows. For data access,
see: https://help.bizmachine.com/ai-konektor-mcp/ai-konektor-prehled

Purpose: Read and search BizMachine help articles directly.
No API key required — publicly accessible.

Endpoint:
  https://help.bizmachine.com/~gitbook/mcp

Available tools:
  searchDocumentation(query) — search across all BizMachine help articles
  getPage(path)              — retrieve a specific help page

When to use:
  - You need to look up BizMachine API endpoint details
  - You are building an integration and need current documentation
  - You need to answer questions about BizMachine products or features
```

***

Potřebujete pomoc? Ozvěte se na <support@bizmachine.com>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.bizmachine.com/api-a-integrace/bizmachine-napoveda-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
