novada-mcp
OfficialThe Novada MCP server is a comprehensive web data platform offering 22+ tools across these categories:
Search & Research
Web Search: Search across 5 engines (Google, Bing, DuckDuckGo, Yahoo, Yandex) with filters for date, domain, country, and language.
Multi-Source Research: One call triggers 3–10 parallel searches, deduplicates results, extracts content, and returns a cited synthesized report.
Fact Verification: Check claims against live web sources with verdicts (supported/unsupported/contested/insufficient data).
AI Brand Monitoring: Monitor brand mentions across AI platforms (ChatGPT, Perplexity, Claude, Gemini, Grok).
Content Extraction & Crawling
Extract: Clean content (markdown, JSON, HTML) from any URL (batch up to 10), with automatic anti-bot handling (Cloudflare, DataDome, Kasada).
Crawl: BFS/DFS crawl up to 20 pages with path filtering and content extraction.
Map: Discover URLs via sitemap or BFS without downloading content.
Unblock: Force JS rendering or full browser CDP to get raw HTML from bot-protected pages.
Monitor: Detect field-level page changes over time (e.g., price drops, availability).
Structured Scraping
Platform Scraping: Structured data from 129+ platforms (Amazon, LinkedIn, TikTok, GitHub, YouTube, Instagram, Reddit, Zillow, etc.).
Async Scraping: Submit, poll, and retrieve async scraping tasks.
Proxy Network
Route requests through residential, ISP, datacenter, mobile, static, or dedicated proxies across 195 countries with sticky session support.
Create and manage proxy sub-accounts with data caps.
Browser Automation
Browser: Full cloud browser interaction via CDP — navigate, click, type, scroll, screenshot, evaluate JS, hover, manage sessions.
Browser Flows: Multi-step automation sequences with persistent session state.
Account & Operations
Health checks, tool discovery, environment setup, wallet balance, usage history, per-product quotas, daily traffic analytics, capture logs, and a unified account dashboard.
Extract structured product data (title, price, rating, reviews, BSR, availability) from Amazon product pages via novada_scrape.
Web search engine used by novada_search tool for performing searches.
Extract repository data (stars, forks, issues, description, languages) from GitHub via novada_scrape.
Extract reviews, ratings, and salary data from Glassdoor company pages via novada_scrape.
Web search engine used by novada_search tool for performing searches.
Extract profile data (posts, followers, engagement) from Instagram via novada_scrape.
AI brand monitoring tool to check how Perplexity mentions your brand via novada_ai_monitor.
Extract posts, scores, comments, and timestamps from Reddit subreddits via novada_scrape.
Extract video stats, engagement, and profile data from TikTok via novada_scrape.
Supported as a hard target for scraping with automatic anti-bot bypass via novada_scrape.
Extract video titles, views, duration, and channel data from YouTube via novada_scrape.
Extract property data (price, beds, baths, sqft, Zestimate) from Zillow via novada_scrape.
Novada MCP
One MCP server for the entire live web. Search, extract, scrape, crawl, proxy, browser automation, and AI-powered research — behind a single hosted connection, or one local install if you'd rather run it yourself.
[screenshot: Novada connected in an MCP client, tool list visible]
Quickstart · Get your key · How to choose a tool · Why Novada · Repository layout · Links

✅ Works with any MCP client — Claude, Cursor, Windsurf, VS Code, or | 🎯 15 typed per-platform scrapers — Amazon, Google, LinkedIn, TikTok, … each a closed |
🎁 $10 free credits — no credit card needed — up to 1,000 calls/month | ⚡ Hosted-first, zero install — point at one URL, or self-host in one command |
Quickstart
Novada is hosted-first — there's nothing to install. Point your client at the hosted URL and you're done.
Security note: the hosted URL contains your API key in the
?token=parameter — treat it like a password. Never share it, never post it publicly, and never configure it as a shared or organization-level connector.
claude.ai (web)
Go to Settings → Connectors → Add custom connector.
Name it
Novada.Paste the URL (contains your key — see security note above):
https://mcp.novada.com/mcp?token=YOUR_KEYClick Add.
Claude Code
claude mcp add --transport http novada "https://mcp.novada.com/mcp?token=YOUR_KEY"Full per-client install (Cursor/Windsurf/VS Code + local self-host) → npm-package/README.md.
Try it
novada_setup() — validates your key, shows balance
novada_search({query: "Claude MCP tutorials"}) — web search
novada_extract({url: "https://example.com"}) — read any URL
novada_research({question: "how do MCP servers work?"}) — parallel multi-source research[screenshot: agent calling novada_search and returning results]
Related MCP server: Forage-mcp
Get your key
Sign up at novada.com — no credit card required.
Copy your API key from novada.com.
You start with $10 in free credits, capped at 1,000 calls/month. Check what's left any time with
novada_account({section: "balance"})ornovada_setup().
How to choose a tool

These are the tools you reach for most:
Tool | Use it when |
| First run — validate your key and see your balance. Start here. |
| Find pages by query (google / duckduckgo / yandex; time, domain, geo filters). |
| Read one known URL — or up to 10 in parallel — through anti-bot pages. |
| Answer a complex question — parallel multi-source search + extraction in one call. |
| Structured records from 16 platforms (Amazon, LinkedIn, TikTok, …). Plus 15 typed per-platform tools — |
| Pull content from a bounded set of related pages (≤20) on one site. |
| Discover what URLs exist on a site before fetching. |
| Interact with a page — click, type, screenshot, run JS. |
| Route your own HTTP client through a specific IP type / country / session. |
Not sure? Call novada_discover and it returns the full catalog with each tool's status.
📚 Full reference — all 38 tools →
38 tools across 6 categories. Self-host (npx novada-mcp) exposes all 38. The hosted default surface (mcp.novada.com) exposes 30 — the same registry minus 8 tools that don't apply to a stateless serverless endpoint: novada_browser_flow (needs a persistent browser session), novada_site_copy (writes files to disk), novada_ip_whitelist / novada_static_ip_mgmt / novada_capture_apikey (write-gated account ops), novada_session_stats / novada_search_feedback (per-process in-memory state), and novada_verify — it is core-derived, not a hand-curated subset. Call novada_discover on your connection to see exactly what's available on it.
Why Novada
15 dedicated per-platform scrapers.
novada_scrape_amazon,_google,_bing,_duckduckgo,_yandex,_youtube,_instagram,_facebook,_tiktok,_x,_walmart,_shein,_linkedin,_github,_perplexity— each exposes a closed, typedoperationenum scoped to that platform instead of the genericnovada_scrape's openplatform+operationstring pair, so an agent can't guess an invalid operation for the wrong platform.Honest tool surface. Every listed
operationis verified-working — operations we can't currently deliver are marked and excluded, not left in to fail on you mid-task.Contract-tested self-report. Tool descriptions are tested against actual behavior, not just written and forgotten — what a tool claims to return is checked against what it actually returns.
Drift-guarded tool registry.
npm-package/src/tools/registry.tsis the single source of truth for the tool catalog; a test asserts the registered tools, the wired tools, and thenovada_discoveroutput can never diverge.confirm:truewrite-gate. Every mutating tool (proxy sub-account creation, IP whitelist changes, static IP purchases, capture-key resets) requires an explicit two-step confirmation — no silent writes.Callable onboarding.
novada_discoverandnovada_setupare tools your agent can call itself to find the right tool or validate a key, without ever reading this README.
Repository layout
This is a monorepo with two artifacts:
npm-package/— thenovada-mcpnpm package. Local stdio MCP server (npx novada-mcp); source of truth for all tool logic.hosted-server/— what runs athttps://mcp.novada.com. An HTTP wrapper (auth, quota, rate-limit) on Vercel around the npm package's built output.
Full architecture map (entrances, dispatch core, where-does-X-live) → ARCHITECTURE.md; contributor routing → CONTRIBUTING.
Links
Website: novada.com
Get an API key: novada.com
Sign up (free): novada.com
GitHub: github.com/NovadaLabs/novada-mcp
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceProvides comprehensive search capabilities including web search, content extraction, news search, academic search, and AI-powered multi-source research. Enables natural language access to web content and research through a production-ready MCP server.Last updated
- Alicense-qualityDmaintenanceMCP server giving AI agents real-time web search, page scraping, company intelligence, email discovery, local lead generation, and a persistent knowledge graph. Pay only for what you use, no subscriptions.Last updated49MIT
- Alicense-qualityFmaintenanceWeb search, page fetching, and research from the terminal or any MCP client — no API key required.Last updated1MIT
- Alicense-qualityDmaintenanceMCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.Last updated42MIT
Related MCP Connectors
One MCP for 160+ live web-data APIs — clean JSON from sites that block scrapers.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Firecrawl MCP — wraps the Firecrawl API (firecrawl.dev) for web
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NovadaLabs/novada-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server