← eosl.ai

INDIVIDUAL MCP TOOL

bulk_check

Check up to 200 part numbers in one call (read-only, no auth; for a single part use lookup_part).

eosl.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://eosl.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for bulk_check and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

eosl.ai

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.
  • search_models — Search tracked product families by vendor, product line, or series name (case-insensitive substring, e.
  • 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.
  • list_vendors — List all vendors tracked by EOSL.