Back to Home
dehuy69 icon

kiotviet-mcp

Verified Safe

by dehuy69

Overview

An MCP server that enables AI agents to securely interact with the KiotViet Public API by proxying requests, providing a stateless interface for product, customer, order, and invoice management.

Installation

Run Command
python kiotviet_mcp_server.py

Environment Variables

  • CLIENT_ID
  • CLIENT_SECRET
  • RETAILER

Security Notes

The server explicitly states and implements a stateless architecture, meaning no sensitive tokens or session information are stored on the MCP server itself. `access_token` and `retailer` are passed with each request, reducing risk. `CLIENT_ID` and `CLIENT_SECRET` are expected to be managed by the upstream Culi backend and stored in environment variables (or similar secure method) for testing scripts, not hardcoded. No `eval` or dynamic code execution from untrusted input was identified. API communication uses HTTPS, and the `httpx` client handles standard secure practices.

Similar Servers

Stats

Interest Score44
Security Score9
Cost ClassMedium
Avg Tokens500
Stars2
Forks0
Last Update2025-11-26

Tags

KiotViet APIFastMCPAI AgentStatelessAPI Proxy