@nepse-toolkit/mcp
v0.2.5
Published
MCP server for Nepal Stock Exchange — 19 tools + 5 prompts for AI agents
Maintainers
Readme
@nepse-toolkit/mcp
MCP (Model Context Protocol) server for NEPSE toolkit data and analysis workflows.
Part of the nepse-toolkit monorepo.
Overview
- 19 tools for market, stock, providers, portfolio, screening, and backtesting tasks
- 5 reusable prompts for common NEPSE analysis workflows
- Runs over stdio for Claude, Codex, and other MCP clients
Install
npm install @nepse-toolkit/mcpQuick Start
npx @nepse-toolkit/mcpClient Setup
Claude Code
claude mcp add nepse-toolkit -- npx -y @nepse-toolkit/mcpCodex CLI
mcp-config.json:
{
"mcpServers": {
"nepse-toolkit": {
"command": "npx",
"args": ["-y", "@nepse-toolkit/mcp"]
}
}
}Start Codex with:
codex --mcp-config mcp-config.jsonTooling Surface
- Tools: 19
- Prompts: 5
For the full tool/prompt catalog and examples, see the root README.
Development
bun --filter @nepse-toolkit/mcp run build
bun --filter @nepse-toolkit/mcp run typecheck
bun test packages/mcp/tests/License
MIT
