Skip to main content
Glama

Blockscout MCP Server

Official
.dockerignore702 B
# Git .git/ .gitignore # Docker Dockerfile .dockerignore # Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Environment files .env .env.* !.env.example # Editor directories and files .idea/ .vscode/ *.swp *.swo # Documentation and markdown files *.md docs/ # Testing tests/ pytest.ini # Cache .mypy_cache/ .pytest_cache/ # Coverage reports .coverage .coverage.* htmlcov/ .pytest_cache/ # Ruff .ruff_cache/ # Devcontainer .devcontainer/ # Cursor .cursor/ # local documents temp/ # dxt build dxt/_build/ # MacOS .DS_Store # private key key.pem

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/blockscout/mcp-server'

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