Back to Home
surajrimal07 icon

NepseAPI-Unofficial

by surajrimal07

Overview

Provides an unofficial API for real-time and historical Nepal Stock Exchange (NEPSE) market data, integrated with AI via MCP for automated market analysis.

Installation

Run Command
docker run -p 8000:8000 -p 5555:5555 -p 9000:9000 surajrimal/nepseapi:latest

Environment Variables

  • BASE_URL
  • PORT

Security Notes

The server explicitly disables TLS/SSL certificate verification for all outgoing HTTP requests to the upstream NEPSE API (`nepseAsync.setTLSVerification(False)`). This is a critical vulnerability that allows for Man-in-the-Middle (MITM) attacks, enabling attackers to intercept and tamper with market data without detection. Given this involves financial market data, this is a severe risk to data integrity. Additionally, the project uses unofficial data sources with no guarantee of accuracy.

Similar Servers

Stats

Interest Score38
Security Score4
Cost ClassLow
Avg Tokens500
Stars17
Forks5
Last Update2025-12-10

Tags

NEPSEStock MarketFinancial DataReal-time APIAI Integration