Skip to main content
Glama

Abuse.ch Threat Intelligence MCP Server

by lokallost
constants.py366 B
import sys import logging import os ABUSECH_API_KEY = os.environ.get('ABUSECH_API_KEY') if not ABUSECH_API_KEY: logging.error("ABUSECH_API_KEY environment variable not set.") sys.exit(1) MALWAREBAZAAR_API_URL = "https://mb-api.abuse.ch/api/v1" URLHAUS_API_URL = "https://urlhaus-api.abuse.ch/v1" THREATFOX_API_URL = "https://threatfox-api.abuse.ch/api/v1"

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/lokallost/abusech-mcp'

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