Northern Trust MCP Layer
Northern Trust MCP Layer — прототип
В этом репозитории реализована архитектура «сервер серверов» с использованием протокола Model Context Protocol (MCP). Он включает центральный оркестратор, который объединяет предметно-ориентированные возможности работы с данными (например, показатели эффективности) в единый управляемый интерфейс.
Структура репозитория
orchestrator/: основной сервер-шлюз. Отвечает за маршрутизацию и агрегацию инструментов.domains/performance/: пример реализации домена, предоставляющего инструменты для анализа эффективности фондов.package.json: корневая конфигурация для управления рабочим пространством.
Related MCP server: Quant Framework MCP Server
Предварительные требования
Node.js (v18+)
NPM
Инструкции по настройке
Установка зависимостей Запустите из корневого каталога:
npm installСборка проектов
npm run build:allЗапуск для тестирования
Вариант А: Тестирование отдельных доменов
cd domains/performance npm run devВариант Б: Тестирование оркестратора (сервер серверов)
cd orchestrator npm run dev
Ключевые особенности
Маршрутизация пространств имен: инструменты из домена Performance автоматически получают префикс
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