Skip to main content
Glama
BACH-AI-Tools

Indian Stock Exchange API2 MCP Server

corporate_actions

Retrieve corporate actions data for Indian stocks, including dividends, splits, and bonus issues, to inform investment decisions and track company announcements.

Instructions

Get Corporate Actions Data

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stock_nameYesExample value: infosys

Implementation Reference

  • server.py:56-61 (handler)
    The FastMCP server is initialized using FastMCP.from_openapi, which automatically generates handlers for all endpoints defined in the OpenAPI specification, including 'corporate_actions'.
    mcp = FastMCP.from_openapi(
        openapi_spec=openapi_dict,
        client=client,
        name="indian_stock_exchange_api2",
        version=__version__
    )

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/BACH-AI-Tools/bach-indian_stock_exchange_api2'

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