@echo off
echo ========================================
echo Stop MCP Quoting System
echo ========================================
echo.
echo Stopping all Node.js processes related to the server...
echo.
REM Try to kill by window title first (cleaner)
taskkill /F /FI "WINDOWTITLE eq *MCP Quoting*" > nul 2>&1
REM Fallback: kill all node processes on port 3789
for /f "tokens=5" %%a in ('netstat -aon ^| find ":3789" ^| find "LISTENING"') do (
echo Stopping process %%a on port 3789
taskkill /F /PID %%a > nul 2>&1
)
echo.
echo Server stopped (if it was running)
echo.
pause
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/r-long/mcp-quoting-system'
If you have feedback or need assistance with the MCP directory API, please join our Discord server