Astro36/miraeasset-account-mcp-unofficial
Platform-specific configuration:
{
"mcpServers": {
"miraeasset-account-mcp-unofficial": {
"command": "npx",
"args": [
"-y",
"miraeasset-account-mcp-unofficial"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> ⚠️ This is an unofficial, community-made MCP server. It is not affiliated with, endorsed by, or supported by Mirae Asset Securities (미래에셋증권). Use at your own risk.
An MCP (Model Context Protocol) server that exposes your Mirae Asset Securities account data to AI assistants such as Claude. It authenticates via a headless browser and queries the internal web API to retrieve your portfolio holdings and performance data.
---
MIREADW_D) is extracted and cached in memory.---
get_account_numbersReturns a list of your account numbers in formatted form (e.g. 123-45-678901).
---
get_cash_equivalentsReturns cash and cash-equivalent assets across all accounts, including:
Example response item:
{
"type": "foreign_currency",
"account_number": "123-45-678901",
"name": "USD",
"currency": "USD",
"exchange_rate": 1380.5,
"market_value": 1500.0
}---
get_equitiesReturns equity holdings (stocks and ETFs) across all accounts.
Each item includes:
account_number — formatted account numbername — asset namesymbol — ticker/ISINcurrency — denomination currencyexchange_rate — KRW exchange ratequantity — number of shares heldmarket_value — current market value in the asset's currencyentry_value — total purchase cost in KRW---
get_gold_spotsReturns gold spot position assets. Same schema as get_equities.
---
Loading reviews...