Skip to main content
Glama

Jeevesus — DugganUSA Threat Intelligence MCP

Server Details

Jeevesus saves. Threat-intel MCP, 17.9M docs, 1.13M IOCs. Search · enrich · STIX. Read-only.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.6/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clear, distinct purpose: enrich-ioc for single-indicator deep dive, search for broad corpus exploration, and stix-feed-summary for feed-level metadata. No functional overlap, and the descriptions make it obvious which to use for a given task.

Naming Consistency2/5

Tool names are inconsistent in style: 'enrich-ioc' uses a verb-hyphen-noun pattern, 'search' is a single verb, and 'stix-feed-summary' is a noun phrase with hyphens. There is no uniform convention, which could confuse an agent expecting a predictable pattern.

Tool Count4/5

With 3 tools, the server is on the low end of the ideal 3-15 range. Each tool earns its place by covering core threat intelligence operations (search, enrichment, feed summary), so the count feels appropriate for a focused, read-only MCP server.

Completeness3/5

The tool surface covers essential read operations but has notable gaps: no bulk IOC retrieval, no direct threat actor profile browsing (though search can find them), and no way to fetch the full STIX bundle via MCP. Users must resort to external URLs for some tasks.

Available Tools

3 tools
enrich-iocAInspect

Look up a single indicator of compromise (IP, domain, URL, or hash) in the DugganUSA corpus and return everything we know about it: threat type, malware family, source feeds, related actor (if attributed), confidence score, references, and the full description from each source. Read-only.

Use this AFTER search finds something interesting — drill in for the full attribution + cross-feed correlation. Or use it directly when triaging a single indicator from your SIEM.

Pass the IOC as either indicator or value (both work). Optional type hint: ip / domain / url / hash / auto.

Examples: indicator="185.93.3.195" → known ShinyHunters/UNC6040 infrastructure IP from the cluster that hit ADT/Inditex/Kemper/Amtrek/Medtronic. indicator="goldenleafway.lat" → fresh Apothecary/ClearFake .lat rotation domain. indicator="ee28b3137d65d74c0234eea35fa536af" → Volexity-attributed malware MD5 (BrazenBamboo/DEEPDATA campaign).

Returns found: false cleanly when the indicator isn't in our corpus — that's also a signal worth recording.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNoOptional type hint. Default auto-detect.
valueNoAlias of `indicator`. Either field works.
indicatorNoThe indicator to enrich (IP, domain, URL, or hash).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It declares 'Read-only' and describes the return value including 'found: false' on miss. It also lists the fields returned (threat type, malware family, etc.) and gives examples. This is comprehensive for a read-only lookup tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured: first paragraph states purpose and return, second paragraph gives usage context, third provides concrete examples. It is somewhat lengthy but each sentence adds value. No fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the moderate complexity (3 optional params, no output schema), the description is thorough: it covers the full set of behaviors (return fields, missing indicator handling), usage context, and examples. It provides sufficient information for an AI agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, baseline 3. The description adds value beyond schema by explaining that 'indicator' and 'value' are aliases, giving usage examples with all parameter types, and providing an optional 'type' hint with enum values. This clarifies how to use the parameters effectively.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Look up a single indicator of compromise...' with a specific verb ('look up') and resource ('DugganUSA corpus'). It distinguishes from sibling tools by recommending use after 'search' and mentions 'drill in' for full attribution.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidance: 'Use this AFTER `search` finds something interesting — drill in for the full attribution + cross-feed correlation. Or use it directly when triaging a single indicator.' This tells when and when not to use it, and implies alternatives (search, stix-feed-summary).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

stix-feed-summaryAInspect

Live shape report on the DugganUSA STIX 2.1 threat feed for a chosen lookback window (1-7 days). Returns total indicator count, top malware families, top source feeds, type breakdown (ip/domain/url/hash/cidr), and top countries.

Use this BEFORE pulling the full STIX bundle to gauge feed depth and freshness, plan SIEM ingestion budget, or sanity-check that a campaign you read about is actually in our corpus.

Does NOT return the full bundle — for that, fetch https://analytics.dugganusa.com/api/v1/stix-feed with the same Bearer key. The bundle is STIX 2.1 / TAXII 2.1 with Splunk ES, OPNsense, Suricata, and Unbound DNS sinkhole plugins.

Authentication required (Bearer token). Anonymous callers get a clear 401 with the registration URL.

Example: {"days": 7} returns the last week's feed shape — useful for capacity planning and spot-checking recent ingest tags.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoLookback window in days (1–7). Default 1.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, but the description discloses that it does not return the full bundle, mentions authentication failure behavior, and describes the allowed days range. It could mention rate limits or output format, but covers key behaviors.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is somewhat long but every sentence provides useful information. It is well-structured with distinct sections for purpose, usage, and example. Could be slightly tighter, but no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the single parameter, no output schema, and no annotations, the description thoroughly covers the tool's purpose, usage guidelines, authentication details, and an example. It is complete and leaves no major gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter 'days' is fully described in the schema (100% coverage). The description adds context by stating the default is 1 and provides an example usage, which adds value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns a 'live shape report' on the STIX 2.1 threat feed and lists specific return types (total indicator count, top malware families, etc.). It distinguishes itself from the full bundle retrieval tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Use this BEFORE pulling the full STIX bundle' and provides concrete use cases such as gauging feed depth, planning SIEM ingestion, and sanity-checking campaigns. Also mentions authentication requirements and error responses.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources