workingproxysites.

Provider integration · Official publisher

Novada MCP

Novada combines several web-data operations behind one MCP connection. Its hosted endpoint is convenient for search and page extraction; the local package also exposes operations tied to a persistent process or local state. Choose the profile around the tools you need.

Server publisher: Novada. Guide maintained by Working Proxy Sites.

Documentation reviewed · Next review

What you can use it for

  • Find source pages and extract their useful content.
  • Check available tools and account readiness before running a job.
  • Use documented browser actions or build proxy settings for a separate HTTP client.

Documented capabilities: Web search · Scraping & extraction · Browser automation · Proxy management.

Account & usage

Account required
Yes
Required product
Novada account with access to the scraping, browser or proxy product selected by the tool.
Billing basis
Scraping products draw from shared credits, with consumption depending on the product and request. Proxy plans and other product quotas can impose separate limits. Check both balance and the selected product. Provider pricing.
Server software license
MIT

When to choose Novada MCP

A useful fit when

  • Research that starts with search and continues into selected-page extraction.
  • Teams using several Novada products through the same account.

Check another approach when

  • A workflow that needs identical tool availability on every hosted and local connection.
  • An application expecting an MCP connection to act as a general-purpose HTTP proxy.
Sources: Novada official MCP product page, Novada MCP tool reference, Novada MCP package setup guide

Connect to Novada MCP

Choose a connection profile below and replace credential placeholders in your own MCP client. The transport describes the MCP connection.

Hosted MCP with Bearer authentication

Streamable HTTP · hosted

Endpoint
https://mcp.novada.com/mcp
Authentication
Authorization: Bearer YOUR_NOVADA_API_KEY header.

Before you connect

  • Novada account and API key.
  • An MCP client supporting remote HTTP connections and request headers.
  • Available balance or product quota for the intended operation.

Cursor mcp.json (JSON) Sources: Novada MCP package setup guide, Cursor MCP configuration reference

Cursor: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Configuration guide.

{
  "mcpServers": {
    "novada": {
      "url": "https://mcp.novada.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_NOVADA_API_KEY"
      }
    }
  }
}

Local npm package (0.9.40 reviewed)

Local stdio · local

Package / runtime
novada-mcp
Authentication
NOVADA_API_KEY environment variable.

Before you connect

  • Node.js 20 or newer and npm available to the MCP client.
  • Novada API key and relevant product access.

Cursor mcp.json (JSON) Sources: Novada MCP package setup guide, Cursor MCP configuration reference, Novada MCP npm package 0.9.40

Cursor: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global). Configuration guide.

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

Build a source shortlist with Novada

A suggested sequence using the documented tools. Check the connected server's tool schema before making a call.

  1. Check account readiness

    Validate the configured key and inspect available account capacity before planning repeated requests.

    Tools: novada_setup

    Sources: Novada MCP package setup guide
  2. Inspect this connection’s tool catalog

    Confirm that the required operation is available on the chosen profile. Treat local-only operations as a different setup choice.

    Tools: novada_discover

    Sources: Novada MCP tool reference
  3. Find candidate sources

    Search for a focused question, then select relevant source URLs before fetching their content.

    Tools: novada_search

    Sources: Novada MCP tool reference
  4. Read the selected pages

    Extract the shortlisted URLs and retain their source links with your notes. Use browser actions only if the task actually requires page interaction.

    Tools: novada_extract, novada_browser

    Sources: Novada MCP tool reference

Selected tools & example tasks

  • novada_setup

    Check API-key configuration and account readiness.

    Example task: Validate the account before beginning a research session.

    Sources: Novada MCP package setup guide
  • novada_discover

    Inspect the tools available on this connection.

    Example task: Choose an operation supported by the hosted or local profile.

    Sources: Novada MCP tool reference
  • novada_extract

    Retrieve content from selected URLs.

    Example task: Read the relevant pages found by search.

    Sources: Novada MCP tool reference
  • novada_browser

    Perform documented page interactions.

    Example task: Navigate and inspect a page requiring a browser step.

    Sources: Novada MCP tool reference
  • novada_proxy

    Produce proxy connection settings for an HTTP client.

    Example task: Configure an external client for a chosen location or session.

    Sources: Novada MCP tool reference

Troubleshoot the connection

The key is rejected

Copy the current dashboard key without whitespace and run novada_setup. Replace stale copies after a key rotation.

Sources: Novada MCP package setup guide

Limits & undocumented behavior

  • Hosted and local connections expose different tools. Call novada_discover on the chosen connection instead of relying on a fixed tool count.
  • Persistent browser flows and some account-changing operations require the local server. Available operations must be checked on that profile.
  • Proxy connection output is used by your own HTTP client; it does not make arbitrary HTTP traffic flow through the MCP protocol.
  • The example uses an Authorization header for clients supporting remote headers. Query-string credential alternatives in the provider guide should not be shared.

Novada MCP: questions & answers

Should I use the hosted URL or local npm package?

Use hosted HTTP for supported remote tools and local stdio for operations requiring local state or a persistent process. Check the tool reference for the operation you need.

Sources: Novada MCP package setup guide, Novada MCP tool reference
Can I put the API key in a header?

Yes. The package guide documents the Bearer header alternative. The template here pairs it with Cursor’s documented remote-header format.

Sources: Novada MCP package setup guide, Cursor MCP configuration reference
Are all Novada tools free after installing the package?

No. Installing the MIT-licensed server does not supply unlimited provider usage. Calls depend on account credits and the selected product’s terms.

Sources: Novada MCP package setup guide, Novada scraping-solutions pricing

Sources & review history

This listing is documentation-confirmed. We reviewed the primary sources below; this is not a successful live connection test.

Record updated . Review due .

  1. Novada official MCP product pageChecked · Provider ownership and link to the NovadaLabs repository; Search, scraping, browser and proxy scope
  2. Novada MCP tool referenceChecked · Selected tool names, outputs and hosted/local availability
  3. Novada MCP package setup guideChecked · Hosted endpoint, Bearer alternative and local npx setup; Key, tool-availability and quota troubleshooting
  4. Novada scraping-solutions pricingChecked · Shared credits, product-dependent usage and plan terms
  5. Cursor MCP configuration referenceChecked · Remote request headers and local environment format
  6. Novada MCP npm package 0.9.40Checked · Reviewed package version, Node.js requirement, repository and MIT license

Spotted a change? Share the source and the affected setup step in Site Feedback.

Alternatives to Novada MCP

These integrations share documented capabilities with Novada MCP. Compare their setup and product requirements for your task.

Evomi MCP

Inspect Evomi proxy products, targeting and usage, rotate sessions, and run scraping jobs through a local Python MCP server.

Shared capabilities
Web search · Scraping & extraction · Browser automation · Proxy management
Connection choices
Local stdio
Product to check
Evomi Public API access plus the proxy or Scraper API product used by the tool.
Compare setup & authentication →

Bright Data MCP

Search the public web, retrieve page content and use optional browser tools through Bright Data’s hosted or local MCP integration.

Shared capabilities
Web search · Scraping & extraction · Browser automation
Connection choices
Streamable HTTP · Local stdio
Product to check
Bright Data Web Unlocker API; additional products may be used by optional tools.
Compare setup & authentication →

Oxylabs MCP

Connect an agent to Oxylabs scraping and AI Studio tools, with separate credentials for each product.

Shared capabilities
Web search · Scraping & extraction · Browser automation
Connection choices
Streamable HTTP
Product to check
Oxylabs Web Scraper API for the included setup; AI Studio requires its own key.
Compare setup & authentication →

Singapore Mobile Proxy MCP

Fetch pages, check Singapore-localized Google results and inspect or rotate the provider’s mobile proxy exit through a hosted MCP endpoint.

Shared capabilities
Web search · Scraping & extraction · Proxy management
Connection choices
Streamable HTTP
Product to check
Singapore Mobile Proxy MCP access and its proxy plan.
Compare setup & authentication →