icici-direct-mcp-server
A simple HTTP-wrapped MCP server for accessing ICICI Direct Breeze API.
The ICICI Direct MCP Server is designed to facilitate seamless interaction with the ICICI Direct Breeze API through a simple HTTP-wrapped Model Context Protocol (MCP) server. This server allows users to access various financial tools and services provided by ICICI Direct, making it easier to integrate these services into applications. The server is easy to set up and run, requiring minimal configuration. It supports multiple deployment options, including local, Docker, and Google Cloud Run, providing flexibility for different development and production environments.
Features
- HTTP-wrapped MCP server for easy API access.
- Supports multiple deployment options: local, Docker, and Google Cloud Run.
- Simple API endpoints for tool information and execution.
- Environment variable configuration for API key management.
- Scalable and flexible for different development environments.
Usage with Different Platforms
local
bash
export ICICI_API_KEY=your_api_key_here
pip install -r requirements.txt
python server.py
docker
bash
docker build -t icici-direct-mcp-server .
docker run -p 8080:8080 -e ICICI_API_KEY=your_api_key_here icici-direct-mcp-server
cloud_run
bash
gcloud builds submit --tag gcr.io/YOUR-PROJECT/icici-direct-mcp-server
gcloud run deploy icici-direct-mcp-server --image gcr.io/YOUR-PROJECT/icici-direct-mcp-server --platform managed --set-env-vars="ICICI_API_KEY=your_api_key_here"
Related MCP Servers
View all finance servers →mcp-server
by financial-datasets
This is a Model Context Protocol (MCP) server that provides access to stock market data from Financial Datasets.
evm-mcp-server
by mcpdotdirect
A comprehensive Model Context Protocol (MCP) server that provides blockchain services across multiple EVM-compatible networks.
razorpay-mcp-server
by razorpay
The Razorpay MCP Server is a Model Context Protocol server that integrates with Razorpay APIs for advanced payment processing.
investor-agent
by ferdousbhai
The investor-agent is a Model Context Protocol server designed to provide comprehensive financial insights and analysis to Large Language Models.
mcp-cn-a-stock
by elsejj
This is an MCP (Model Content Protocol) service providing A-share data for large models.
mcp-trader
by wshobson
A Model Context Protocol (MCP) server designed for stock traders, offering a suite of tools for technical analysis and trading.
freqtrade-mcp
by kukapay
An MCP server that integrates with the Freqtrade cryptocurrency trading bot via its REST API, enabling seamless AI agent interaction for automated trading operation.