investec-mcp
Verified Safeby Nicolaas0411
Overview
An MCP server that integrates with the Investec Open Banking API, enabling AI agents to access banking information and perform transactions.
Installation
docker run --env-file .env -p 8050:8050 investec/mcpEnvironment Variables
- INVESTEC_CLIENT_ID
- INVESTEC_CLIENT_SECRET
- INVESTEC_API_KEY
- TRANSPORT
- HOST
- PORT
Security Notes
The server correctly uses environment variables for sensitive Investec API credentials, preventing hardcoding. It does not use `eval` or exhibit obfuscation. Network communication is via standard HTTP(S) and SSE. Error messages from tools might reveal some internal exception details, which could be refined for production. The primary security risk lies in the secure management of API keys and the deployment environment, as the server provides extensive banking access to an AI agent.
Similar Servers
bank-api
A design reference project for building a compliant and modern bank API, exposed via Model Context Protocol.
metorial-platform
An open source integration platform for agentic AI, connecting AI models to external APIs, data sources, and tools.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.