Skip to main content
Glama

Brandfetch MCP Server

by djmoore711
.gitignore749 B
# Environment .env .env.* .env.local cleanup-quarantine/ # Python __pycache__/ *.py[cod] *$py.class *.pyo *.pyd *.so # Build / packaging build/ dist/ *.egg *.egg-info/ wheels/ parts/ sdist/ develop-eggs/ eggs/ # Virtualenvs .venv/ venv/ env/ ENV/ # Testing / coverage / caches .pytest_cache/ .coverage htmlcov/ dmypy.json .mypy_cache/ .ruff_cache/ .tox/ # Databases *.db brand_api_usage.db # Logs and temp *.log *.tmp *~ *.bak *.swp *.swo # IDEs / editors .vscode/ .idea/ .installed.cfg .windsurf/ # JetBrains caches *.iml # OS .DS_Store Thumbs.db # Misc uv.lock lib/ lib64/ downloads/ var/ # Optional / common additions .ipynb_checkpoints/ .python-version # Allow the example env template to be tracked !/.env.example .shellcheckrc .snyk

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/djmoore711/brandfetch-mcp'

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