🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@infoinlet/mcp-browser-research

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infoinlet/mcp-browser-research

Web browsing + research for AI agents: fetch & read pages, structured extraction, Exa web search & deep research. MCP server.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

browser-research

Web browsing + research for AI agents, as an MCP server. Design doc: ../../docs/05-BROWSER-RESEARCH-MCP.md.

Tools:

ToolNeedsWhat
browse_urlFetch a page → clean readable main-content text (+ optional links).
extract_from_pageOpenRouterFetch a page → structured JSON per your instruction.
web_searchExaSemantic web search (ranked results).
deep_researchExa + OpenRouterSearch → read top results → synthesize a cited answer.

browse_url/extract_from_page work with no search key (only OpenRouter for extraction). web_search/deep_research return a clear "needs EXA_API_KEY" message until you set one. JS-rendered SPAs return server HTML; a Browserbase-backed render path is a documented v2 toggle.

Run

cp .env.example .env   # OPENROUTER_API_KEY (extraction) + EXA_API_KEY (search, optional)
npm install && npm run build
node dist/server.js

FAQs

Package last updated on 29 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts