Skip to main content
Glama
dandacompany

vibe-finance-kit

by dandacompany

Vibe Finance Kit

Vibe-Trading에서 검증된 투자 리서치 원칙을 Hermes 실습에 맞게 선별한 읽기 전용 Skill + MCP 키트다. 원본의 에이전트 런타임, UI, swarm, 브로커 주문 경로를 포크하지 않는다.

이 저장소가 담당하는 일:

  • 출처·기준일·가용 시점을 보존하는 투자 리서치

  • ETF 상품 구조와 기초지수 가치지표 스냅샷 검증

  • 백테스트 결과의 미래참조·비용·평가 구간·벤치마크 감사

이 저장소가 담당하지 않는 일:

  • 매수·매도 추천

  • 주문 기안, 승인 또는 실행

  • 증권사 키·계좌번호 보관

이 프로젝트는 교육용 분석 도구이며 투자 자문, 매수·매도 추천 또는 수익 보장을 제공하지 않는다.

주문과 모의 계좌 연결은 별도 프로젝트 magma-finance-lab이 담당한다. 분석 MCP에 주문 도구를 추가하지 않는 것이 이 프로젝트의 보안 경계다.

출처와 파생 범위

  • Upstream: HKUDS/Vibe-Trading

  • 검토 기준: vibe-trading-ai 0.1.13, commit a1bb7ac02953c8e913fa72b4f7dceb357c699330

  • 라이선스: MIT

세부 채택·제외 목록은 UPSTREAM.md, 저작권 고지는 NOTICE를 본다.

Related MCP server: justetf-mcp

Hermes 빠른 설치

git clone https://github.com/dandacompany/vibe-finance-kit.git
cd vibe-finance-kit
uv run python scripts/setup_hermes.py

같은 명령을 macOS, Linux·WSL, Windows PowerShell에서 사용한다. 이 명령은 프로젝트 환경과 패키지를 설치하고, Ada에는 분석 Skill 3개와 읽기 전용 MCP를, Oliver에는 리서치 Skill 2개를 등록한다. MCP 도구 4개 활성화 질문이 나오면 Y를 입력한다. 기본 기능에는 API 키와 .env가 필요하지 않다.

설치가 끝나면 Ada와 Oliver를 새 세션으로 시작한다. Ada에게 finance_kit_doctor를 호출하도록 요청해 mode=read_only, tools=4, order_tools=[], broker_credentials_required=false를 확인한다.

검증된 환경:

환경

MCP 실행 파일

전체 setup 결과

macOS

.venv/bin/vibe-finance-kit

Skill 3/2개·MCP 4개 통과

Linux·WSL

.venv/bin/vibe-finance-kit

Skill 3/2개·MCP 4개 통과

Windows PowerShell

.venv\Scripts\vibe-finance-kit.exe

Skill 3/2개·MCP 4개 통과

설치 확인과 복구

설정을 변경하지 않고 패키지, Hermes 경로, MCP 실행 파일, doctor만 확인할 수 있다.

uv run python scripts/setup_hermes.py --check

빠른 설치가 중단됐다면 오류를 해결한 뒤 uv run python scripts/setup_hermes.py를 다시 실행한다. 운영체제별 .venv 경로나 개별 Skill·MCP 명령을 직접 입력할 필요가 없다.

설치되는 역할:

Skill

역할

finance-research-discipline

출처·시점·반대 근거·결측 규율

etf-value-analysis

ETF 상품 구조와 기초지수 가치지표 분석

backtest-audit

미래참조·과적합·비용·벤치마크 감사

빠른 검증

.venv/bin/python -m unittest discover -s tests -v
.venv/bin/python -m vibe_finance_kit.doctor

첫 데이터 검증에는 examples/etf-analysis-snapshot.json을 사용한다. 값은 고정 fixture이며 실제 투자 판단 자료가 아니다.

공개 전 남은 게이트

  • Hermes 녹화 프로필에서 Skill 원격 설치 실측

  • MCP 등록 후 도구 목록과 첫 호출 실측

  • Section 8 샘플 ETFAnalysisSnapshot으로 end-to-end 검증

  • hermes skills audit 결과 보존

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Read-only MCP server for Taiwan active ETF research database, providing tools to list ETFs, track buy/sell deltas, view stock history and PnL, and find consensus buys across ETFs.
    5
  • A
    license
    A
    quality
    C
    maintenance
    Provides read-only access to justETF data including ETF search, profiles, charts, comparisons, and live quotes via MCP tools.
    5
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Investment decision tools for AI agents: portfolio status, isolated multi-agent committee analysis, auditable verdict history, and lookahead-protected backtests. Advisory only, no auto-trading; negative research results published.
    21
    81
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables quantitative trading research by providing tools to backtest strategies, list market datasets, review forward-test logs, and search previously rejected hypotheses, all through an MCP interface.
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dandacompany/vibe-finance-kit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server