mcp-tse

AMohammadzadeh/mcp-tse

3.2

If you are the rightful owner of mcp-tse and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server designed to facilitate interaction with the Tehran Stock Exchange (TSE), providing tools for stock search and information retrieval.

Tools
  1. Search Stock

    Query stock names or symbols and receive a list of matching results.

  2. Get Stock Info

    Retrieve the latest trading data (open, close, high, low, volume, etc.) for a specific stock.

TSE MCP Server

An MCP server to interact with Tehran Stock Exchange (TSE).

Tools

  • Search Stock: Query stock names or symbols and receive a list of matching results.
  • Get Stock Info: Retrieve the latest trading data (open, close, high, low, volume, etc.) for a specific stock.
  • Get Stock History: Retrieve the historical trading data (open, close, high, low, volume, etc.) for a specific stock.

MCP Server Setup

Claude Desktop Configuration

Here is an example config file you can add to claude_desktop_config.json file.

{
  "mcpServers": {
    "Tehran Stock Exchange MCP": {
      "command": "uv",
      "args": [
        "--directory",
        "<PATH_TO_TSE_MCP_DIRECTORY>,
        "run",
        "server.py"
      ]
    }
  }
}

Example

img.png img.png