Servers
I
Indian Stock Api MCP
@Singh1106
https://indianapi.in/ provides a real time Indian stock market information
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"indian-stock-api": {
"command": "bun",
"args": [
"/path/to/indian-stock-api/index.ts"
],
"env": {
"API_KEY": "your_indianapi_key"
}
}
}
}