> For the complete documentation index, see [llms.txt](https://genos-docs.gitbook.io/default/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://genos-docs.gitbook.io/default/v1.9.2/basic-tutorials/guides/mcp/mcp-tool.md).

# MCP 도구 만들기

MCP 도구는 MCP 서버에 배포되어야만 워크플로우에서 사용할 수 있습니다. 먼저 MCP 도구를 생성합니다.

<figure><img src="/files/1yTTtnPcjsRCjzzicPf2" alt=""><figcaption></figcaption></figure>

* **MCP 도구 생성 버튼**을 눌러서 생성을 시작합니다.

<figure><img src="/files/33yE2YufhMvkBSu0en9b" alt=""><figcaption></figcaption></figure>

* 생성 시 필요한 정보를 입력합니다.
* MCP Tool 내에서 사용되는 패키지는 전부 선택해야 Tool이 정상적으로 동작합니다.
  * 사이드바 메뉴 중 관리 > 리소스 > PyPI 패키지 화면에서 `whl` 파일 포맷을 업로드하여 추가할 수 있습니다.

<figure><img src="/files/QZ6XyLtXIIlxfz23acoh" alt=""><figcaption></figcaption></figure>

* 생성된 MCP 도구를 목록에서 더블 클릭합니다.

<figure><img src="/files/Y7eK3A0HIyA7WRMD0MGu" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/mQfaKbNIAmhaZ6Brl5G4" alt=""><figcaption></figcaption></figure>

* 상세의 기본 정보 탭과 중요 정보 탭에서 생성 시 입력한 정보를 확인하고 수정할 수 있습니다.


---

# 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://genos-docs.gitbook.io/default/v1.9.2/basic-tutorials/guides/mcp/mcp-tool.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.
