Search, scrape, crawl, proxy, monitor, and browse — one platform, one API key.
Powered by our own network across 195 countries. Built for scale.
graph TB
subgraph platform[" Novada Platform · api.novada.com "]
direction LR
S["Search & SERP"]
SC["Scraping · 129 platforms"]
PX["Proxy · 100M+ IPs · 6 types"]
B["Browser & Unblock"]
M["Monitor & Verify"]
AI["AI Brand Monitor"]
end
platform --> H["Hosted MCP\nmcp.novada.com\nZero install · 26 tools"]
platform --> N["novada-mcp npm\nLocal install · 35 tools"]
platform --> SDK["Python SDK · Go SDK\nREST API"]
H --> clients["Claude · Cursor · Windsurf · Cline\nn8n · OpenAI · LangChain · CrewAI\nLlamaIndex · Codex CLI"]
N --> clients
SDK --> apps["Python & Go apps\nand services"]
Get your key at novada.com — free tier, 1,000 calls/month, no credit card.
Option A — Hosted MCP (zero install, 26 tools):
{
"mcpServers": {
"novada": { "url": "https://mcp.novada.com/your_key/mcp" }
}
}# Claude Code
claude mcp add --transport http novada https://mcp.novada.com/your_key/mcpOption B — Local npm (all 35 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 35 MCP tools — click to expand
| Tool | What it does |
|---|---|
| Search & research | |
novada_search |
5-engine web search with optional inline extraction of top results. |
novada_research |
Multi-source cited research — fan-out search → extract → synthesized report. |
novada_verify |
Fact-check a claim via 3 parallel search angles. Returns verdict + confidence. |
novada_ai_monitor |
How ChatGPT, Perplexity, Grok, Claude, Gemini mention a brand — mentions, sentiment, positioning. |
novada_monitor |
Field-level page change detection between calls. |
novada_discover |
Find URLs matching a pattern, topic, or site structure. |
| Extract & scrape | |
novada_extract |
Any URL → clean markdown or structured JSON. Auto anti-bot escalation. |
novada_scrape |
129 structured platforms (Amazon, Reddit, LinkedIn, TikTok…) → structured records. |
novada_unblock |
JS rendering + anti-bot bypass for Cloudflare/DataDome/Kasada-protected pages. |
novada_scraper_submit |
Submit a batch scrape job asynchronously — returns task_id. |
novada_scraper_status |
Poll async job status by task_id. |
novada_scraper_result |
Fetch completed async job result. |
| Crawl & map | |
novada_crawl |
BFS/DFS walk up to 20 pages — extract content from each. |
novada_map |
Return a site's full URL structure without reading content. |
| Browser (local npm only) | |
novada_browser |
Session-persistent CDP cloud browser — navigate, click, type, screenshot. |
novada_browser_flow |
Multi-step browser automation flow. |
| Proxy | |
novada_proxy |
Universal proxy credential router — pick type, country, session. |
novada_proxy_residential |
100M+ home ISP IPs — geo-sensitive and heavily protected targets. |
novada_proxy_isp |
ISP-assigned static IPs — residential trust, datacenter stability. |
novada_proxy_datacenter |
Fastest and cheapest — bulk crawls and speed-sensitive jobs. |
novada_proxy_mobile |
4G/5G mobile IPs — mobile-first platforms and apps. |
novada_proxy_static |
Static ISP IP — consistent session identity across calls. |
novada_proxy_dedicated |
Exclusive datacenter IP — not shared with any other user. |
| Account & ops | |
novada_wallet_balance |
Master wallet credit balance. |
novada_account_summary |
One-shot: wallet + per-product plan balances + recent spend. |
novada_traffic_daily |
Daily traffic consumption across proxy products. |
novada_health |
Which Novada API products are active on your key. |
Full reference at developer.novada.com.
- We own the network. 100M+ residential IPs across 195 countries — no reseller markup, no third-party SLAs.
- One key, everything unlocked. Search, scrape, proxy, monitor, browser, and AI brand tracking — no per-product billing surprises.
- Sees what others miss. Field-level change detection, AI model brand monitoring, and claim verification in a single API.
- Built for agents and developers alike. Native MCP server for AI agents, Python and Go SDKs for direct integration, REST API for everything else.
| 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.
| If you need… | Use |
|---|---|
| Everything — zero install, hosted | https://mcp.novada.com/your_key/mcp |
| Everything — local, all 35 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.
Novada is a hosted platform — start at novada.com with one API key. Full docs at developer.novada.com.
mcp.novada.com — remote Streamable-HTTP endpoint, 26 tools Paste one URL. Always up to date — tools update server-side, no client redeploy needed.
https://mcp.novada.com/your_key/mcp
novada-mcp — all 35 tools including browser automation
npx novada-mcpnovada-search-mcp — search, extract, crawl, research · npm: novada-search
novada-proxy — 6 proxy types for AI agents · npm: novada-proxy-mcp
- novada-python — official Python client for the Novada API.
- novada-go — official Go client for the Novada API.
- novada-proxy-extension — route browser traffic through Novada's proxy network (Chrome, Manifest V3).
- novada-scraper-skill — agent skill: turn any website into structured data.
- novada-webunblocker-skill — agent skill: reach sites that fight back.
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.
Web data & proxy infrastructure — for the people building with it, and the agents they build.
Hosted MCP · Star the flagship · Get an API key · Read the docs