PluginBench
MCP Server

PSX MCP MCP Server

io.github.revolutionarybukhari/psx-mcp

What is the PSX MCP MCP server?

Pakistan Stock Exchange in plain English — quotes, dividends, announcements, and indices.

How to install PSX MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "psx-mcp": {
      "command": "uvx",
      "args": [
        "psx-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "psx-mcp": {
      "command": "uvx",
      "args": [
        "psx-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "psx-mcp": {
      "command": "uvx",
      "args": [
        "psx-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "psx-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "psx-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add psx-mcp -- uvx psx-mcp

Related MCP servers

Search youth opportunities (scholarships, fellowships, internships) from any AI assistant.

View repository →