Skip to main content
Glama

Stock MCP Server

by huweihua123
.gitignore1.25 kB
# Python cache and compiled files __pycache__/ *.py[cod] *$py.class *.pyc # Backup files and archives README_BACKUP_*.md *.backup *.bak archive/ # C extensions *.so # Distribution / packaging .Python build/ dist/ downloads/ eggs/ .eggs/ *.egg-info/ pip-wheel-metadata/ __pypackages__/ # Virtual environments venv/ ENV/ env/ .venv/ env.bak/ venv.bak/ # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage htmlcov/ .tox/ .nox/ .coverage .coverage.* .pytest_cache/ coverage.xml nosetests.xml pytestdebug.log # Jupyter .ipynb_checkpoints/ # IPython profile_default/ ipython_config.py # pyenv .python-version # pipenv Pipfile.lock # Django/Flask / local DB db.sqlite3 db.sqlite3-journal instance/ .webassets-cache # Logs *.log logs/ # Environment and secret files (do NOT ignore the example file .env.example) .env .env.local .env.*.local .env.*.secret secrets.yml credentials.json # Node node_modules/ npm-debug.log yarn-error.log yarn-debug.log # Docker overrides and local compose files docker-compose.override.yml docker-compose.*.local.yml # IDEs and editors .vscode/ .idea/ *.swp *~ .project .classpath # macOS .DS_Store # Misc *.sqlite3 *.db # Tests tests/ # Keep .env.example committed (do not ignore)

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/huweihua123/stock-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server