Northern Trust MCP Layer
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Northern Trust MCP Layershow me the YTD returns for fund ABC123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Northern Trust MCP Layer - Prototype
This repository implements a "Server of Servers" architecture using the Model Context Protocol (MCP). It features a central Orchestrator that aggregates domain-specific data capabilities (like Performance) into a single, governed interface.
Repository Structure
orchestrator/: The main gateway server. Handles routing and tool aggregation.domains/performance/: Sample domain implementation providing fund performance tools.package.json: Root configuration for managing the workspace.
Related MCP server: trademind-unified-mcp
Prerequisites
Node.js (v18+)
NPM
Setup Instructions
Install Dependencies Run from the root directory:
npm installBuild the Projects
npm run build:allRun for Testing
Option A: Test individual domains
cd domains/performance npm run devOption B: Test the Orchestrator (Server of Servers)
cd orchestrator npm run dev
Key Features
Namespace Routing: Tools from the Performance domain are automatically prefixed with
perf_by the orchestrator.Dynamic Discovery: The orchestrator fetches the tool manifest from domain servers on startup.
Type Safety: Built with TypeScript and Zod for robust schema validation.
Standard Protocol: Compatible with any MCP-compliant client (e.g., Gemini, Claude Desktop).
Available Tools (via Orchestrator)
perf_get_fund_returns: Returns YTD and 1-year performance.perf_benchmark_comparison: Compares fund vs benchmark.perf_sharpe_ratio: Returns risk-adjusted performance metric.
This server cannot be deployed
Maintenance
Related MCP Connectors
Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint.
MCP gateway federating 22 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server giving AI agents one-connection access to China A-share market intelligence: financials,
Related MCP Servers
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- FlicenseBqualityBmaintenanceEnables unified access to portfolio management, market data, risk analysis, trade records, compliance checks, and Slack notifications through a single MCP server.18-
- AlicenseBqualityBmaintenanceA collection of MCP servers for enterprise workflows including data acquisition, analysis, financial modeling, deep research, report generation, and knowledge governance. Provides a standalone MCP runtime with domain-specific tools and resources.1MIT

fd-daas-mcpofficial
AlicenseNot gradedqualityCmaintenanceConsolidated MCP server exposing 161 tools across 9 groups to manage a layered data platform (financial, economic, statistical) backed by a single SQLite file, with data fetching delegated to an upstream semantic fetcher.MIT