Angle One MCP Server
An MCP (Model Context Protocol) server implementation integrated with Angle One APIs for financial data processing and analysis.
Overview
Angle One MCP Server is an implementation of a Model Context Protocol (MCP) server integrated with Angle One APIs, designed for financial data processing and analysis. It provides a standardized interface for accessing and managing financial market data and trading operations.
To use the Angle One MCP Server, clone the repository, install the required dependencies, set up your Angle One API credentials in a .env file, and then start the server to access the MCP-compliant API endpoints.
- Compliance with MCP API standards - Real-time access to market data - Order placement and management capabilities - Portfolio tracking function - Integration with the Angle One trading platform
- Accessing real-time financial market data for analytical purposes.
- Executing trading operations efficiently with a standardized API.
- Managing investment portfolios through a unified interface.
Add to your AI client
Use these steps to connect Angle One MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"angleone-mcp-server-baba786": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-angleone-mcp-server-baba786"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"angleone-mcp-server-baba786": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-angleone-mcp-server-baba786"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"angleone-mcp-server-baba786": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-angleone-mcp-server-baba786"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"angleone-mcp-server-baba786": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-angleone-mcp-server-baba786"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"angleone-mcp-server-baba786": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-angleone-mcp-server-baba786"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"angleone-mcp-server-baba786": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-angleone-mcp-server-baba786"
]
}
}
}FAQ
What is the purpose of the MCP server?
The MCP server provides a standardized way to access and manage financial data and trading actions, making it easier for developers to integrate financial capabilities into their applications.
Is the setup process complicated?
No, the setup process is straightforward with clear installation and usage instructions provided in the repository.
Can I contribute to the project?
Yes! Contributions are welcome, and you can submit a Pull Request for any improvements or features.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":312,"uuid":"f4952660-7404-46d1-b415-cc90e37d9509","name":"angleone-mcp-server","title":"Angle One MCP Server","description":"An MCP (Model Context Protocol) server implementation integrated with Angle One APIs for financial data processing and analysis.","avatar_url":"https://avatars.githubusercontent.com/u/713481?v=4","created_at":"2024-12-13T13:02:29.507Z","updated_at":"2024-12-13T15:09:09.728Z","status":"created","author_name":"baba786","author_avatar_url":"https://avatars.githubusercontent.com/u/713481?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/baba786/angleone-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]