Skip to main content
Glama

Domain Availability Checker MCP

Mozilla Public License 2.0
20
deploy.sh461 B
REGION="europe-west1" PROJECT_ID="..." # Need to be exported for sudo to work export IMAGE="gcr.io/$PROJECT_ID/mcp-domain-availability:latest" sudo docker buildx build --platform linux/amd64 -t $IMAGE --push . sudo docker push $IMAGE gcloud run deploy mcp-domain-availability \ --image $IMAGE \ --region $REGION \ --platform managed \ --allow-unauthenticated \ --port 8080 \ --set-env-vars MCP_TRANSPORT=sse \ --project $PROJECT_ID

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/imprvhub/mcp-domain-availability'

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