Skip to main content
Glama
tekchapagain1

mcp-meroshare

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MERO_SHARE_PASSWORDYesYour account password
MERO_SHARE_USERNAMEYesYour BOID (username)
MERO_SHARE_CLIENT_IDYesYour DP client ID (e.g., 162)
MERO_SHARE_CRN_NUMBERYesYour CASBA CRN number
MERO_SHARE_TRANSACTION_PINYesYour transaction PIN (TPIN)

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": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
meroshare_get_dp_listA

List all Depository Participants with their numeric client IDs (call this first to find your client_id)

meroshare_loginA

Log in to MeroShare. Password is read from MERO_SHARE_PASSWORD in .env

meroshare_logoutA

Log out of MeroShare and clear the session

meroshare_get_current_issuesA

List all currently open IPO, FPO, and Rights share issues available for application

meroshare_apply_ipoB

Apply for an IPO/FPO/Rights issue. Use dry_run=true to preview without submitting.

meroshare_get_application_reportsA

Get all submitted IPO/FPO/Rights application reports

meroshare_get_bank_detailsB

Get linked bank account details using your demat number (16-digit)

meroshare_get_own_detailA

Get your own account/profile details (name, BOID, demat, email)

meroshare_get_transactionsC

Get share transaction history

meroshare_check_ipo_resultB

Check IPO/FPO allotment result for a specific issue

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 10 tools

Disambiguation5/5

Each tool has a clearly distinct purpose, from login/logout to applying for IPOs and checking results, with no overlapping functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern prefixed with 'meroshare', making them predictable and easy to distinguish.

Tool Count5/5

With 10 tools, the server covers authentication, account details, IPO lifecycle, transactions, and bank info—well-scoped for a stock market application.

Completeness4/5

Covers core IPO operations and account management well, but lacks a direct tool for viewing current portfolio holdings, though transaction history partially covers it.

Maintenance

ActivityMaintained
ResponsivenessSyncing