Rabobank Server Training
БесплатноНе проверенA demo MCP server for training purposes, providing mocked tools for exchange rates, mortgage calculations, and branch information.
Описание
A demo MCP server for training purposes, providing mocked tools for exchange rates, mortgage calculations, and branch information.
README
Welcome to the Rabobank MCP-Server Training repository. This project contains a fully functional demo Model Context Protocol (MCP) server built with TypeScript that you can use as a starting point during the training.
What is MCP?
The Model Context Protocol is an open standard that allows AI assistants (like GitHub Copilot and Claude) to call external tools and data sources in a structured, secure way. An MCP server exposes tools, resources, and prompts that any MCP-compatible client can discover and invoke.
┌──────────────┐ MCP (stdio/SSE) ┌─────────────────────┐
│ AI Client │ ◄──────────────────► │ Demo MCP Server │
│ (Copilot / │ │ (this repository) │
│ Claude …) │ └─────────────────────┘
└──────────────┘
Demo tools included
| Tool | Description |
|---|---|
get_exchange_rate |
Returns a (mocked) EUR exchange rate for a given currency code |
calculate_mortgage |
Calculates the monthly mortgage payment given principal, annual rate and term |
get_branch_info |
Returns contact details for a mock Rabobank branch |
Prerequisites
- Node.js v18 or higher
- npm (comes with Node.js)
Quick start
# 1. Clone the repository
git clone https://github.com/RemseyMailjard/rabobank-mcp-server-training.git
cd rabobank-mcp-server-training
# 2. Install dependencies
npm install
# 3. Build
npm run build
# 4. Run (stdio)
node build/index.js
Use with VS Code (GitHub Copilot)
The .vscode/mcp.json file is already configured. Open the project in VS Code and Copilot will automatically discover the server.
Use with Claude for Desktop
Add the following entry to your claude_desktop_config.json:
{
"mcpServers": {
"rabobank-demo": {
"command": "node",
"args": ["C:\\path\\to\\rabobank-mcp-server-training\\build\\index.js"]
}
}
}
Project structure
rabobank-mcp-server-training/
├── src/
│ └── index.ts # MCP server implementation
├── build/ # Compiled output (after npm run build)
├── .vscode/
│ └── mcp.json # VS Code MCP configuration
├── .github/
│ └── copilot-instructions.md
├── package.json
├── tsconfig.json
└── README.md
Exercises
During the training you will:
- Explore the existing tools in
src/index.tsand understand how they are registered. - Add a new tool – e.g.
get_interest_ratethat returns savings account interest rates. - Add a resource – expose a static JSON file with product information.
- Add a prompt – create a reusable prompt template for a customer service scenario.
- Connect the server to GitHub Copilot Chat or Claude for Desktop and test the tools interactively.
Useful links
- MCP Documentation
- TypeScript SDK
- MCP Inspector – GUI for testing MCP servers
- Claude for Desktop
Установка Rabobank Server Training
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/RemseyMailjard/rabobank-mcp-server-trainingFAQ
Rabobank Server Training MCP бесплатный?
Да, Rabobank Server Training MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Rabobank Server Training?
Нет, Rabobank Server Training работает без API-ключей и переменных окружения.
Rabobank Server Training — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Rabobank Server Training в Claude Desktop, Claude Code или Cursor?
Открой Rabobank Server Training на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Rabobank Server Training with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
