Upsonic
Upsonic is an open-source AI agent framework designed for fintech and banks to build production-ready agents.
Upsonic provides a robust platform for creating AI agents that can handle various tasks in the financial sector. It supports multiple AI providers, including OpenAI and Anthropic, and comes equipped with built-in safety policies to ensure secure interactions. The framework allows for advanced functionalities such as document analysis, customer service automation, and compliance monitoring, making it a versatile tool for financial institutions. With Upsonic, users can automate workflows, analyze financial data, and enforce compliance across all agent interactions. The framework also facilitates multi-agent coordination, enabling specialized teams of agents to work together seamlessly. This makes it an ideal solution for organizations looking to enhance their operational efficiency and improve customer experiences.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"upsonic": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-upsonic"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions