Skip to main content
Glama

AbuseIPDB MCP Server

by n3r0-b1n4ry
MIT License
  • Linux
  • Apple
docker-compose.yml523 B
version: '3.8' services: abuseipdb-mcp: build: . container_name: abuseipdb-mcp-server environment: - ABUSEIPDB_API_KEY=${ABUSEIPDB_API_KEY} stdin_open: true tty: true restart: unless-stopped volumes: # Optional: Mount logs directory if you want to persist logs - ./logs:/app/logs networks: - mcp-network labels: - "com.docker.compose.project=abuseipdb-mcp" - "description=AbuseIPDB MCP Server (Python)" networks: mcp-network: driver: bridge

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/n3r0-b1n4ry/mcp-abuseipdb'

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