헥토파이낸셜 결제 연동을 위한 MCP 서버입니다. 공식 연동 가이드 문서를 검색하고 조회하여 개발자들이 정확한 정보로 결제 시스템을 구축할 수 있도록 도와줍니다.
Project description
헥토파이낸셜 MCP 서버
헥토파이낸셜의 연동 문서를 쉽고 빠르게 검색·조회할 수 있는 MCP 서버입니다.
MCP란? Model Context Protocol의 줄임말로, "AI를 위한 USB-C 포트"라고 불리며, LLM이 외부 데이터와 도구에 표준화된 방식으로 접근할 수 있게 해주는 프로토콜입니다.
📋 개요
이 MCP 서버는 헥토파이낸셜의 연동 문서를 검색하고, 개발자들이 필요한 정보를 빠르게 찾을 수 있도록 도와줍니다. 전자결제(PG), 내통장결제, 간편현금결제 서비스 관련 문서를 제공합니다.
🛠️ 제공 도구
| 도구 | 설명 |
|---|---|
search_docs |
키워드 및 카테고리를 통해 헥토파이낸셜 연동 문서를 검색합니다. 카테고리를 명시하면 검색 정확성이 향상됩니다. |
list_docs |
전체 연동 문서 목록을 조회합니다. 카테고리별 필터링을 제공합니다. |
get_docs |
문서 ID 또는 파일명으로 특정 문서의 전체 내용을 조회합니다. |
🚀 사용 방법
요구사항
- Python 3.10+
- uv 설치 필수
- MCP 클라이언트 (Cursor, Claude Desktop 등)
uv 설치
curl -LsSf https://astral.sh/uv/install.sh | sh
🖇️ MCP 클라이언트 연동
Cursor
🔗 원클릭 설정: Cursor에서 바로 설정하기
또는 프로젝트 루트에 .cursor/mcp.json 파일을 생성:
{
"mcpServers": {
"hecto-financial": {
"command": "uvx",
"args": ["hectofinancial-mcp-server@latest"]
}
}
}
Claude Desktop
~/.claude_desktop_config.json 파일에 추가:
{
"mcpServers": {
"hecto-financial": {
"command": "uvx",
"args": ["hectofinancial-mcp-server@latest"]
}
}
}
VS Code
🔗 원클릭 설정: VS Code에서 바로 설정하기
또는 VS Code 설정에서 MCP 서버를 수동으로 추가할 수 있습니다.
기타 MCP 클라이언트
다른 MCP 클라이언트에서도 다음과 같은 설정을 사용할 수 있습니다:
{
"mcpServers": {
"hecto-financial": {
"command": "uvx",
"args": ["hectofinancial-mcp-server@latest"]
}
}
}
📄 License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hectofinancial_mcp_server-0.1.4.tar.gz.
File metadata
- Download URL: hectofinancial_mcp_server-0.1.4.tar.gz
- Upload date:
- Size: 138.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f4fe438c89f89fd583eded320fb51ed8ed2023fc0cbbdc0cdd02a2bb4539244
|
|
| MD5 |
f5d5762de793f42e3e2834537d9a6f13
|
|
| BLAKE2b-256 |
d7e0089099298751e5be707204a3e020e4be691d2fac9c0ae9262d7235f425d1
|
File details
Details for the file hectofinancial_mcp_server-0.1.4-py3-none-any.whl.
File metadata
- Download URL: hectofinancial_mcp_server-0.1.4-py3-none-any.whl
- Upload date:
- Size: 143.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4106a5676e3feb84968c1fc26e2b942f8d48a90baed5ffee02ee002befb0ff4c
|
|
| MD5 |
3b4c31092b9303a17a1a09070a2283a9
|
|
| BLAKE2b-256 |
9a96e1bfe87444af3b7674e8cb81628723b35e317d84f7f34d1910eaefb1280a
|