Skip to main content
Glama

MCP Ahrefs

by SAGAAIDEV
test_mcp_integration.ps1727 B
# MCP Integration Testing Script for Windows # Tests MCP tools using the actual MCP client protocol Write-Host "🧪 Running MCP Integration Tests..." -ForegroundColor Blue Write-Host "==================================" -ForegroundColor Blue # Check if virtual environment is active if (-not $env:VIRTUAL_ENV) { Write-Host "⚠️ Warning: No virtual environment detected." -ForegroundColor Yellow Write-Host " Consider activating a virtual environment first." -ForegroundColor Yellow Write-Host "" } # Run the integration tests python -m mcp_ahrefs.tests.integration.cli $args # Capture exit code $exitCode = $LASTEXITCODE # Exit with the same code as the tests if ($exitCode -ne 0) { exit $exitCode }

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/SAGAAIDEV/mcp-ahrefs'

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