sourcing@1bom.com · 中文 · USD ▾ ·
1BOM TI & ADI Shortage Sourcing Network
● Live 700K+ TI & ADI SKUs tracked | 3,000+ stock holders · 40+ countries | 30-min sourcing response | Same-day dispatch | ISO 9001 · IDEA-STD-1010B | 🤖 AI-ready: API · MCP
HOME / API

1BOM API · MCP · AI-Ready Sourcing

REST · JSON · MCP server for AI agents. Let your procurement AI search our network, request quotes, and track orders — directly. Public beta · free during 2026.

🤖 MCP Server · Plug 1BOM into Claude / GPT / your AI agent

1BOM ships an official Model Context Protocol (MCP) server. Your AI procurement assistant can query live TI/ADI stock, fire RFQs, and pull verification records — no browser needed.

# Claude Desktop / Claude Code config
{
  "mcpServers": {
    "1bom": {
      "command": "npx",
      "args": ["-y", "@1bom/mcp-server"],
      "env": { "ONEBOM_API_KEY": "sk_live_xxxx" }
    }
  }
}

Exposed tools: search_stock · get_price_breaks · create_rfq · track_order · get_verification_record · eol_watch_subscribe

Also available: Claude Skill ("1bom-sourcing") for guided shortage workflows · ChatGPT Actions manifest · LangChain tool. Contact api@1bom.com.

Authentication

Bearer token via Authorization header. Request an API key from api@1bom.com — approved within 1 business day.

Authorization: Bearer sk_live_xxxxxxxxxxxx

Endpoint · Search stock by PN

GET https://api.1bom.com/v1/stock?q=LM358DR

Response · 200 OK

{
  "query": "LM358DR",
  "updated_at": "2026-08-15T09:23:14Z",
  "count": 3,
  "results": [
    {
      "pn": "LM358DR",
      "mfr": "TI",
      "stock": 12340,
      "moq": 1000,
      "spq": 2500,
      "pkg": "Reel",
      "date_code": "22+/23+",
      "lifecycle": "Active",
      "unit_price_usd": 0.14,
      "lead_time_days": 0,
      "verified": true
    }
  ]
}

Endpoint · Bulk RFQ

POST https://api.1bom.com/v1/rfq
Content-Type: application/json

{
  "lines": [
    { "pn": "LM358DR", "qty": 5000 },
    { "pn": "TL431AIDBZR", "qty": 1000 }
  ],
  "target_date": "2026-09-01",
  "contact_email": "you@your-broker.com"
}

Returns a quote_id. Formal PDF quote emailed within 30 minutes.

Endpoint · Verification Record

GET https://api.1bom.com/v1/verification/{lot_id}

Returns full inspection record: XRF spectrum · X-Ray images · decap sample · CoC PDF link.

Rate Limits

  • Free Beta
    1,000 req/day · 60/min
  • Standard
    50k req/day · 500/min
  • Enterprise
    unlimited · custom SLA

SDKs

  • Python
    pip install onebom · github
  • Node.js
    npm install @1bom/sdk · github
  • PHP
    composer require 1bom/api
  • Go
    coming Q4 2026

Status & Health

Broker integration? Get white-glove onboarding · sample POC code · dedicated Slack channel · api@1bom.com