Conduit — The AI Data Bridge
Structured browser data for AI agents. All data stays local on your machine with zero cloud dependencies.
As of June 2026, Conduit — The AI Data Bridge has 3 users in the Developer Tools category.
Usersno change0%
3
3
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
2.1.94
Manifest V3
90-day change · In the last 90 days this extension 3 version updates.
History
7 snapshotsTracking since Apr 16, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 16, 2026 | — | — | — | 2.0.8 |
| Apr 22, 2026 | — | — | — | 2.0.8 |
| Apr 26, 2026 | 2 | — | — | 2.1.20 |
| May 9, 2026 | 1 | — | — | 2.1.20 |
| May 14, 2026 | 1 | — | — | 2.1.24 |
| May 21, 2026 | 3 | — | — | 2.1.94 |
| Jun 9, 2026 | 4 | — | — | 2.1.94 |
| Now | 3 | — | — | 2.1.94 |
Changelog
- May 14, 2026description
Conduit organizes the massive streams of data flowing through your browser into structured, actionable insights — serving them instantly to your AI agents, automation scripts, and local tools. Whether you're cataloging online purchases natively with our Amazon integrator, automating complex browsing tasks programmatically, or giving LLMs direct visibility into your live browsing window — Conduit turns your browser into a personal, sovereign data engine. 🔥 KEY FEATURES 📡 Smart Data Capture Conduit automatically intercepts and structures data from supported platforms (Amazon, Walmart) into clean, organized formats — all processed locally. Query captured data via REST API, export to CSV or JSON, and filter by platform or time range. 🤖 MCP Server — Native AI Agent Integration Conduit inherently speaks MCP (the Model Context Protocol). Give Claude Desktop, Cursor, Windsurf, or your own scripts absolute real-time awareness of what your browser sees: • "What did I buy on Amazon last month?" • "Summarize the articles in my open tabs" • "Read these page elements and execute actions" 20 purpose-built MCP tools give your agents total browser sovereignty: 🔍 Page Analysis • read_page & page_text: Read visible DOM and extract text up to 15KB. • page_meta & page_images: Pull OpenGraph tags, favicons, and collect image URLs. • screenshot: Capture high-quality PNG/JPEG snapshots of active tabs. • get_selection: Read user-highlighted text intuitively. 🖱️ Remote Browser Control • browser_action & execute_js: Click elements, inject text, scroll natively, and execute arbitrary JS. • keypress: Simulate keyboard actions (Enter, Esc, Tab, Arrows). • list_tabs, create_tab, close_tab: Total tab lifecycle control. 💾 Captured Data & History • amazon_history: Extract and structure Amazon order history over time. • browse_data & drain_data: Access and stream structured API captures (X.com, Reddit, Walmart). • get_cookies: Extract httpOnly cookies for agentic authentication workflows. ⚡ Full Local REST API Every capability is accessible via clean REST endpoints on localhost:7777: • GET /data — query captured event streams • GET /tabs — list open browser tabs • POST /action — click, type, scroll, and interact with pages • POST /screenshot — capture visual snapshots • GET /browser-history — search native browser history • GET /history — query the persistent event data lake 🛒 The Amazon Engine Command your AI to autonomously import your Amazon order history via secure MCP browser tools — extracting years of purchase data cataloged with product details, pricing, and dates. Primed for analysis, expense tracking, or integration with your AI workflows. 🔧 Recipes — Toggleable Data Connectors Enable or disable structured data extraction per-platform via simple toggle switches. Each recipe intercepts platform-specific API traffic and transforms it into clean, queryable data. 🔐 YOUR DATA STAYS WITH YOU Zero cloud. Zero telemetry. The extension communicates exclusively with a local Node.js host server on 127.0.0.1. Nothing leaves your machine. You own your data completely. 📦 EDITIONS & TIERS All users activate a comprehensive 14-day Pro Trial on first install — full access to every REST endpoint, automation tool, and MCP bridge. After trial: core data capture, history, and read-only MCP tools remain free. Pro unlocks autonomous actions, tab control, cookies, and the WebSocket firehose. 🏗️ ARCHITECTURE • Extension: Lightweight MV3 service worker — passive data interception + recipe-driven extraction • Host: Local Node.js server — REST API (:7777), WebSocket stream (:7778), MCP Streamable HTTP (:7779) • Storage: Append-only JSONL data lake — persistent, portable, zero-dependency Designed by Sophia Labs. https://sophialabs.gantlett.io/conduit
Conduit organizes the massive streams of data flowing through your browser into structured, actionable insights — serving them instantly to your AI agents, automation scripts, and local tools. Whether you're cataloging online purchases natively with our Amazon integrator, automating complex browsing tasks programmatically, or giving LLMs direct visibility into your live browsing window — Conduit turns your browser into a personal, sovereign data engine. 🔥 KEY FEATURES 📡 Smart Data Capture Conduit automatically intercepts and structures data from supported platforms (Amazon, Walmart) into clean, organized formats — all processed locally. Query captured data via REST API, export to CSV or JSON, and filter by platform or time range. 🤖 MCP Server — Native AI Agent Integration Conduit inherently speaks MCP (the Model Context Protocol). Give Claude Desktop, Cursor, Windsurf, or your own scripts absolute real-time awareness of what your browser sees: • "What did I buy on Amazon last month?" • "Summarize the articles in my open tabs" • "Read these page elements and execute actions" 20+ purpose-built MCP tools give your agents total browser sovereignty: 🔍 Page Analysis & Auditing • read_page & page_text: Read visible DOM and extract text up to 15KB. • read_raw_dom: Pierce Shadow DOM boundaries and extract raw HTML AST directly. • audit_a11y: Run deep WCAG accessibility audits using the injected axe-core engine. • page_meta & page_images: Pull OpenGraph tags, favicons, and collect image URLs. • screenshot: Capture high-quality PNG/JPEG snapshots of active tabs. • get_selection: Read user-highlighted text intuitively. 🖱️ Remote Browser Control • browser_action & execute_js: Click elements, inject text, scroll natively, and execute arbitrary JS (with synchronous evaluated returns sent directly to your agent). • keypress: Simulate keyboard actions (Enter, Esc, Tab, Arrows). • list_tabs, create_tab, close_tab: Total tab lifecycle control. 💾 Captured Data & History • amazon_history: Extract and structure Amazon order history over time. • browse_data & drain_data: Access and stream structured API captures (X.com, Reddit, Walmart). • get_cookies: Extract httpOnly cookies for agentic authentication workflows. ⚡ Full Local REST API Every capability is accessible via clean REST endpoints on localhost:7777: • GET /data — query captured event streams • GET /tabs — list open browser tabs • POST /action — click, type, scroll, and interact with pages • POST /screenshot — capture visual snapshots • GET /browser-history — search native browser history • GET /history — query the persistent event data lake 🛒 The Amazon Engine Command your AI to autonomously import your Amazon order history via secure MCP browser tools — extracting years of purchase data cataloged with product details, pricing, and dates. Primed for analysis, expense tracking, or integration with your AI workflows. 🔧 Recipes — Toggleable Data Connectors Enable or disable structured data extraction per-platform via simple toggle switches. Each recipe intercepts platform-specific API traffic and transforms it into clean, queryable data. 🔐 YOUR DATA STAYS WITH YOU Zero cloud. Zero telemetry. The extension communicates exclusively with a local Node.js host server on 127.0.0.1. Nothing leaves your machine. You own your data completely. 📦 EDITIONS & TIERS All users activate a comprehensive 14-day Pro Trial on first install — full access to every REST endpoint, automation tool, and MCP bridge. After trial: core data capture, history, and read-only MCP tools remain free. Pro unlocks autonomous actions, tab control, cookies, and the WebSocket firehose. 🏗️ ARCHITECTURE • Extension: Lightweight MV3 service worker — passive data interception + recipe-driven extraction • Host: Local Node.js server — REST API (:7777), WebSocket stream (:7778), MCP Streamable HTTP (:7779) • Storage: Append-only JSONL data lake — persistent, portable, zero-dependency Designed by Sophia Labs. https://sophialabs.gantlett.io/conduit --- CHANGELOG (v2.1.55 - v2.1.95) • Security Hardening: Remediated DOM-based XSS vulnerabilities in UI popup handlers. • DoS Mitigation: Implemented strict JSON parsing bounds and unhandled exception wrappers (`try...catch`) within MCP server transports. • Startup Resilience: Removed broken `zod/v4` submodule import causing synchronous crashes on boot.
- Apr 22, 2026description
Conduit organizes the massive streams of data flowing through your browser into structured, actionable insights — serving them instantly to your AI agents, automation scripts, and local tools. Whether you're cataloging online purchases natively with our Amazon integrator, automating complex browsing tasks programmatically, or giving LLMs direct visibility into your live browsing window — Conduit turns your browser into a personal, sovereign data engine. 🔥 KEY FEATURES 📡 Smart Data Capture Conduit automatically intercepts and structures data from supported platforms (Amazon, Walmart) into clean, organized formats — all processed locally. Query captured data via REST API, export to CSV or JSON, and filter by platform or time range. 🤖 MCP Server — Native AI Agent Integration Conduit inherently speaks MCP (the Model Context Protocol). Give Claude Desktop, Cursor, Windsurf, or your own scripts absolute real-time awareness of what your browser sees: • "What did I buy on Amazon last month?" • "Summarize the articles in my open tabs" • "Read these page elements and execute actions" 20 purpose-built MCP tools expose everything: tab control, page reading, screenshots, DOM interaction, cookies, bookmarks, browser history, and more. ⚡ Full Local REST API Every capability is accessible via clean REST endpoints on localhost:7777: • GET /data — query captured event streams • GET /tabs — list open browser tabs • POST /action — click, type, scroll, and interact with pages • POST /screenshot — capture visual snapshots • GET /browser-history — search native browser history • GET /history — query the persistent event data lake 🛒 The Amazon Engine Initiate a 1-click import of your complete Amazon order history — years of purchase data cataloged with product details, pricing, and dates. Primed for analysis, expense tracking, or integration with your AI workflows. 🔧 Recipes — Toggleable Data Connectors Enable or disable structured data extraction per-platform via simple toggle switches. Each recipe intercepts platform-specific API traffic and transforms it into clean, queryable data. 🔐 YOUR DATA STAYS WITH YOU Zero cloud. Zero telemetry. The extension communicates exclusively with a local Node.js host server on 127.0.0.1. Nothing leaves your machine. You own your data completely. 📦 EDITIONS & TIERS All users activate a comprehensive 14-day Pro Trial on first install — full access to every REST endpoint, automation tool, and MCP bridge. After trial: core data capture, history, and read-only MCP tools remain free. Pro unlocks autonomous actions, tab control, cookies, and the WebSocket firehose. 🏗️ ARCHITECTURE • Extension: Lightweight MV3 service worker — passive data interception + recipe-driven extraction • Host: Local Node.js server — REST API (:7777), WebSocket stream (:7778), MCP Streamable HTTP (:7779) • Storage: Append-only JSONL data lake — persistent, portable, zero-dependency Designed by Sophia Labs. https://sophialabs.gantlett.io/conduit
Conduit organizes the massive streams of data flowing through your browser into structured, actionable insights — serving them instantly to your AI agents, automation scripts, and local tools. Whether you're cataloging online purchases natively with our Amazon integrator, automating complex browsing tasks programmatically, or giving LLMs direct visibility into your live browsing window — Conduit turns your browser into a personal, sovereign data engine. 🔥 KEY FEATURES 📡 Smart Data Capture Conduit automatically intercepts and structures data from supported platforms (Amazon, Walmart) into clean, organized formats — all processed locally. Query captured data via REST API, export to CSV or JSON, and filter by platform or time range. 🤖 MCP Server — Native AI Agent Integration Conduit inherently speaks MCP (the Model Context Protocol). Give Claude Desktop, Cursor, Windsurf, or your own scripts absolute real-time awareness of what your browser sees: • "What did I buy on Amazon last month?" • "Summarize the articles in my open tabs" • "Read these page elements and execute actions" 20 purpose-built MCP tools give your agents total browser sovereignty: 🔍 Page Analysis • read_page & page_text: Read visible DOM and extract text up to 15KB. • page_meta & page_images: Pull OpenGraph tags, favicons, and collect image URLs. • screenshot: Capture high-quality PNG/JPEG snapshots of active tabs. • get_selection: Read user-highlighted text intuitively. 🖱️ Remote Browser Control • browser_action & execute_js: Click elements, inject text, scroll natively, and execute arbitrary JS. • keypress: Simulate keyboard actions (Enter, Esc, Tab, Arrows). • list_tabs, create_tab, close_tab: Total tab lifecycle control. 💾 Captured Data & History • amazon_history: Extract and structure Amazon order history over time. • browse_data & drain_data: Access and stream structured API captures (X.com, Reddit, Walmart). • get_cookies: Extract httpOnly cookies for agentic authentication workflows. ⚡ Full Local REST API Every capability is accessible via clean REST endpoints on localhost:7777: • GET /data — query captured event streams • GET /tabs — list open browser tabs • POST /action — click, type, scroll, and interact with pages • POST /screenshot — capture visual snapshots • GET /browser-history — search native browser history • GET /history — query the persistent event data lake 🛒 The Amazon Engine Command your AI to autonomously import your Amazon order history via secure MCP browser tools — extracting years of purchase data cataloged with product details, pricing, and dates. Primed for analysis, expense tracking, or integration with your AI workflows. 🔧 Recipes — Toggleable Data Connectors Enable or disable structured data extraction per-platform via simple toggle switches. Each recipe intercepts platform-specific API traffic and transforms it into clean, queryable data. 🔐 YOUR DATA STAYS WITH YOU Zero cloud. Zero telemetry. The extension communicates exclusively with a local Node.js host server on 127.0.0.1. Nothing leaves your machine. You own your data completely. 📦 EDITIONS & TIERS All users activate a comprehensive 14-day Pro Trial on first install — full access to every REST endpoint, automation tool, and MCP bridge. After trial: core data capture, history, and read-only MCP tools remain free. Pro unlocks autonomous actions, tab control, cookies, and the WebSocket firehose. 🏗️ ARCHITECTURE • Extension: Lightweight MV3 service worker — passive data interception + recipe-driven extraction • Host: Local Node.js server — REST API (:7777), WebSocket stream (:7778), MCP Streamable HTTP (:7779) • Storage: Append-only JSONL data lake — persistent, portable, zero-dependency Designed by Sophia Labs. https://sophialabs.gantlett.io/conduit
Permissions & access
- Permissions
- activeTabstoragescriptingtabsbookmarkshistorycookiesalarmsnativeMessaging
- Host access
- *://127.0.0.1/*, *://localhost/*
Screenshots
About
Conduit organizes the massive streams of data flowing through your browser into structured, actionable insights — serving them instantly to your AI agents, automation scripts, and local tools. Whether you're cataloging online purchases natively with our Amazon integrator, automating complex browsing tasks programmatically, or giving LLMs direct visibility into your live browsing window — Conduit turns your browser into a personal, sovereign data engine. 🔥 KEY FEATURES 📡 Smart Data Capture Conduit automatically intercepts and structures data from supported platforms (Amazon, Walmart) into clean, organized formats — all processed locally. Query captured data via REST API, export to CSV or JSON, and filter by platform or time range. 🤖 MCP Server — Native AI Agent Integration Conduit inherently speaks MCP (the Model Context Protocol). Give Claude Desktop, Cursor, Windsurf, or your own scripts absolute real-time awareness of what your browser sees: • "What did I buy on Amazon last month?" • "Summarize the articles in my open tabs" • "Read these page elements and execute actions" 20+ purpose-built MCP tools give your agents total browser sovereignty: 🔍 Page Analysis & Auditing • read_page & page_text: Read visible DOM and extract text up to 15KB. • read_raw_dom: Pierce Shadow DOM boundaries and extract raw HTML AST directly. • audit_a11y: Run deep WCAG accessibility audits using the injected axe-core engine. • page_meta & page_images: Pull OpenGraph tags, favicons, and collect image URLs. • screenshot: Capture high-quality PNG/JPEG snapshots of active tabs. • get_selection: Read user-highlighted text intuitively. 🖱️ Remote Browser Control • browser_action & execute_js: Click elements, inject text, scroll natively, and execute arbitrary JS (with synchronous evaluated returns sent directly to your agent). • keypress: Simulate keyboard actions (Enter, Esc, Tab, Arrows). • list_tabs, create_tab, close_tab: Total tab lifecycle control. 💾 Captured Data & History • amazon_history: Extract and structure Amazon order history over time. • browse_data & drain_data: Access and stream structured API captures (X.com, Reddit, Walmart). • get_cookies: Extract httpOnly cookies for agentic authentication workflows. ⚡ Full Local REST API Every capability is accessible via clean REST endpoints on localhost:7777: • GET /data — query captured event streams • GET /tabs — list open browser tabs • POST /action — click, type, scroll, and interact with pages • POST /screenshot — capture visual snapshots • GET /browser-history — search native browser history • GET /history — query the persistent event data lake 🛒 The Amazon Engine Command your AI to autonomously import your Amazon order history via secure MCP browser tools — extracting years of purchase data cataloged with product details, pricing, and dates. Primed for analysis, expense tracking, or integration with your AI workflows. 🔧 Recipes — Toggleable Data Connectors Enable or disable structured data extraction per-platform via simple toggle switches. Each recipe intercepts platform-specific API traffic and transforms it into clean, queryable data. 🔐 YOUR DATA STAYS WITH YOU Zero cloud. Zero telemetry. The extension communicates exclusively with a local Node.js host server on 127.0.0.1. Nothing leaves your machine. You own your data completely. 📦 EDITIONS & TIERS All users activate a comprehensive 14-day Pro Trial on first install — full access to every REST endpoint, automation tool, and MCP bridge. After trial: core data capture, history, and read-only MCP tools remain free. Pro unlocks autonomous actions, tab control, cookies, and the WebSocket firehose. 🏗️ ARCHITECTURE • Extension: Lightweight MV3 service worker — passive data interception + recipe-driven extraction • Host: Local Node.js server — REST API (:7777), WebSocket stream (:7778), MCP Streamable HTTP (:7779) • Storage: Append-only JSONL data lake — persistent, portable, zero-dependency Designed by Sophia Labs. https://sophialabs.gantlett.io/conduit --- CHANGELOG (v2.1.55 - v2.1.95) • Security Hardening: Remediated DOM-based XSS vulnerabilities in UI popup handlers. • DoS Mitigation: Implemented strict JSON parsing bounds and unhandled exception wrappers (`try...catch`) within MCP server transports. • Startup Resilience: Removed broken `zod/v4` submodule import causing synchronous crashes on boot.
Technical
- Version
- 2.1.94
- Manifest
- V3
- Size
- 203KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- dckmfdbdifeoolbihliehdkfdeifjjke
- Developer ID
- u1f9a1f574d28caf71320849ca90e72a6
- Developer Email
- [email protected]
- Created
- Apr 15, 2026
- Last Updated (Store)
- May 11, 2026
- Last Scraped
- Jun 9, 2026
- Website
- gantlett.io
- Support URL
- —
- Privacy Policy
- https://sophialabs.gantlett.io/conduit/privacy
Data sourced from the Chrome Web Store · last verified Jun 9, 2026.