OpenFin MCP
Hosts the MCP server as a Cloudflare Worker, providing a remote MCP endpoint accessible via Cloudflare's network.
Deploys a static site to GitHub Pages for the knowledge base and documentation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OpenFin MCPsearch for financial products for small businesses"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OpenFin
OpenFin은 금융 도메인 지식과 상품 데이터를 같은 출처·관계 계약으로 공개하는 읽기 전용 탐색기와 Cloudflare Remote MCP입니다.
범위 결정은 개인 금융 플랫폼 전체를 하나의 추천기로 만드는 것이 아니라, tax, public-support, financial-products, financial-reference, life-context bounded context를 각각 출처·신선도·공개등급으로 운영하는 방식입니다. 현재 공개 기능은 조회·탐색 중심이며 예금·적금 비교는 제한 파일럿, 추천은 release gate와 현재 배포 세대 generation-bound 120/120 live regression을 통과하기 전까지 fail-closed입니다. 최상위 release_status는 호환용 deprecated alias이고, 외부 상태 판단은 core_search_status, comparison_status, recommendation_status를 사용합니다.
Source of truth
원본 지식은 knowledge/에 금융 의미를 기준으로 배치합니다. 10-tax, 20-public-support, 30-financial-products, 40-financial-reference, 50-life-context, 90-sources 같은 도메인 폴더가 분류 체계입니다. taxonomy/, ontology/, topology/ 폴더는 만들지 않습니다.
사람이 검토하는 규칙·개념·용어·시나리오는 Markdown으로 관리합니다.
반복 구조의 상품·지원사업 대량 데이터는 JSONL로 관리합니다.
각 항목은 안정적인
id,type,relations,provenance를 가집니다.모든 외부 사실은
source_id, 원본original_url, 원본 레코드/locator, 수집·검토시각, freshness 상태와 체크섬을 기록합니다.90-sources/에는 발행기관·공식 URL·접근방식·갱신 SLA·이용조건을 기록합니다. 비밀키와 토큰은 저장하지 않습니다.출처 확인 실패나 체크섬 충돌은 기존 데이터를 삭제하거나 추천으로 승격하지 않고
stale,unreachable,conflict,reference_only로 fail-closed 처리합니다.
schemas/는 entity/source/provenance/relation 계약을 정의하고, evidence/source-receipts/YYYY-MM/에는 원본 콘텐츠 대신 갱신 확인 결과를 누적합니다. 산출물은 결정적 빌드로 docs/opentax/에 생성됩니다.
Related MCP server: Analytos Brain Omnigraph MCP Server
Local commands
npm ci
npm run knowledge:build
npm run knowledge:schema-validate
npm run knowledge:validate
npm run knowledge:derive-quality:check
npm run knowledge:track-sources -- --dry-run --report-dir .reports/source-tracking
npm test
cd mcp && npm run test:mutationknowledge:track-sources는 기본적으로 읽기 전용입니다. 로컬 상태·영수증을 저장하려면 npm run knowledge:track-sources:write를 명시적으로 사용합니다. 사람이 검토하기 전에는 원본 지식이나 추천 설정을 자동 변경하지 않습니다.
인증형 공식 API는 로컬 .env와 GitHub Actions secret의 FINLIFE_API_KEY, DATA_GO_KR_SERVICE_KEY를 사용합니다. 키가 없으면 해당 출처는 secret-required로 남고, 키 값은 URL·상태·영수증에 저장되지 않습니다.
Deployment
운영 배포는 수동 OpenFin Immutable Release workflow에서만 실행합니다. workflow는 의존성 감사와 지식 검증을 거친 candidate를 staging Pages·Worker에서 검증한 뒤, 동일한 최종 artifact에 대해 120건 회귀와 schema·generation parity가 통과한 Worker version만 승격하고 GitHub Pages와 public parity를 마무리합니다.
Pages manifest는 구조화 수, 값 완결 수, 필드 출처 검증 수, runtime 비교 가능 수, 공개 가능 수를 구분합니다. provenance 연결률은 필드 출처 검증률이 아니며, 현재 세대 120/120 live regression과 공개 승인 receipt가 없으면 추천은 활성화되지 않습니다.
매일과 수동 workflow_dispatch로 실행되는 Track OpenFin Sources workflow는 SLA가 도래한 출처를 점검하고 결과를 artifact로 업로드합니다. changed, stale, unreachable, conflict, retired 상태가 감지되면 상태 영수증과 영향받는 canonical ID·필드 보고서를 automation/source-tracking 검토 브랜치에 남깁니다. PR 생성이 repository 정책상 막힌 경우에는 review issue로 같은 branch와 report 경로를 남깁니다. 원본 지식과 추천 자격은 자동 수정하지 않으며, 일시적인 원본 오류가 있어도 마지막 정상 데이터는 보존됩니다.
Cloudflare Worker와 GitHub Pages는 개별 workflow나 로컬 명령으로 운영 배포하지 않습니다. OpenFin Immutable Release를 실행하려면 repository variable OPENFIN_STAGING_PAGES_PROJECT가 먼저 설정되어 있어야 합니다. Worker preview URL은 Wrangler가 반환한 실제 alias를 사용합니다.
gh workflow run release-openfin.yml --ref mainWorker는 release workflow가 검증한 immutable Pages manifest와 공개 JSON만 읽습니다. 일반 main 푸시는 Pages나 Worker를 배포하지 않습니다. 역사적 provenance URL은 출처 추적용으로 보존하며 Worker 런타임의 데이터 원본으로 사용하지 않습니다.
OpenFin Immutable Release는 workflow_dispatch로만 시작하며 canonical 산출물을 한 번 빌드합니다. staging Pages·Worker preview, 최종 artifact Pages·Worker preview, 정확한 Worker version 승격, production Worker 재검증, GitHub Pages 배포, public parity 순서로 진행합니다. Pages 배포가 성공하기 전 실패는 이전 Worker version으로 rollback하지만, GitHub Pages는 성공한 배포를 자동 복원하는 API가 없으므로 Pages 성공 후 parity 실패는 운영 차단 상태로 남깁니다. 기존 개별 Pages/MCP workflow는 fail-closed로 비활성화되어 있습니다.
기존 /OpenFin/opentax/*.json, finance-ontology-manifest.json, MCP search·fetch·exports 인터페이스는 호환성을 위해 유지합니다. 출처 registry, 상태, provenance coverage, 관계 인덱스는 추가 공개 산출물로 제공합니다. 추천 기능은 품질 게이트와 최신 전체 live regression을 통과하기 전까지 비활성 상태입니다.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Anonymous read-only access to source-backed public SHAR Production knowledge.
151Machine-readable entity discovery with provenance, trust and verified source evidence.
Read-only tokenized stock data: issuers, chains, contract addresses and corporate actions.
Read-only discovery and bounded access to a finite market briefing with evidence boundaries.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides financial agents access to the Financial Industry Business Ontology (FIBO) for querying financial concepts, terms, and relationships through natural language.223MIT
- AlicenseNot gradedqualityBmaintenanceThis MCP server provides governed read access to the Analytos Brain knowledge graph, enabling content and GTM agents to retrieve approved entities and relationships with access control and citations.2MIT
- -licenseNot gradedqualityNot gradedmaintenanceEnables semantic search and exploration of a business glossary knowledge graph, allowing users to query terms, expand related concepts, trace dependencies, and resolve physical table mappings.-
- AlicenseBqualityCmaintenanceEnables read-only search over a curated, provenance-preserving corpus of EVM smart-contract security knowledge, providing tools for retrieving audit findings, document context, and source information.5MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jhny-kor/OpenFin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server