헥토파이낸셜 결제 서비스 연동 문서를 검색하고 조회할 수 있는 MCP 서버입니다. 공식 가이드를 AI와 함께 빠르게 탐색하여 정확한 결제 시스템 구축을 지원합니다.
Project description
헥토파이낸셜 MCP 서버
헥토파이낸셜 결제 연동 문서를 AI가 직접 검색·분석할 수 있는 MCP 서버입니다.
공식 개발자 포털의 최신 문서를 자동으로 가져와 Claude, Cursor, VS Code 등에서 바로 활용할 수 있습니다.
🛠️ 제공 도구
| 도구 | 설명 |
|---|---|
search_docs |
키워드·카테고리 기반 문서 검색 (BM25 + 시맨틱 혼합) |
list_docs |
전체 문서 목록 조회 (카테고리·언어 필터, 페이지네이션) |
get_docs |
문서 ID 또는 파일명으로 전체 내용 조회 |
search_error_code |
오류코드(4자리) 원인·설명 즉시 반환 |
get_api_endpoint |
자연어 쿼리로 API URL·HTTP 메서드 추출 |
get_api_params |
API 요청·응답 파라미터 테이블 조회 |
🚀 시작하기
uv 설치 후 아래 클라이언트 설정을 추가하세요.
Cursor
원클릭 설정 또는 .cursor/mcp.json:
{
"mcpServers": {
"hecto-financial": {
"command": "uvx",
"args": ["hectofinancial-mcp-server@latest"]
}
}
}
VS Code
원클릭 설정 또는 settings.json:
{
"mcp": {
"servers": {
"hectofinancial-mcp-server": {
"command": "uvx",
"args": ["hectofinancial-mcp-server@latest"]
}
}
}
}
Claude Desktop
~/.claude_desktop_config.json:
{
"mcpServers": {
"hecto-financial": {
"command": "uvx",
"args": ["hectofinancial-mcp-server@latest"]
}
}
}
💬 사용 예시
"신용카드 빌키 정기결제 구현 방법 알려줘"
"가상계좌 입금 통보 처리는 어떻게 해?"
"결제승인 API 요청 파라미터 보여줘"
"0031 오류 원인이 뭐야?"
"What is the API endpoint for virtual account payment?"
✨ 주요 기능
- 최신 문서 자동 갱신 — 시작 시 헥토파이낸셜 개발자 포털에서 최신 문서를 가져오고 로컬에 캐싱
- 한국어·영어 동시 지원 — 560개 이상 문서,
language파라미터로 필터링 - 시맨틱 검색 — BM25 + 다국어 임베딩 모델 혼합으로 의미 기반 검색 (
[semantic]옵션)
시맨틱 검색 활성화 (선택)
{
"mcpServers": {
"hecto-financial": {
"command": "uvx",
"args": ["hectofinancial-mcp-server[semantic]@latest"]
}
}
}
📄 License
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.3.0.tar.gz.
File metadata
- Download URL: hectofinancial_mcp_server-0.3.0.tar.gz
- Upload date:
- Size: 554.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3f499d189262dfc3ef2c8b294abeec6bace34531785f7b56ce363bfe3789685
|
|
| MD5 |
15bb6f5621aa91f36f317e51f29dd6f1
|
|
| BLAKE2b-256 |
477490ecfa3a4b7ab50e3585fcb5e0bf9da48d6f36009a1c277d4c515d896331
|
File details
Details for the file hectofinancial_mcp_server-0.3.0-py3-none-any.whl.
File metadata
- Download URL: hectofinancial_mcp_server-0.3.0-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70f4eab675574811b6891c1a071b5cb4d00001a9c7e6cfe3990969d73fe7bbca
|
|
| MD5 |
7bb7e68ee0c1312317a11b34d8825823
|
|
| BLAKE2b-256 |
86a86b1bdc29d33432084edc41c92abe6ce7bf4e7c447a2c90c844409770bcbd
|