Skip to main content
Glama

MCP Quoting System

by r-long
view-quotes.bat476 B
@echo off echo ======================================== echo View Historical Quotes echo ======================================== echo. if not exist "data\quotes.json" ( echo No quotes database found! echo Run setup.bat first. pause exit /b 1 ) echo Current Historical Quotes: echo. type data\quotes.json echo. echo. echo To view in browser, open: echo http://localhost:3789/mcp/utility/historicalQuotes echo (Make sure server is running first) 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