헥토파이낸셜 결제 서비스 연동 문서를 검색하고 조회할 수 있는 MCP 서버입니다. 공식 가이드를 AI와 함께 빠르게 탐색하여 정확한 결제 시스템 구축을 지원합니다.
Project description
헥토파이낸셜 MCP 서버
헥토파이낸셜 연동 문서를 AI가 직접 검색·분석할 수 있는 MCP 서버입니다.
🛠️ 제공 도구
| 도구 | 설명 |
|---|---|
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?"
📄 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.1.tar.gz.
File metadata
- Download URL: hectofinancial_mcp_server-0.3.1.tar.gz
- Upload date:
- Size: 553.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f702580f087fbb29b680804c57b206b0351822cc9a5e661ffb1472d58a3a77e
|
|
| MD5 |
2aec64e2e3cd50275a96380ff8ebac7a
|
|
| BLAKE2b-256 |
136b8a615bd5d3c5dbafb7c1e9af632ebe176e91ac007a77c7d7242866843dee
|
File details
Details for the file hectofinancial_mcp_server-0.3.1-py3-none-any.whl.
File metadata
- Download URL: hectofinancial_mcp_server-0.3.1-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 |
fabfc6fa3caf1fe62bbf6fb08dfbb4afc354818db6ca1390096a64f464329f40
|
|
| MD5 |
77bed6da5a880fbef9150957d2b4d329
|
|
| BLAKE2b-256 |
bb2b79a821fefa781a6c301cedf60ea3ba8d70c33ab4d4632976e6ba1781d252
|