Skip to main content
Glama
vbzvibin

Northern Trust MCP Layer

by vbzvibin

Northern Trust MCPレイヤー - プロトタイプ

このリポジトリは、Model Context Protocol (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