Skip to main content
Glama
vbzvibin

Northern Trust MCP Layer

by vbzvibin

Northern Trust MCP 계층 - 프로토타입

이 저장소는 MCP(Model Context Protocol)를 사용하는 "서버들의 서버" 아키텍처를 구현합니다. 성과(Performance)와 같은 도메인별 데이터 기능을 단일 관리형 인터페이스로 통합하는 중앙 오케스트레이터를 특징으로 합니다.

저장소 구조

  • orchestrator/: 메인 게이트웨이 서버. 라우팅 및 도구 통합을 처리합니다.

  • domains/performance/: 펀드 성과 도구를 제공하는 샘플 도메인 구현.

  • package.json: 워크스페이스 관리를 위한 루트 구성.

Related MCP server: Quant Framework MCP Server

사전 요구 사항

  • Node.js (v18+)

  • NPM

설정 지침

  1. 의존성 설치 루트 디렉토리에서 실행:

    npm install
  2. 프로젝트 빌드

    npm run build:all
  3. 테스트 실행

    옵션 A: 개별 도메인 테스트

    cd domains/performance
    npm run dev

    옵션 B: 오케스트레이터 테스트 (서버들의 서버)

    cd orchestrator
    npm run dev

주요 기능

  • 네임스페이스 라우팅: 성과 도메인의 도구는 오케스트레이터에 의해 자동으로 perf_ 접두사가 붙습니다.

  • 동적 검색: 오케스트레이터는 시작 시 도메인 서버로부터 도구 매니페스트를 가져옵니다.

  • 타입 안전성: 강력한 스키마 검증을 위해 TypeScript와 Zod로 구축되었습니다.

  • 표준 프로토콜: 모든 MCP 호환 클라이언트(예: Gemini, Claude Desktop)와 호환됩니다.

사용 가능한 도구 (오케스트레이터 경유)

  • perf_get_fund_returns: 연초 대비(YTD) 및 1년 성과를 반환합니다.

  • perf_benchmark_comparison: 펀드와 벤치마크를 비교합니다.

  • perf_sharpe_ratio: 위험 조정 성과 지표를 반환합니다.

F
license - not found
-
quality - not tested
D
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

  • A
    license
    -
    quality
    D
    maintenance
    A central hub that aggregates multiple MCP resource servers into a single unified interface, enabling users to access tools and capabilities from multiple backend servers through one connection point.
    45
    202
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    An extensible framework that exposes quantitative research functions and financial data connectors, such as FRED, via an MCP server. It enables users to perform complex financial modelling, data retrieval, and autonomous research loops with built-in guardrails and pluggable components.
    6
    4
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that provides AI agents with structured, real-time data on cryptocurrency investment funds, enabling deeper due diligence and portfolio intelligence.
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • Savvly MCP: query fund data, model projections, and compare against alternative retirement products.

  • MCP server connecting AI agents to non-custodial staking data across 130+ networks.

  • MCP gateway federating 21 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.

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/vbzvibin/MCP_V3'

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