Embeddable MCC/MNC Widget
Add a live MCC/MNC lookup search to any webpage with a single <script> tag.
No API key, no dependencies, no frameworks required.
Live Demo
Type an operator name, country, MCC, or MNC below:
Embed Code
Copy and paste this into your HTML where you want the widget to appear:
<!-- MCC/MNC Lookup Widget -->
<div id="mcc-mnc-widget"></div>
<script
src="https://mcc-mnc-lookup.com/static/widget/mcc-mnc-widget.js"
data-target="mcc-mnc-widget">
</script>
Options
| Attribute | Default | Description |
|---|---|---|
| data-target | — | Required. The id of the container element. |
| data-theme | "light" | Set to "dark" for a dark-styled widget. |
| data-placeholder | "Search operator…" | Custom placeholder text for the search input. |
Dark theme example
<div id="mcc-mnc-widget"></div>
<script
src="https://mcc-mnc-lookup.com/static/widget/mcc-mnc-widget.js"
data-target="mcc-mnc-widget"
data-theme="dark"
data-placeholder="Search networks…">
</script>
Notes
- The widget calls the MCC/MNC REST API — the same rate limits apply (1000 requests/day per IP).
- Results open on mcc-mnc-lookup.com in a new tab.
- The widget is ~5KB, has no dependencies, and works in all modern browsers.
- Need higher volume or a self-hosted version? See the API docs to integrate directly.