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
klavis
Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.
mcp
A central registry and collection of Model Context Protocol (MCP) servers and tools designed to enable AI agents to interact with various IBM and third-party resources and applications.
metorial-platform
The Metorial Platform is an open source integration platform for agentic AI, designed to connect any AI model to thousands of APIs, data sources, and tools with a single function call, built to scale for enterprise-grade AI applications.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.