axur-mcp
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., "@axur-mcpGet details for ticket h7dw97"
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.
Axur MCP Server
A Model Context Protocol (MCP) server for the Axur cybersecurity platform. Provides read-only access to ticket data, enabling AI assistants to search, inspect, and analyze security incidents.
Features
Ticket Search & Retrieval — filter, paginate, and fetch tickets by key
Ticket Details — field values, comments, snapshots, attachments, lifecycle state, takedown options
Ticket Statistics — counts by status, incidents by threat type, takedown/treatment metrics, uptime analysis, global and market-segment benchmarks
Related MCP server: mcp-movidesk
Tools
tickets
Search and retrieve tickets.
Action | Description |
| Search/filter tickets with pagination and sorting |
| Get a single ticket by key |
| Get multiple tickets by comma-separated keys |
| Get ticket change history |
| List all supported ticket types |
ticket_details
Get detailed information for a specific ticket.
Action | Description |
| Ticket field values (status, type, domain, IP, etc.) |
| Comments, descriptions, evidence messages |
| Detection snapshots (domain info, ISP, content, digital location) |
| List attachments for a detection |
| Available state transitions |
| Takedown options and eligibility |
| Full ticket timeline |
ticket_stats
Retrieve ticket statistics and metrics.
Action | Description |
| Ticket count by status (requires |
| Incidents grouped by threat type |
| Takedown success rate, median time to notification |
| Internal treatment success rate and metrics |
| Resolution uptime distribution (buckets: <1d, 2d, 5d, etc.) |
| Treatment uptime distribution |
| Median incidents across all Axur customers (13-month trend) |
| Mean incidents across all Axur customers |
| Median incidents for your market segment |
| Mean incidents for your market segment |
Setup
Prerequisites
Node.js 18+
An Axur API token (get one here)
Install
git clone https://github.com/Just5ky/axur-mcp.git
cd axur-mcp
npm install
npm run buildConfigure
cp .env.example .env
# Edit .env and add your Axur API tokenUsage with Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"axur": {
"command": "node",
"args": ["/path/to/axur-mcp/dist/index.js"],
"env": {
"AXUR_API_TOKEN": "your_token_here"
}
}
}
}Usage with other MCP clients
# Run directly
AXUR_API_TOKEN=your_token node dist/index.jsExample Queries
Once connected to an AI assistant:
"Show me all open phishing tickets from this month"
"Get details for ticket h7dw97"
"What are the takedown metrics for the last 30 days?"
"How do our incident numbers compare to the market segment median?"
"List all ticket types supported by the platform"
API Coverage
This server covers the read-only Axur Platform ticket APIs:
tickets-api— ticket search, retrieval, statstickets-core— field values, ticket typestickets-texts— textual data (comments, evidence)tickets-snapshots— detection snapshotstickets-attachments— attachment listingtickets-lifecycle— lifecycle state inspectiontickets-takedown— takedown status inspectiontickets-timeline— timeline history
Rate Limits
The Axur API enforces a rate limit of 60 requests per minute on stats endpoints. The server surfaces 429 errors directly — plan queries accordingly.
License
MIT
This 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.
Latest Blog Posts
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/just5ky/axur-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server