eosl-mcp
Provides end-of-life and end-of-sale lookup for Cisco hardware, returning support status, support runway score, and vendor bulletin URLs.
Provides end-of-life and end-of-sale lookup for Dell hardware, returning support status, support runway score, and vendor bulletin URLs.
Provides end-of-life and end-of-sale lookup for Fortinet hardware, including short-SKU alias matching, returning support status, support runway score, and vendor bulletin URLs.
Provides end-of-life and end-of-sale lookup for Palo Alto Networks hardware, returning support status, support runway score, and vendor bulletin URLs.
eosl-mcp
MCP server for EOSL.ai — source-backed hardware end-of-life (EOL / EOSL)
lookups by part number. Is this switch/server/firewall still supported? When did — or does —
vendor support end? Every answer carries the URL of the manufacturer's own end-of-life bulletin,
so nothing is asserted without a source. Unknown parts return found:false, never a guess.
Covers enterprise datacenter gear from Cisco, Dell, HPE, Fortinet, IBM, Juniper, Palo Alto Networks, Arista, and more — current coverage figures live on the site.
Fastest path: the hosted endpoint (no install)
A hosted, no-auth instance runs at https://eosl.ai/mcp (Streamable HTTP), listed in the official
MCP registry as ai.eosl/eosl:
claude mcp add --transport http eosl https://eosl.ai/mcpRelated MCP server: Cisco CX Cloud MCP Server
This package: local stdio server
Same five tools, same matching rules, reading the same public data — as a local stdio process.
npx eosl-mcpClaude Desktop / any stdio client (mcpServers config):
{ "mcpServers": { "eosl": { "command": "npx", "args": ["-y", "eosl-mcp"] } } }Docker:
docker build -t eosl-mcp . && docker run -i eosl-mcpZero dependencies; Node ≥ 18. Verify everything works:
node server.js --selftestTools
Tool | What it does |
| One part number → status, end-of-sale, EOSL, support runway score, vendor bulletin URL |
| Up to 200 part numbers in one call, with summary counts |
| Find product families by vendor / line / series text |
| Full source-backed record for one family (every SKU, group dates, sources) |
| Tracked vendors with family counts |
Matching, honestly
Exact match first, then punctuation-insensitive, then vendor-gated Fortinet short-SKU aliases
(FG-60E → FortiGate-60E) — never fuzzy. If a caller names a vendor, a match from any other
vendor is rejected: another vendor's dates are worse than no answer.
Data and privacy
Data source:
https://eosl.ai/data/lookup.json— the same open dataset behind the site, CC BY 4.0, refreshed weekly from vendors' own published notices.This local server sends only the HTTP fetches above; part numbers you look up locally are matched in-process against the downloaded dataset copy for
lookup_part/bulk_check/search_models(onlyget_familyfetches per-slug). The hosted endpoint records aggregate usage as described at eosl.ai/api/usage.Always confirm critical dates against the linked vendor bulletin before acting on them.
License
Code: Apache-2.0. Dataset: CC BY 4.0 — attribution to EOSL.ai.
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to check software end-of-life dates and support status using the endoflife.date API, providing accurate information on software lifecycle, security status, and upgrade recommendations in real-time.Last updated58MIT
- FlicenseAqualityDmaintenanceProvides natural language access to Cisco CX Cloud APIs for querying hardware inventory, contracts, network elements, security advisories, and end-of-life alerts across customer accounts.Last updated10
- FlicenseAqualityFmaintenanceProvides access to the endoflife.date API to query support and end-of-life information for thousands of software products. It enables users to retrieve detailed release schedules, lifecycle data, and product categories through natural language.Last updated7
- Flicense-qualityDmaintenanceProvides product lifecycle, release cycle, and End of Life (EOL) date information from endoflife.date.Last updated
Related MCP Connectors
EOL dates and risk scores for 480+ software products. Check versions, score risk, audit stacks.
DNS lookups, health reports, SSL certs, security scans, GEO scoring, uptime checks
Check whether an LLM model id is deprecated, retiring, or retired, and what to migrate to.
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/Kranny36/eosl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server