PSX MCP

Talk to the Pakistan Stock Exchange in plain English. psx-mcp is a Model Context Protocol server that exposes PSX market data - quotes, dividends, announcements, indices - as tools any MCP-compatible AI client can call. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-05-03 · ★ 4 · #199 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install PSX MCP

Claude Code

claude mcp add revolutionarybukhari-psx-mcp -- uvx psx-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "revolutionarybukhari-psx-mcp": {
      "command": "uvx",
      "args": [
        "psx-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package psx-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.revolutionarybukhari is GitHub-verified and matches the repo owner

03 · What PSX MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- PSX data is delayed ~5 minutes. Same as the public Data Portal. - Scraping is fragile. If PSX changes their HTML, parsers will need updating. PRs welcome. - No order placement. This is read-only. There's no path here that puts trades on the wire - by design. - Holiday list is stub. Edit PSX_HOLIDAYS_2026 in dividend_calc.py once PSX publishes the annual calendar. Without it, the buy-deadline math correctly skips we

Latest releases

v0.1.1 · 2026-05-03

Listed at the official MCP Registry under \io.github.revolutionarybukhari/psx-mcp\. · Changes · Add MCP Registry ownership marker to README (registry validates that the GitHub user controls the PyPI package). · Add…

v0.1.0 · 2026-05-03

First public release of psx-mcp - Model Context Protocol server for the Pakistan Stock Exchange. · Install · \\\bash · pip install psx-mcp · or · uvx psx-mcp · \\\ · What's inside · 9 tools: \get_quote\…

04 · Who maintains PSX MCP

PSX MCP is maintained by revolutionarybukhari. We track 2 MCP servers from revolutionarybukhari - 2 actively maintained, 5 combined GitHub stars, oldest repo from May 2026.

05 · Facts

category
finance - ranked #199 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.revolutionarybukhari/psx-mcp (active, first published 2026-05-03)
packages
pypi:psx-mcp

06 · PSX MCP FAQ

What is PSX MCP?

Talk to the Pakistan Stock Exchange in plain English. psx-mcp is a Model Context Protocol server that exposes PSX market data - quotes, dividends, announcements, indices - as tools any MCP-compatible AI client can call. It runs locally over stdio via the published package.

Is PSX MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-03. We re-verify nightly.

How do I install PSX MCP?

Run `uvx psx-mcp`. You can also paste the ready-made client config above.

Does PSX MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to PSX MCP