loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

site-sense

MCP Tool

YotamNordman/site-sense

Give your AI coding CLI eyes into web portals. No cloud. No storage. Read-only.

Install

$ npx loaditout add YotamNordman/site-sense

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "site-sense": {
      "command": "npx",
      "args": [
        "-y",
        "site-sense"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

site-sense

[](https://github.com/YotamNordman/site-sense/actions/workflows/ci.yml) [](LICENSE)

Give your AI coding CLI eyes into web portals. No cloud. No storage. Read-only.

<p align="center"> </p>

You're in a conversation with your AI assistant. It says *"go to the Azure Portal and check the NSG rules."* You alt-tab, navigate, screenshot, describe what you see, paste it back. You are the human middleware.

site-sense eliminates this. The AI calls an MCP tool → your browser extension captures the active tab → the AI sees what you see.

Quick Start
git clone https://github.com/YotamNordman/site-sense.git
cd site-sense
npm install && npm run build
npm run setup -- --browser edge    # or chrome

Load the extension in your browser:

  1. Open edge://extensions (or chrome://extensions)
  2. Enable Developer mode
  3. Click Load unpacked → select dist/extension/

Add to your CLI's MCP config:

{
  "mcpServers": {
    "site-sense": {
      "command": "node",
      "args": ["/path/to/site-sense/dist/bridge/src/index.js"]
    }
  }
}

Then ask your AI: "What's on my browser tab?"

First time → popup appears → click Allow → done. All subsequent captures are automatic until you close the terminal.

How It Works
CLI (Claude Code / Copilot CLI)
    ↕ stdin/stdout (MCP protocol)
MCP Server (TypeScript)
    ↕ Unix domain socket (no network)
Native Host (thin relay)
    ↕ Chrome native messaging (stdio)
Extension (TypeScript, Manifest V3)
    ↕ inject → content → background
Browser Tab → accessibility tree + screenshot

Two MCP tools:

| Tool | What it does | |---|---| | site_sense_capture | Accessibility tree + screenshot of active tab | | site_sense_status | Check connection and session

Tags

accessibilityaccessibility-treeai-agentai-toolsbrowser-automationbrowser-extensionchrome-extensionclaude-codecopilot-clidevtoolsedge-extensionmcpmcp-servermodel-context-protocolnative-messagingscreenshottypescript

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated15 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/28/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/YotamNordman/site-sense)](https://loaditout.ai/skills/YotamNordman/site-sense)