Angle One MCP Server
@MCP-Mirror
About Angle One MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"baba786_angleone-mcp-server": {
"command": "python",
"args": [
"src/main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Angle One MCP Server?
An MCP (Model Context Protocol) server implementation integrated with Angle One APIs for financial data processing and analysis. It provides a standardized interface for accessing financial market data and executing trading operations, targeting developers building financial applications.
How to use Angle One MCP Server?
Clone the repository, install dependencies with pip install -r requirements.txt, and set up a .env file with your Angle One API credentials (API key, client ID, password, token). Start the server by running python src/main.py – it will be available at http://localhost:8000.
Key features of Angle One MCP Server
- MCP-compliant API endpoints
- Integration with Angle One trading platform
- Real-time market data access
- Order placement and management
- Portfolio tracking
Use cases of Angle One MCP Server
- Analyzing financial market data via MCP-compliant tools
- Executing automated trading operations through Angle One
- Tracking portfolio positions and performance in real time
- Building custom financial dashboards that consume market data
FAQ from Angle One MCP Server
What is the Angle One MCP Server?
It is an MCP server implementation that uses Angle One’s APIs to provide financial data processing, analysis, and trading capabilities through a standardized protocol.
What are the required environment variables?
You need to set ANGLEONE_API_KEY, ANGLEONE_CLIENT_ID, ANGLEONE_PASSWORD, and ANGLEONE_TOKEN in a .env file.
How do I start the Angle One MCP Server?
After installation, run python src/main.py from the project directory. The server starts on http://localhost:8000.
What can I do with the Angle One MCP Server?
You can access real-time market data, place and manage orders, and track your portfolio – all through MCP-compliant API endpoints.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mlops
visengerA curated list of references for MLOps
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Servers
modelcontextprotocolModel Context Protocol Servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments