banking-agent-mcp
Langchain, MCP-based, banking agent capable of operating within the business logic rules and database schema.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
23
Forks
0
Issues
0
README
Chat-based interface for a banking application
Requirements:
- Anthropic key
- LangSmith key
- LangChain stack
- Cohere for embeddings
Steps to reproduce:
python mock_sqlite.py-- to fill DB with mock datatoolbox --tools-file "tools_sqlite.yaml"streamlit run chat_interface.py
Related MCPs
mcp-for-beginners
13265
This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.