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

# 에이전트 도구 관리

에이전트 도구 관리 화면에서는 **사내 시스템을 에이전트에 연결**할 수 있어요. 연결해 두면 에이전트가 그 시스템을 직접 조회하거나 작업을 처리합니다.

## 시작하기 전에

* 이 기능은 **관리자**가 사용할 수 있어요.
* 관리자 왼쪽 메뉴의 **사내 에이전트 > 에이전트 도구 관리**에서 들어갈 수 있습니다.

## 따라하기

### 1단계. 도구 목록 보기

지금 쓸 수 있는 도구가 보입니다. 웍스AI가 제공하는 도구와 회사가 직접 추가한 도구가 함께 나와요.

2026년 9월 16일에 공공 데이터 도구 다섯 가지가 새로 들어왔어요. 바로 켜서 쓰시면 됩니다.

* 국회 의안정보
* 고용·산재보험
* 글로벌 임상시험
* ScienceON (과학기술 정보)
* 식약처 화장품 정보

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-272eda46b9b2e980c2f25ccebb720d2161797cf2%2Fmcp-tools-01.png?alt=media" alt=""><figcaption><p>1단계 화면</p></figcaption></figure>

### 2단계. 도구 추가하기

**\[도구 추가]** 버튼을 눌러 사내 시스템을 연결합니다. 도구 링크에는 사내 또는 외부에서 개발한 **Remote MCP 서버 URL**(https\://)을 입력해요. 도구 이름과 설명, 도구 사용 시 전달할 지시 사항도 함께 적을 수 있습니다.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-752ff4807bab56be5fef3640eade5379999e3791%2Fmcp-tools-02.png?alt=media" alt=""><figcaption><p>2단계 화면</p></figcaption></figure>

### 3단계. 허용 여부와 권한 정하기

목록에서 도구마다 **허용 여부**를 켜고 끌 수 있어요. 관리자가 허용한 도구만 직원들의 **\[나만의 에이전트 만들기]** 에 노출됩니다.

**권한 관리**에서는 도구별로 사용할 직원을 지정할 수 있어요. 전체·허용·차단 스위치로 도구별 허용·차단 규칙을 정합니다.

목록의 **\[인증 테스트]** 를 누르면 그 도구에 실제로 연결되는지 바로 확인할 수 있어요. 직원에게 열어 주기 전에 눌러 보시면, 연결이 안 되는 도구를 미리 걸러낼 수 있습니다.

## MCP Hub로 사내 시스템 연결하기

직접 개발이 어려우시면 **\[MCP Hub 신청]** 버튼을 눌러보세요. **MCP Hub**를 이용하면 SAP·ERP·사내 API를 **별도 개발 없이** 연결할 수 있어요. Connector만 설치하면 **API 키가 외부로 나가지 않습니다.**

{% hint style="info" %}
자세한 연동 방법은 관리자 가이드의 [**사내 데이터 연동 (MCP Hub)**](https://docs.wrks.ai/admin-guide/integrations/undefined) 페이지에 정리돼 있어요.
{% endhint %}

## 주의해 주세요

도구를 연결하면 에이전트가 그 시스템에 접근할 수 있게 됩니다. **잘못 만든 도구는 보안에 취약할 수 있으니** 사내 보안 담당 부서와 함께 검토해 주세요.

## 다 되었어요!

이제 에이전트가 사내 시스템의 정보를 가져와 답할 수 있습니다.

설정 하나하나와 자주 묻는 질문은 [**관리자 도움말**](https://docs.wrks.ai/admin-help)에 정리돼 있어요.


---

# 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://docs.wrks.ai/admin-guide/admin-agents/mcp-tools.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.
