Remit Mind
БесплатноНе проверенAutonomous AI-Powered Remittance Copilot & MCP Server
Описание
Autonomous AI-Powered Remittance Copilot & MCP Server
README
💸 RemitMind Copilot
Java Version Spring Boot Spring AI Google Gemini Build Status
An AI-powered, compliance-aware remittance copilot designed to parse, validate, and audit international money transfers.
🌟 Features
- Natural Language Intent Parsing: Converts casual text (e.g., "Draft a transfer of 150 USD from Alice to Bob in Mexico for family support") into immutable, type-safe Java
recordtransaction objects. - Relative Calendar Date Resolution: System prompts load calendar dates dynamically at request-time to resolve query relative dates (e.g., "transfer tomorrow") calendar-accurately.
- Cross-Cutting Pipeline Advisors: Implements Spring AI's Advisor pattern to cleanly separate interceptor logic:
PromptGuardrailAdvisorscans prompts and intercepts injection attempts before calling the LLM, protecting API budgets.RequestTraceIdAdvisorinjects transaction-correlation UUIDs and logs execution latency.
- Multi-Turn Conversational Memory: Uses
MessageWindowChatMemorysliding windows andMessageChatMemoryAdvisorto maintain conversational context (e.g. resolving pronouns: "Actually, make that $150"). - Declarative Function Calling (Tools): Exposes Java helper services directly to Gemini as JSON Schema schemas using
@Tool:ExchangeRateToolfetches live exchange rates from the Frankfurter FX API.CountryDataToolqueries the RestCountries API to audit transfer sizes against country-specific corridor compliance limits.
🛠️ Architecture
The copilot decouples core AI business rules from supporting middleware interceptors and live external API lookup tools:
[User Request (POST /api/copilot/chat)]
│
▼
[Advisors Pipeline Interception]
┌────────────────────────────┼────────────────────────────┐
▼ ▼ ▼
[SimpleLoggerAdvisor] [PromptGuardrailAdvisor] [RequestTraceIdAdvisor]
(Default Logging) (Prompt Safety Check) (UUID & Latency Timing)
│ │ │
└────────────────────────────┼────────────────────────────┘
│
▼
[MessageChatMemoryAdvisor (RAG)]
Reads/Writes Session Context in ChatMemory
│
▼
[Spring AI ChatClient (Gemini)]
┌────────────────────────────┴────────────────────────────┐
▼ ▼
[ExchangeRateTool] [CountryDataTool]
Queries Frankfurter FX API Queries RestCountries API
🚀 Getting Started
Prerequisites
- Java 21 (or higher)
- Maven (via packaged
./mvnwwrapper) - Google Gemini API Key configured in your environment variables:
export GEMINI_API_KEY="your-gemini-api-key"
Running the Application
To build and start the Spring Boot dev server locally:
./mvnw spring-boot:run
The endpoints will be exposed at http://localhost:8080.
🧪 Testing
The repository contains full integration tests that exercise advisor pipelines, tool-calling networks, and conversation session persistence.
To run the test suites:
./mvnw test
Note: Live integration tests will run if a GEMINI_API_KEY is present. If the environment variable is absent, integration tests are safely bypassed while offline unit tests verify the advisors and compilation.
📜 License
This project is licensed under the MIT License.
Установка Remit Mind
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/faizalzafri/remit-mindFAQ
Remit Mind MCP бесплатный?
Да, Remit Mind MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Remit Mind?
Нет, Remit Mind работает без API-ключей и переменных окружения.
Remit Mind — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Remit Mind в Claude Desktop, Claude Code или Cursor?
Открой Remit Mind на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Remit Mind with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
