MCP.so
登录

Dhan Broker MCP Trades

@mayankthole

关于 Dhan Broker MCP Trades

Dhan Trading MCP Server

基本信息

分类

其他

传输方式

stdio

发布者

mayankthole

提交者

mayank thole

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "after-market-order": {
      "command": "/Library/Frameworks/Python.framework/Versions/3.13/bin/python3",
      "args": [
        "/Users/mayankthole/Desktop/Dhan Broker MCP trades/after_market_order_tool.py"
      ]
    },
    "fund-balance": {
      "command": "/Library/Frameworks/Python.framework/Versions/3.13/bin/python3",
      "args": [
        "/Users/mayankthole/Desktop/Dhan Broker MCP trades/fund_balance_tool.py"
      ]
    },
    "holdings-positions": {
      "command": "/Library/Frameworks/Python.framework/Versions/3.13/bin/python3",
      "args": [
        "/Users/mayankthole/Desktop/Dhan Broker MCP trades/holdings_positions_tool.py"
      ]
    },
    "margin-calculator": {
      "command": "/Library/Frameworks/Python.framework/Versions/3.13/bin/python3",
      "args": [
        "/Users/mayankthole/Desktop/Dhan Broker MCP trades/margin_calculator_tool.py"
      ]
    },
    "order-book": {
      "command": "/Library/Frameworks/Python.framework/Versions/3.13/bin/python3",
      "args": [
        "/Users/mayankthole/Desktop/Dhan Broker MCP trades/order_book_tool.py"
      ]
    },
    "order-placement": {
      "command": "/Library/Frameworks/Python.framework/Versions/3.13/bin/python3",
      "args": [
        "/Users/mayankthole/Desktop/Dhan Broker MCP trades/order_placement_tool.py"
      ]
    },
    "portfolio-server": {
      "command": "/Library/Frameworks/Python.framework/Versions/3.13/bin/python3",
      "args": [
        "/Users/mayankthole/Desktop/Dhan Broker MCP trades/portfolio_server.py"
      ]
    },
    "super-order": {
      "command": "/Library/Frameworks/Python.framework/Versions/3.13/bin/python3",
      "args": [
        "/Users/mayankthole/Desktop/Dhan Broker MCP trades/super-order.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Dhan Broker MCP Trades?

Dhan Broker MCP Trades is a server that connects AI models with the Dhan brokerage system through the Model Context Protocol, enabling automated trading operations such as order placement, portfolio analysis, and fund management.

How to use Dhan Broker MCP Trades?

Key features of Dhan Broker MCP Trades

  • Order placement and management via MCP tools
  • Super orders with targets and stop-losses
  • Portfolio analysis and P&L calculation
  • Fund management capabilities
  • After-market order execution for market open

Use cases of Dhan Broker MCP Trades

  • Buy or sell shares at market price through natural language commands
  • Place super orders with fixed target and stop-loss percentages
  • View current holdings and calculate total profit/loss
  • Execute sector-wide trades (e.g., all PSU bank stocks)
  • Place orders based on promoter stake changes

FAQ from Dhan Broker MCP Trades

What trading operations does Dhan Broker MCP Trades support?

It supports order placement, super orders with targets and stop-losses, portfolio analysis, fund management, and after-market orders.

How are AI models connected to the trading system?

The server uses the Model Context Protocol (MCP) to provide a standardized interface between AI models and the Dhan brokerage platform.

What data does Dhan Broker MCP Trades access?

It accesses trading account data including holdings, orders, and fund information through the Dhan broker API.

What runtime or dependencies are required?

Are there any known limits or authentication requirements?

评论

其他 分类下的更多 MCP 服务器