Northern Trust MCP Layer
Northern Trust MCP 계층 - 프로토타입
이 저장소는 MCP(Model Context Protocol)를 사용하는 "서버들의 서버" 아키텍처를 구현합니다. 성과(Performance)와 같은 도메인별 데이터 기능을 단일 관리형 인터페이스로 통합하는 중앙 오케스트레이터를 특징으로 합니다.
저장소 구조
orchestrator/: 메인 게이트웨이 서버. 라우팅 및 도구 통합을 처리합니다.domains/performance/: 펀드 성과 도구를 제공하는 샘플 도메인 구현.package.json: 워크스페이스 관리를 위한 루트 구성.
Related MCP server: Quant Framework MCP Server
사전 요구 사항
Node.js (v18+)
NPM
설정 지침
의존성 설치 루트 디렉토리에서 실행:
npm install프로젝트 빌드
npm run build:all테스트 실행
옵션 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: 위험 조정 성과 지표를 반환합니다.
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 Servers
- Alicense-qualityDmaintenanceA 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.45202MIT
- AlicenseBqualityDmaintenanceAn 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.64MIT
- Alicense-qualityDmaintenanceAn MCP server that provides AI agents with structured, real-time data on cryptocurrency investment funds, enabling deeper due diligence and portfolio intelligence.3MIT

Sablier MCP Serverofficial
AlicenseAqualityDmaintenanceAn MCP server that lets AI assistants analyze portfolios, stress-test scenarios, generate synthetic market paths, and scan SEC filings — in under 2 minutes.833MIT
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.
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/vbzvibin/MCP_V3'
If you have feedback or need assistance with the MCP directory API, please join our Discord server