Serverscom.tapetide/stock-research-mcp
M

com.tapetide/stock-research-mcp

com.tapetide/stock-research-mcp · v1.0.4
▦ npm
v1.0.4npm npm: tapetide-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.tapetide/stock-research-mcp",
  "description": "Indian stock market research: quotes, financials, technicals, screener, FII/DII and market insights.",
  "repository": {
    "url": "https://github.com/Tapetide-hq/tapetide-stock-research-mcp",
    "source": "github"
  },
  "version": "1.0.4",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tapetide-mcp",
      "version": "1.0.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API token from https://tapetide.com/settings/tokens (free, starts with tpt_rt_)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TAPETIDE_TOKEN"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}