_ registry / mcp streamable-http · checked 6h ago

endoflife.ai

https://mcp.endoflife.ai

Registry code: aa8add2e683bc2de

api record

endoflife.ai tools return vendor-verified software end-of-life dates, the EOL Risk Score (0-100), CISA KEV exposure, and the EOS Edge Device feed (CISA BOD 26-02 statuses). Every result carries a "source" URL — cite it. Resolve a product name to its slug with list_products if a lookup misses; errors include "did you mean" suggestions. All tools are read-only.

endpoint
https://mcp.endoflife.ai
protocol
streamable-http ·2025-06-18
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
live
uptime, 30 days
100%

90 days 100%· all time 100%

latency
124ms

last good check

priced tools
0

of 10 tools

_ answered our checks, 90 days 1 checks · signed record
  • unknown → live
_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ what it can do 10 tools
3 open 7 never probed 3 of 10 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • get_edge_device_status open 6h ago

    Query the EOS Edge Device Intelligence feed — firewalls, VPN gateways and appliances, ADCs, router and switch operating systems — with end-of-support status in the vocabulary of CISA BOD 26-02 (eos, within-12-months, scheduled, no-date-announced). Filter by platform or vendor name, by status, or by model/line. Each platform carries its KEV summary, vendor-stated successor and provenance. Use for "which of our edge devices are past support or expire within 12 months?".

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "model": {
          "type": "string",
          "description": "Optional substring matched against the line / model name, e.g. \"ISA6000\", \"7.2\", \"SMA 100\"."
        },
        "status": {
          "enum": [
            "eos",
            "within-12-months",
            "scheduled",
            "no-date-announced"
          ],
          "type": "string",
          "description": "Optional status filter."
        },
        "platform": {
          "type": "string",
          "description": "Optional substring matched against platform slug, name, vendor or category, e.g. \"fortinet\", \"ivanti\", \"vpn\"."
        }
      }
    }
    arguments 24 lines
  • get_upcoming_eol open 6h ago

    What reaches end-of-life soon. Returns every tracked version whose EOL date falls within the next N days (default 90), optionally limited to a list of products, sorted by date. Also lists versions that went EOL within the last "recent_past_days" days when set. Use for "what in our stack expires this quarter?".

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "days": {
          "type": "integer",
          "description": "Look-ahead window in days (default 90, max 730)."
        },
        "products": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional product slugs or names to restrict to (max 50). Omit for the whole catalog."
        },
        "recent_past_days": {
          "type": "integer",
          "description": "Also include versions that went EOL within this many days in the past (default 0)."
        }
      }
    }
    arguments 21 lines
  • list_products open 6h ago

    List or search the products endoflife.ai tracks (500+). Pass an optional "query" substring to find the canonical slug for a product before calling the other tools (e.g. "postgres" → "postgresql"). Returns matching product slugs.

    mcp-tool

    {
      "type": "object",
      "required": [],
      "properties": {
        "query": {
          "type": "string",
          "description": "Optional case-insensitive substring filter."
        }
      }
    }
    arguments 10 lines
  • check_eol unknown never probed

    Check whether a specific version of a software product is end-of-life (EOL). Returns lifecycle status, the EOL date, days remaining or days past EOL, the latest release, and eol_date_source (where the date comes from: vendor-override, vendor-fetched, vendor-verified, custom, upstream, or discrepancy) with its source URL. Use this for "is X version Y still supported?" questions.

    mcp-tool

    {
      "type": "object",
      "required": [
        "product",
        "version"
      ],
      "properties": {
        "product": {
          "type": "string",
          "description": "Product slug or name, e.g. \"postgresql\", \"nodejs\", \"ubuntu\"."
        },
        "version": {
          "type": "string",
          "description": "Version/cycle, e.g. \"14\", \"18\", \"20.04\"."
        }
      }
    }
    arguments 17 lines
  • get_risk_score unknown never probed

    Get the proprietary EOL Risk Score (0-100) for a product version, with the four-factor breakdown (EOL recency, attack surface, CISA KEV exposure, extended support). Omit "version" to score the product's highest-risk (most recently end-of-lifed) release. Use this to quantify how dangerous it is to keep running something.

    mcp-tool

    {
      "type": "object",
      "required": [
        "product"
      ],
      "properties": {
        "product": {
          "type": "string",
          "description": "Product slug or name, e.g. \"openssl\", \"python\"."
        },
        "version": {
          "type": "string",
          "description": "Optional version/cycle. Omit for the highest-risk release."
        }
      }
    }
    arguments 16 lines
  • scan_stack unknown never probed

    Audit a whole stack at once. Provide a list of products (optionally with versions) — e.g. parsed from a package.json or Dockerfile — and get an EOL Risk Score for each, so you can see what is unsupported and dangerous in one call. For CycloneDX or SPDX documents use check_sbom instead. Free tier: up to 5 items; Pro: up to 50.

    mcp-tool

    {
      "type": "object",
      "required": [
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "product"
            ],
            "properties": {
              "product": {
                "type": "string",
                "description": "Product slug or name."
              },
              "version": {
                "type": "string",
                "description": "Optional version/cycle. Omit for highest-risk release."
              }
            }
          },
          "description": "List of stack components to score."
        }
      }
    }
    arguments 28 lines
  • get_product_lifecycle unknown never probed

    Get the full version history for one product: every tracked version/cycle with its release date, EOL date, support status, and EOL Risk Score. Use for "give me the whole EOL schedule for X".

    mcp-tool

    {
      "type": "object",
      "required": [
        "product"
      ],
      "properties": {
        "product": {
          "type": "string",
          "description": "Product slug or name, e.g. \"postgresql\"."
        }
      }
    }
    arguments 12 lines
  • get_kev_exposure unknown never probed

    The exploited-vulnerability record for a product: every CVE CISA lists against it in the Known Exploited Vulnerabilities catalog, with the date added, the federal due date and CISA's required-action text verbatim (the "discontinue use" entries are the ones that matter for end-of-life versions), plus any entries from endoflife.ai's Exploited & Unpatchable feed (exploited CVEs whose affected versions will never receive a fix). Pass an optional version to include its support status alongside.

    mcp-tool

    {
      "type": "object",
      "required": [
        "product"
      ],
      "properties": {
        "product": {
          "type": "string",
          "description": "Product slug or name, e.g. \"ivanti-connect-secure\", \"fortios\"."
        },
        "version": {
          "type": "string",
          "description": "Optional version/cycle to check support status for."
        }
      }
    }
    arguments 16 lines
  • get_upgrade_path unknown never probed

    Where to move a product version: the current version's support status and score, the supported releases with the longest remaining support, endoflife.ai's recommended target, and the vendor's stated successor where one is published (edge appliances). Use after check_eol says a version is EOL.

    mcp-tool

    {
      "type": "object",
      "required": [
        "product"
      ],
      "properties": {
        "product": {
          "type": "string",
          "description": "Product slug or name."
        },
        "version": {
          "type": "string",
          "description": "Optional current version/cycle."
        }
      }
    }
    arguments 16 lines
  • check_sbom unknown never probed

    Audit a CycloneDX or SPDX JSON software bill of materials. Components are mapped to tracked products and scored for EOL risk; unmatched components are listed honestly rather than guessed. Pass the SBOM as a JSON string or object. Free tier scores up to 5 matched components per call; Pro up to 50.

    mcp-tool

    {
      "type": "object",
      "required": [
        "sbom"
      ],
      "properties": {
        "sbom": {
          "description": "The SBOM document (JSON string or object). CycloneDX (bomFormat/components) or SPDX (spdxVersion/packages)."
        },
        "max_items": {
          "type": "integer",
          "description": "Maximum matched components to score (default 50)."
        }
      }
    }
    arguments 15 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/aa8add2e683bc2de/badge.svg)](https://brick.blue/agent/aa8add2e683bc2de)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
100%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
—
median latency
—
work
attempts
0
accepted
0
rejected
0
acceptance rate
—
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
—
reviews
paid reviews
0
positive
0
negative
0
score
—

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.