Northern Trust MCP Layer
Northern Trust MCP-Ebene – Prototyp
Dieses Repository implementiert eine „Server-of-Servers“-Architektur unter Verwendung des Model Context Protocol (MCP). Es verfügt über einen zentralen Orchestrator, der domänenspezifische Datenfunktionen (wie Performance) in einer einzigen, kontrollierten Schnittstelle zusammenfasst.
Repository-Struktur
orchestrator/: Der Haupt-Gateway-Server. Verwaltet Routing und Tool-Aggregation.domains/performance/: Beispiel-Domänenimplementierung, die Tools zur Fondsperformance bereitstellt.package.json: Stammkonfiguration für die Verwaltung des Arbeitsbereichs.
Related MCP server: Quant Framework MCP Server
Voraussetzungen
Node.js (v18+)
NPM
Einrichtungsanweisungen
Abhängigkeiten installieren Führen Sie dies vom Stammverzeichnis aus:
npm installProjekte erstellen
npm run build:allZum Testen ausführen
Option A: Einzelne Domänen testen
cd domains/performance npm run devOption B: Den Orchestrator testen (Server of Servers)
cd orchestrator npm run dev
Hauptfunktionen
Namespace-Routing: Tools aus der Performance-Domäne werden vom Orchestrator automatisch mit
perf_präfigiert.Dynamische Erkennung: Der Orchestrator ruft beim Start das Tool-Manifest von den Domänenservern ab.
Typsicherheit: Erstellt mit TypeScript und Zod für eine robuste Schema-Validierung.
Standardprotokoll: Kompatibel mit jedem MCP-konformen Client (z. B. Gemini, Claude Desktop).
Verfügbare Tools (über Orchestrator)
perf_get_fund_returns: Gibt die YTD- und 1-Jahres-Performance zurück.perf_benchmark_comparison: Vergleicht Fonds mit Benchmark.perf_sharpe_ratio: Gibt die risikobereinigte Performance-Kennzahl zurück.
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