Northern Trust MCP Layer
Northern Trust MCP 层 - 原型
本仓库使用模型上下文协议 (MCP) 实现了一种“服务器的服务器”架构。它包含一个中央编排器,将特定领域的数据能力(如绩效)聚合到一个受管的统一接口中。
仓库结构
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