mcp-meroshare
mcp-meroshare
MCP (Model Context Protocol) server for MeroShare — Nepal's online share application system by CDSC Nepal.
Use it through opencode or any MCP-compatible client to manage IPO/FPO applications, portfolio, and share transactions directly from your AI tools.
Features
IPO/FPO Application — view open issues, apply with dry-run support
Portfolio — check your holdings and transaction history
Account — view DP list, own details, linked bank accounts
Related MCP server: kubera-mcp
Tools
Tool | Description |
| List all DPs with their numeric client IDs |
| Log in (password read from |
| Clear session |
| Open IPO/FPO/Rights issues |
| Apply for an issue (with dry-run) |
| Linked bank account info |
| Your profile (BOID, demat, email) |
| Share transaction history |
Installation
pip install mcp-meroshareSetup
Create a
.envfile in the directory where you'll run opencode:
MERO_SHARE_CLIENT_ID=162
MERO_SHARE_USERNAME="your_boid"
MERO_SHARE_PASSWORD="your_password"
MERO_SHARE_CRN_NUMBER="your_casba_crn"
MERO_SHARE_TRANSACTION_PIN="your_tpin"Find your
client_idby callingmeroshare_get_dp_list.
Lock the file:
chmod 600 .envAdd to your
opencode.json:
{
"mcp": {
"meroshare": {
"type": "local",
"command": ["python3", "-m", "mcp_meroshare"],
"enabled": true
}
}
}Run opencode in that directory and call
meroshare_loginwith yourclient_idandusername.
Security
Credentials are read only from
.env— never passed as tool argumentsSession auto-expires after 15 minutes of inactivity
.envfile permission warning if world-readable
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/tekchapagain1/mcp-meroshare'
If you have feedback or need assistance with the MCP directory API, please join our Discord server