Skip to content
Novada

The data layer for AI — and the AI that acts in the real world

Datasets for training. Search, scrape, proxy, and browser infrastructure for reaching any live data.
One platform, one API key — powered by our own network across 195 countries.

Get Started Documentation Dashboard



Datasets for AI & Embodied AI 100M+ IPs 195 Countries 23 MCP Tools



npm version npm downloads License Follow on X


Everything Novada, at a glance

graph LR
    N(("Novada<br/>one API key")):::hub
    N --> DATA["🧠 Datasets<br/>AI · Embodied AI"]:::data
    N --> REACH["🌐 Reach any data<br/>Search · Scrape · Proxy<br/>Browser · Monitor · Verify"]:::reach
    N --> SHIP["🚀 Delivered as<br/>Hosted MCP · 15 tools<br/>npm · 23 tools · SDKs"]:::ship
    DATA --> OUT(["Your models & agents"]):::out
    REACH --> OUT
    SHIP --> OUT
    classDef hub fill:#011627,color:#ffffff,stroke:#011627;
    classDef data fill:#44289F,color:#ffffff,stroke:#44289F;
    classDef reach fill:#F5F4FA,color:#011627,stroke:#E7E7E8;
    classDef ship fill:#F5F4FA,color:#011627,stroke:#E7E7E8;
    classDef out fill:#ffffff,color:#011627,stroke:#44289F;
Loading

Trusted at scale

100M+ residential IPs 195+ countries 99.99% success rate <0.5s average response

Trusted by 8,000+ companies worldwide — we own the network, no reseller markup.


The infrastructure to reach any data



Search & SERP
5-engine web search · SERP analytics · deep research · live fact-checking


Scraping & Extraction
129 structured platforms · any URL → JSON/markdown · async pipeline


Proxy Network
100M+ IPs · 6 types · 195+ countries · we own the network


Browser & Unblock
CDP cloud browser · anti-bot bypass · JS rendering · session automation


Monitor & Verify
Page change detection · claim fact-checking · diff alerts


AI Brand Monitor
ChatGPT · Perplexity · Claude · Gemini · Grok — mentions & sentiment
One API key. One output format. One vendor for the whole web-data surface.

Global coverage

Novada global proxy network — 100M+ residential IPs across 195+ countries

100M+ residential IPs across 195+ countries — city-level targeting, on every continent.


Data for AI & Embodied AI

Text taught models to talk. The next generation needs the video, real-world, and web-scale data it takes to act. Novada maintains a large, continuously-refreshed catalog of training-ready datasets — and sources custom ones on request.

🧠 Data for AI

Curated, ready-to-train datasets for LLMs and multimodal models.

  • AI Training Datasets — structured, deduplicated, training-ready.
  • Web-scale corpora — real-time and historical, refreshed by live pipelines.
  • Custom dataset requests — name the domain; we source and structure it.

🤖 Data for Embodied AI

Grounded, real-world datasets for perception and world models.

  • Video Data API — large-scale video across major platforms · 95% success rate · real-time metadata & comment threads.
  • Multimodal & real-world data — visual, temporal, and interaction context beyond text.
  • Custom sourcing — tell us the environment or task; we source and structure the data.
What your models can learn from
📝 Text 🖼️ Images 🎬 Video 🤲 Real-world interaction 📍 Geo / location 🛒 Commerce

Most vendors sell you a proxy. Novada is the data layer that trains the AI — the proxy is included, not the headline.


How it works

graph LR
    A["🌐 Live Web<br/>Real World"]:::n --> B["⚙️ Novada<br/>collect · unblock<br/>structure · package"]:::hub
    B --> C["✨ Clean data<br/>datasets · live streams"]:::n
    C --> D["🤖 Your models<br/>& agents"]:::out
    classDef n fill:#F5F4FA,color:#011627,stroke:#E7E7E8;
    classDef hub fill:#44289F,color:#ffffff,stroke:#44289F;
    classDef out fill:#ffffff,color:#011627,stroke:#44289F;
Loading

One call in → routed across datasets, proxies, browsers, and scrapers → clean data or reliable access lands in your pipeline, ready to train or act on.


Quick Start

Get your key at novada.com — free tier, no credit card.

Option A — Hosted MCP (zero install, 15 tools):

{
  "mcpServers": {
    "novada": { "url": "https://mcp.novada.com/mcp?token=your_key" }
  }
}
# Claude Code
claude mcp add --transport http novada "https://mcp.novada.com/mcp?token=your_key"

# Or keep your key out of the URL with a Bearer header:
claude mcp add --transport http novada https://mcp.novada.com/mcp --header "Authorization: Bearer your_key"

Path style https://mcp.novada.com/&lt;your_key&gt;/mcp also works.

Option B — Local npm (all 23 tools, including browser automation):

# Claude Code
claude mcp add novada -e NOVADA_API_KEY=your_key -- npx -y novada-mcp
{
  "mcpServers": {
    "novada": {
      "command": "npx",
      "args": ["-y", "novada-mcp"],
      "env": { "NOVADA_API_KEY": "your_key" }
    }
  }
}
All 23 MCP tools — click to expand
Tool What it does
Content retrieval
novada_search 5-engine web search (Google/Bing/DuckDuckGo/Yandex) with geo-targeting and optional inline extraction.
novada_extract Any URL (up to 10) → clean content, links, and structured fields. Auto static/render/browser escalation.
novada_crawl BFS/DFS site walk with configurable depth — extract content from each page.
novada_research Multi-step research: 3–10 parallel queries → dedup → extract → synthesized report.
novada_map Discover a site's full URL structure without reading content.
novada_site_copy Copy an entire docs site to disk as one markdown file per page.
novada_search_feedback Record search-result quality to bias future ranking.
Scraping & verification
novada_scrape 16 structured platforms, ~88 operations (Amazon, TikTok, LinkedIn…) → structured records.
novada_ai_monitor How ChatGPT, Perplexity, Grok, Claude, Gemini mention a brand — mentions, sentiment, positioning.
novada_monitor Page change detection between calls.
novada_verify Fact-check a claim via 3 parallel search angles. Returns verdict + confidence.
Proxy
novada_proxy Proxy credentials for your own HTTP clients — 6 types: residential, ISP, datacenter, mobile, static, dedicated.
Browser (local npm only)
novada_browser Session-persistent CDP cloud browser — navigate, click, type, screenshot, evaluate.
novada_browser_flow Multi-step browser automation via an action-sequence API.
Account & billing
novada_account Unified dashboard — wallet balance, plan quotas, usage.
novada_proxy_account_create Create a proxy sub-account (write, confirm-gated).
novada_proxy_account_list List proxy sub-accounts for a product.
novada_ip_whitelist Manage the proxy IP whitelist (add/list/remove).
novada_capture_apikey Get or reset the Capture API key.
novada_static_ip_mgmt Manage static ISP IPs — open, renew, export, list.
Health & discovery
novada_discover List all available Novada tools with descriptions and categories.
novada_setup First-run concierge — validates your API key and orients you.
novada_session_stats Per-session usage telemetry — call counts and uptime.

Full reference at developer.novada.com.


Built for production

  • We own the network. 100M+ residential IPs across 195 countries — no reseller markup, no third-party SLAs.
  • Datasets, not just access. A large, continuously-refreshed catalog for AI and embodied-AI training — plus custom sourcing on request.
  • One key, everything unlocked. Datasets, search, scrape, proxy, monitor, browser, and AI brand tracking — no per-product billing surprises.
  • Built for agents and developers alike. Native MCP server for AI agents, Python and Go SDKs for direct integration, REST API for everything else.

Works with

AI Clients Agent Frameworks Automation
Claude Desktop · Claude Code OpenAI Agents SDK n8n
Cursor · Windsurf · Cline LangChain Zapier (coming soon)
VS Code LlamaIndex · CrewAI
Codex CLI

Full integration guides at developer.novada.com.

Which package?

If you need… Use
Everything — zero install, hosted https://mcp.novada.com/mcp?token=your_key
Everything — local, all 23 tools + browser npx novada-mcp
Search, scrape, crawl, research only npx novada-search
Proxy credentials only npx novada-proxy-mcp

Not sure? Start with the hosted endpoint — same key, zero setup.

Access layers

Novada is a hosted platform — start at novada.com with one API key. Full docs at developer.novada.com.

Hosted MCP

Zero Install

mcp.novada.com — remote Streamable-HTTP endpoint, 15 tools. Paste one URL. Always up to date — tools update server-side, no client redeploy needed.

https://mcp.novada.com/mcp?token=your_key

Unified MCP (npm)

Stars

novada-mcp — all 23 tools, including browser automation.

npx novada-mcp

Search & Scraping MCP

Stars

novada-search-mcp — search, extract, crawl, research · npm: novada-search

Proxy MCP

Stars

novada-proxy — 6 proxy types for AI agents · npm: novada-proxy-mcp

SDKs & official libraries

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

Integrations & extensions

Coming soon: deeper LangChain · CrewAI · n8n · Zapier integrations.

Building with Novada? We're happy to integrate with any agent framework, MCP client, or automation platform. Open an issue or reach us at novada.com.

Connect

Documentation Discord X LinkedIn

The data layer for AI — for the people building with it, and the agents they build.

Get an API key · Hosted MCP · Star the flagship · 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-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

  3. novada-go novada-go Public

    Go SDK for the Novada API — proxy management, scraping, and wallet endpoints. Standard library only, Go 1.21+.

    Go

  4. novada-python novada-python Public

    Python SDK for the Novada API — proxy management, scraping, and wallet endpoints. Single runtime dependency (httpx), fully typed, Python 3.9+.

    Python

  5. .github .github Public

    Community health files and public org profile for NovadaLabs.

  6. novada-nodejs novada-nodejs Public

    Node.js (TypeScript) SDK for the Novada API — proxy management, scraping, and wallet endpoints. Zero runtime dependencies (global fetch + Node built-ins), Node.js 18+, ships ESM + CJS with full typ…

    TypeScript

Repositories

Showing 10 of 12 repositories

Top languages

Loading…

Most used topics

Loading…