Skip to main content
Glama
lidless-labs

maltego-mcp

by lidless-labs

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MALTEGO_MCP_OUTPUT_DIRNoDefault output directory for .mtgx files~/MaltegoGraphs
MALTEGO_MCP_LOOKUP_TIMEOUT_MSNoPer-lookup timeout in ms (currently applied to crt.sh only; whois, dns, asn use library defaults)30000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
maltego_create_graphA

Create a new empty Maltego graph in memory. Returns graphId for use with maltego_add_entity / maltego_add_link / maltego_save_graph.

maltego_add_entityA

Add an entity (node) to a graph. Returns entityId for use with maltego_add_link.

maltego_add_linkC

Add a directed link between two entities. Returns linkId.

maltego_save_graphA

Save a graph to a .mtgx file inside the configured outputDir. Refuses to overwrite unless overwrite=true.

maltego_load_graphB

Load an existing .mtgx into a new graph handle. Returns the new graphId.

maltego_whoisB

Run a whois lookup for a domain. Returns registrar, nameservers, dates.

maltego_dnsB

Run a DNS lookup (A / AAAA / MX / NS / TXT) for a domain.

maltego_asnA

Look up ASN, netblock, country, and org for an IP via Team Cymru.

maltego_crtshC

Certificate Transparency search via crt.sh. Honors lookupTimeoutMs.

maltego_expand_ipC

Build a .mtgx graph around an IP (ASN + netblock).

maltego_expand_domainB

Build a .mtgx graph around a domain (whois + DNS + ASN per A record).

maltego_expand_hashC

Build a .mtgx graph with a Hash entity (extend in later versions).

maltego_build_ioc_graphB

Build a .mtgx investigation graph from one IOC plus enrichment summaries gathered from MISP, TheHive, Cortex, MITRE, or other MCPs. This tool does not call those services itself.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/lidless-labs/maltego-mcp'

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