Logpoint MCP Server
Provides a webhook endpoint for n8n to send alert data (alert ID, severity) to the Logpoint MCP server.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Logpoint MCP Serversearch logs for failed login attempts in the last 24 hours"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Logpoint MCP Server

This repository implements production-ready MCP server endpoints for Logpoint SIEM with support for n8n and Claude integrations.
Features
POST /getalloweddatafor allowed configuration dataPOST /getsearchlogsto start and fetch search resultsIncident API endpoints for retrieving, updating, and closing incidents
Alert Rule API endpoints with JWT bearer authentication
Repo and user-defined list endpoints
HTTP and email notification settings endpoints
n8n webhook integration endpoint
Claude incident summary integration endpoint
Related MCP server: wazuh-mcp
Run locally
Create a Python environment:
python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txtCopy env example and customize production settings:
cp .env.example .envConfigure your
.envvalues before starting the server.Start the server:
uvicorn app.main:app --host 0.0.0.0 --port 8000 --log-level infoExample credentials:
username:
Johnsecret_key:
a1b2c3d4e5f6g7h8i9j0k1
Production and Integration Ready
Environment-driven configuration via
.envCORS enabled for allowed origins
/healthstatus endpoint/integration/n8n/alertfor n8n webhooks/integration/claude/incident-summaryfor Claude prompt-ready incident summaries
Environment variables
The server loads configuration from .env or environment variables using Pydantic.
JWT_SECRET=a1b2c3d4e5f6g7h8i9j0k1
JWT_ALGORITHM=HS256
ALLOWED_ORIGINS=["*"]
ENVIRONMENT=production
ALLOWED_USERS=John:a1b2c3d4e5f6g7h8i9j0k1Integration examples
n8n webhook payload example:
curl -X POST http://localhost:8000/integration/n8n/alert \
-H "Content-Type: application/json" \
-d '{"alert_id":"abc123","severity":"high"}'Claude incident summary example:
curl -X POST http://localhost:8000/integration/claude/incident-summary \
-H "Content-Type: application/json" \
-d '{"incident_id":"abc123","name":"Suspicious login","risk_level":"high","status":"unresolved","assigned_to":"admin"}'JWT Token Generator
python token_generator.py --sub admin --scope "user:read alertrules:write logsources:read alertrules:read search:read search:write" --secret a1b2c3d4e5f6g7h8i9j0k1This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP server that provides AI assistants with comprehensive access to n8n workflow automation nodes, properties, and documentation. It enables models like Claude to search for nodes, access configuration templates, and manage workflows through natural language.Last updatedMIT
- AlicenseAqualityAmaintenanceAn MCP server for the Wazuh SIEM/XDR platform that enables users to query agents, security alerts, detection rules, and decoders through Claude or other MCP clients. It provides specialized tools and prompts for investigating security alerts, performing agent health checks, and generating environmental security overviews.Last updated28163MIT
- Flicense-qualityDmaintenanceA security-focused MCP server that enables automated log retrieval and threat analysis using LangGraph orchestration and RAG. It allows users to detect suspicious activity and generate structured security insights by integrating LLM reasoning with log data and runbook documentation.Last updated
- Flicense-qualityCmaintenanceThis MCP server connects Claude Desktop to OpenCTI for AI-augmented threat intelligence analysis, enabling natural language queries and instant, contextualized answers from your threat intelligence database.Last updated29
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Aashish079/MCPServer-Logpoint'
If you have feedback or need assistance with the MCP directory API, please join our Discord server