EOSL.ai — Hardware End-of-Life Database
EH
EOSL.ai — Hardware End-of-Life Database
/bulk_check

bulk check

Check up to 200 part numbers in one call (read-only, no auth; for a single part use lookup_part). Returns a per-part row (status, EOSL date, source URL, page UR

liveverifiedunknown~5s typical
mcpprobedeosl.aihardware
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-eosl-eosl /bulk_check for me.

Input

FieldTypeDescription
part_numbers*arrayPart numbers to check; max 200 after case-insensitive deduplication. Punctuation differenc

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-eosl-eosl","endpoint":"/bulk_check","input":{"part_numbers":[]}}'
cli
npx cracked-ai run -p mcp-ai-eosl-eosl -e /bulk_check -i '{"part_numbers":[]}'
mcp
run_tool({ provider: "mcp-ai-eosl-eosl", endpoint: "/bulk_check", input: {"part_numbers":[]} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.