Skip to main content
Glama

Blockscout MCP Server

Official
conftest.py274 B
# tests/conftest.py from unittest.mock import AsyncMock, MagicMock import pytest @pytest.fixture def mock_ctx(): """Provides a mock MCP Context object for tests.""" ctx = MagicMock() ctx.report_progress = AsyncMock() ctx.info = AsyncMock() return ctx

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