INDIVIDUAL MCP TOOL
get_family
Fetch the full source-backed record for one product family by slug (from search_models or lookup_part pageUrl): lifecycle dates per SKU group, every part number, support runway score factors, and the vendor bulletin URLs.
LIVE ENDPOINT
https://eosl.ai/mcp
Connect to this endpoint to inspect the live schema for get_family and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.eosl]
url = "https://eosl.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eosl": {
"type": "http",
"url": "https://eosl.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eosl
Remote MCP URL: https://eosl.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"eosl": {
"url": "https://eosl.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eosl": {
"type": "http",
"url": "https://eosl.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eosl",
"transport": "streamable-http",
"url": "https://eosl.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_part— Look up one hardware part number or model name in the EOSL.bulk_check— Check up to 200 part numbers in one call (read-only, no auth; for a single part use lookup_part).search_models— Search tracked product families by vendor, product line, or series name (case-insensitive substring, e.list_vendors— List all vendors tracked by EOSL.