Skip to main content
Glama
Vedhasagaran

DhanHQ MCP Server

by Vedhasagaran

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DHAN_CLIENT_IDYesYour DhanHQ Client ID
DHAN_ACCESS_TOKENYesYour DhanHQ Access Token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_holdings_summaryB

Fetch holdings summary via DhanHQ SDK.

get_all_ordersA

Fetch all orders from DhanHQ account. Returns a list of all orders with their details including order ID, status, quantity, price, etc.

get_trade_historyA

Fetch trade history within a date range.

Parameters:

  • from_date: Start date in format 'YYYY-MM-DD' (e.g., '2024-11-01')

  • to_date: End date in format 'YYYY-MM-DD' (e.g., '2024-11-21')

Returns all trades executed within the specified date range with details including: trade ID, order ID, quantity, price, time, and settlement status.

renew_access_tokenA

Renew the DhanHQ access token for another 24 hours. This expires the current token and provides a new token with 24 hours validity. Note: Only works with tokens generated from Dhan Web (web.dhan.co). Returns the new access token that should be updated in your environment variables.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vedhasagaran/dhan-mcp-py'

If you have feedback or need assistance with the MCP directory API, please join our Discord server