Skip to main content
Glama

URL Reputation and Validity Checker

by prismon
run_mcp_server.sh499 B
#!/bin/bash # Run the MCP server with STDIO transport echo "Starting URL Reputation Checker MCP Server..." echo "This server uses STDIO transport for MCP protocol communication." echo "To connect: use an MCP client that supports STDIO transport" echo "==============================================" # Export Redis URL to use local Redis export REDIS_URL=${REDIS_URL:-redis://localhost:6379} # Run the server with proper signal handling cd "$(dirname "$0")" exec python3 -m url_reputation_checker

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/prismon/reputation-checker-mcp'

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