Skip to main content
Glama

Blockscout MCP Server

Official
pyproject.toml1.05 kB
[project] name = "blockscout-mcp-server" version = "0.11.0" description = "MCP server for Blockscout" requires-python = ">=3.11" dependencies = [ # Pinned to 1.11.0 – newer (≥1.12.0) versions break HTTP Streamable mode (see PR #174) "mcp[cli]==1.13.1", "httpx>=0.27.0", "pydantic>=2.0", "pydantic-settings>=2.0", "anyio>=4.0.0", # For async task management and progress reporting, "uvicorn>=0.23.1", # For HTTP Streamable mode "web3==7.13.0", "mixpanel==4.10.1", ] [project.scripts] blockscout-mcp-server = "blockscout_mcp_server.server:run_server_cli" # For CLI entry [project.optional-dependencies] test = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", "pytest-cov>=4.0.0" ] dev = [ "ruff>=0.12.0" ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["blockscout_mcp_server"] [tool.ruff.lint] select = ["C4", "E", "F", "I", "PERF", "UP"] ignore = ["PERF203"] [tool.ruff] line-length = 120 target-version = "py311"

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