Skip to main content
Glama

IB Analytics MCP Server

by knishioka
.dockerignore•566 B
# Git .git .gitignore .gitattributes # Python __pycache__ *.py[cod] *$py.class *.so .Python *.egg-info dist/ build/ *.egg .pytest_cache/ .coverage htmlcov/ .tox/ .mypy_cache/ .ruff_cache/ # Virtual environments venv/ env/ ENV/ .venv/ # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Data (exclude user data) data/ *.csv *.xml # Environment and secrets .env .env.* *.pem *.key # Documentation docs/ *.md !README.md # Legacy legacy/ # Tests tests/ pytest.ini # CI/CD .github/ .gitlab-ci.yml .travis.yml # Docker Dockerfile* docker-compose*.yml .dockerignore

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/knishioka/ib-sec-mcp'

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