eSentire Atlas 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., "@eSentire Atlas MCP Serverlist recent high-severity findings"
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.
eSentire Atlas MCP Server
An MCP server exposing the eSentire Atlas API (Findings, Ticketing, MVS) and Threat Intelligence feeds (IP Watch, Advanced/STIX) as tools.
Built for HTTP transport so it can run as a container behind a reverse proxy and be consumed by remote MCP clients.
Credentials
Atlas issues four distinct credential types and they are not
interchangeable — presenting the wrong type returns 402/403:
Atlas credential type | Env var | Covers |
|
|
|
|
| same paths, reads only |
|
|
|
| — | not implemented (undocumented endpoints) |
Create them in Atlas → Settings → New API Credentials. Choose Authentication: Token — the static-token flow is the one the Atlas API Reference Guide documents. Optionally add an IP restriction for your Docker host's egress address.
Related MCP server: Purple AI MCP Server
Configuration
Variable | Default | Purpose |
| — | Atlas credential (Findings / Ticketing / MVS) |
| — | Threat Intelligence credential |
|
| API root |
| — | Default tenant code, so callers can omit it |
|
| Comma list; drop |
|
|
|
|
|
|
|
| Bind address |
| — | External URL; required for OAuth |
|
|
|
| — | Shared secret when |
| — | Entra app for |
|
| Seconds. Matches the feed's hourly refresh |
|
| Per-tool response ceiling |
|
|
MCP_AUTH is the front door — how MCP clients authenticate to this server.
It is unrelated to the eSentire tokens, which authenticate this server upstream.
Tools
Findings — findings_search, findings_search_advanced, finding_update
Ticketing — tickets_case_type_configs, tickets_list_cases,
tickets_get_case, tickets_create_case, tickets_update_case,
tickets_list_comments, tickets_list_emails, tickets_list_attachments,
tickets_get_attachment_link, tickets_upload_attachment,
tickets_delete_attachment, tickets_list_contacts, tickets_list_locations
Threat Intelligence — ti_ipwatch, ti_check_ip, ti_indicators,
ti_indicators_paged, ti_indicators_misp
MVS — mvs_list_assets, mvs_get_asset,
mvs_asset_details, mvs_get_asset_vulnerability, mvs_list_vulnerabilities,
mvs_get_vulnerability, mvs_list_missing_patches, mvs_assets_affected_by
Design notes
Filters are native objects. Atlas wants URL-encoded JSON for
query,sorts, andfilters. Pass real lists/dicts; encoding is handled internally.assignee_emailimpliesuse_v2. Atlas silently ignores the assignee filter unless the V2 query engine is active, sofindings_searchenables it for you rather than returning quietly-wrong results.STIX is flattened by default.
ti_indicatorsreduces bundles to a compact indicator/observable list. Passsummarize=Falsefor raw STIX 2.1.MVS auto-switches GET → POST when the encoded filter payload gets long enough to risk a query-string limit.
MVS is separately licensed. Its tools are registered by default, but they return a "wrong token type / not entitled" message if the service is not on your account. Drop
mvsfromESENTIRE_ENABLED_SURFACESto hide them.pageandper_pageare mandatory on/finding/findings. Undocumented in the Atlas guide, but Atlas returns400 Missing required query parameterwithout them, sofindings_searchalways sends both (defaults 1 / 50).Findings and MVS use different envelopes. Findings returns
{count, items, total_count}; MVS returns{data, paging}.401bodies are surfaced verbatim."<CUSTOMERCODE> is not authorized"means the token is valid but the service is not subscribed; a bare"Unauthorized"means the token itself was rejected. Very different fixes.Trailing slashes are stripped. Atlas returns
404for a URL ending in/.Tokens are sent raw in
Authorization— noBearerprefix./healthnever calls upstream. An expired token or an eSentire outage must not make Docker restart-loop an otherwise-healthy container.
Local development
uv venv --python 3.12
uv pip install -e .
MCP_TRANSPORT=stdio ATLAS_API_TOKEN=... uv run python -m esentire_mcpDeployment
Deployed as a Portainer stack that builds this repo directly on the Docker host —
see docker-compose.yml. No local Docker or image registry required.
Safety
tickets_create_case opens a real support case with eSentire's SOC. Confirm
with a human before calling it. Use case_type: "Atlas API Test" for smoke
tests. Closed tickets can never be reopened; resolved tickets can — prefer
resolving. Set ESENTIRE_READ_ONLY=1 to disable all mutations.
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.
Related MCP Servers
- Alicense-qualityAmaintenanceAn MCP server that exposes a 60+ tool security and threat-intel stack to AI agents, enabling secret scanning, Sigma rule generation, ransomware lookup, OSINT, and deep research.Last updated1MIT

Purple AI MCP Serverofficial
AlicenseAqualityBmaintenanceEnables MCP clients to interact with SentinelOne's cybersecurity platform for security analysis, threat investigation, and asset management through natural language queries. Provides read-only access to alerts, vulnerabilities, misconfigurations, and inventory data.Last updated3386MIT- Flicense-qualityDmaintenanceProvides threat intelligence tools like IoC lookups, event backtracking, and IP enrichment via MCP, enabling automated triage and evidence queries.Last updated1
- AlicenseAqualityCmaintenanceExposes Tenable security operations as MCP tools for AI-powered security workflows, enabling asset, vulnerability, scan, plugin, and tag management via natural language.Last updated17MIT
Related MCP Connectors
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
Official Microsoft MCP Server to query Microsoft Entra data using natural language
SecurityTrails MCP — wraps SecurityTrails API (securitytrails.com)
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/omichelbraga/esentire-atlas-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server