Skip to content
@NovadaLabs

NovadaLabs

Novada

Agent-first web data infrastructure

One MCP server for everything an AI agent needs from the web — search, scrape, crawl, proxy, monitor, and more.
Built so agents do the web busywork and the people behind them ship faster and make better calls.
Powered by our own network of 100M+ residential IPs across 195 countries.

Get Started Documentation npm



npm version npm downloads License Follow on X

Quick Start

One API key unlocks everything — search, scrape, proxy, browser, monitor, and AI brand tracking.

1. Get your API key at novada.com — copy your NOVADA_API_KEY from the dashboard.

2. Add to your MCP client:

Claude Code (one command):

claude mcp add novada -e NOVADA_API_KEY=your_key -- npx -y novada-mcp

Claude Desktop · Cursor · VS Code · Windsurf — paste into your MCP config:

{
  "mcpServers": {
    "novada": {
      "command": "npx",
      "args": ["-y", "novada-mcp"],
      "env": { "NOVADA_API_KEY": "your_key" }
    }
  }
}

3. Try it:

novada_search({query: "latest AI news", num: 5})
novada_extract({url: "https://example.com"})
novada_research({question: "what is Novada?", depth: "deep"})

Tools

Tool What it does
Search & research
novada_search Query across 5 engines, return ranked results.
novada_research Multi-source cited research on any topic.
novada_verify Fact-check a claim against live sources.
Extract & scrape
novada_extract Any URL → clean Markdown or structured JSON.
novada_scrape 129 structured platforms (Amazon, LinkedIn, YouTube…).
novada_scraper_submit Submit a batch scrape job asynchronously.
novada_scraper_status Poll status of a submitted scrape job.
novada_scraper_result Fetch results of a completed scrape job.
Crawl & map
novada_crawl Walk an entire site, collect every page.
novada_map Return site structure as a URL tree.
novada_discover Find URLs matching a pattern or topic.
Monitor
novada_monitor Detect field-level changes on any page.
novada_ai_monitor Track how AI models describe a brand or topic.
Unblock & browse
novada_unblock Anti-bot bypass with JS rendering and geo-routing.
novada_browser Session-persistent cloud browser, single action.
novada_browser_flow Multi-step browser automation as a flow.
Proxy
novada_proxy Residential, ISP, datacenter, mobile, static, dedicated — 100M+ IPs, 195 countries.
Account & ops
novada_wallet_balance Current wallet credit balance.
novada_account_summary Usage and per-product spend summary.
novada_health Live API and service health status.

One API key. One output format. One vendor for the whole web-data surface.

Built agent-first

  • Agent-first by design. A native MCP server with prompts, reference resources, and structured outputs across a tight tool surface — agents pick the right tool the first time and spend tokens on the task, not the plumbing.
  • Everything in one place. Search, scrape, crawl, proxy, monitor, and browse — one install, no stitching vendors together.
  • We own the network. 100M+ residential IPs across 195 countries, built and run by us — higher success rates, lower cost, no reseller markup.
  • Sees what others miss. Detect when a page changes, and track how AI models — ChatGPT, Perplexity, Claude, Gemini, Grok — describe your brand.
  • In service of the business. The point isn't the tools — it's the people behind the agents shipping faster and making better calls. Novada handles the web busywork so they don't have to.

Which package?

If you need… Install
Everything (recommended) npx novada-mcp
Search, scrape, crawl, research only npx novada-search
Proxy credentials inside your agent only npx novada-proxy-mcp

Not sure? Use novada-mcp — it includes all tools and uses the same single API key.

Access layers

Novada is a hosted platform — start at novada.com with one API key, then reach it however you build. Full docs at developer.novada.com.

Unified MCP Server

Stars

novada-mcp — all web data in one install Search, scrape, crawl, map, research, proxy, unblock, monitor, and browse — one MCP server, one API key. The flagship and the fastest way to start.

npx novada-mcp

Search & Scraping MCP

Stars

novada-search-mcp — search, extract, crawl, research The focused MCP when you only need the web-data side. On npm as novada-search.


Proxy MCP

Stars

novada-proxy — residential proxy tools for AI agents Bypass Cloudflare and anti-bot walls from inside your agent. On npm as novada-proxy-mcp.


SDKs & official libraries

First-party clients, maintained by Novada.

  • novada-python — official Python client for the Novada API.
  • novada-go — official Go client for the Novada API.

Integrations & extensions

Coming soon: LangChain · CrewAI · n8n · Zapier — and more.

Building with Novada? We're happy to integrate with any agent framework, MCP client, or automation platform — if you're building it, we want to support it. Open an issue or reach us at novada.com.

Connect


Agent-first web data — in service of the people behind the agents.
Get your API key and start in minutes.

Star the flagship · Get an API key · Read the docs

Popular repositories Loading

  1. novada-proxy novada-proxy Public

    Residential proxy MCP for AI agents — bypass Cloudflare and anti-bot walls. npm: novada-proxy-mcp.

    JavaScript 4 1

  2. novada-search-mcp novada-search-mcp Public

    Search, extract, crawl, and research MCP for AI agents — npm: novada-search.

    TypeScript 2 1

  3. Novada-mcp Novada-mcp Public

    One MCP server for all web data — search, scrape, crawl, proxy, and AI research in a single npx install. Works with Claude, Cursor, and any MCP client.

    TypeScript 2

  4. novada-go novada-go Public

    Go

  5. novada-python novada-python Public

    Python

  6. .github .github Public

    Community health files and public org profile for NovadaLabs.

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…