Skip to main content
Glama
vbzvibin

Northern Trust MCP Layer

by vbzvibin

Northern Trust MCP 层 - 原型

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

仓库结构

  • 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