stockly-mcp-server

SamerElhamdo/stockly-mcp-server

3.1

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

Stockly MCP Server is a standalone Model Context Protocol server written in JavaScript/Node.js, providing intelligent accounting tools for the Stockly system.

Tools
5
Resources
0
Prompts
0

Stockly MCP Studio

This repository now focuses on a TypeScript MCP Studio package that exposes Stockly Django API endpoints as MCP tools, intended to be run as a community Node package (no Docker).

Where to start

  • See stockly-mcp-studio/ for the package source.
  • Quick start:
    • cd stockly-mcp-studio
    • npm install
    • npm run build
    • npx -y @modelcontextprotocol/inspector --server "stockly=node dist/index.js"

Notes

  • Environment variables: API_TOKEN and optional DJANGO_BASE_URL (defaults to https://stockly.encryptosystem.com).
  • Reference API documentation remains in STOCKLY_API_DOCUMENTATION.md.