Skip to main content
Glama

V2.ai Insights Scraper MCP

by V2-Digital
.pre-commit-config.yaml1.3 kB
# Pre-commit hooks for V2.ai Insights Scraper MCP repos: # Ruff - Python linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.7.4 hooks: - id: ruff args: [--fix] types_or: [python, pyi] - id: ruff-format types_or: [python, pyi] # Basic file checks - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-toml - id: check-json - id: check-added-large-files args: ['--maxkb=1000'] - id: check-merge-conflict - id: debug-statements # Python-specific checks - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.10.0 hooks: - id: python-check-blanket-noqa - id: python-check-blanket-type-ignore - id: python-no-log-warn # Security checks - repo: https://github.com/PyCQA/bandit rev: 1.7.10 hooks: - id: bandit args: ['-c', 'pyproject.toml'] additional_dependencies: ['bandit[toml]'] # Type checking - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.13.0 hooks: - id: mypy additional_dependencies: [types-requests] args: [--ignore-missing-imports]

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/V2-Digital/v2-ai-mcp'

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