[screenshot: Novada connected in an MCP client, tool list visible]
Novada MCP MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. [screenshot: Novada connected in an MCP client, tool list visible].
Once Novada MCP is connected, these are the calls the assistant has available:
Contract — tested self-report.** Tool descriptions are tested against actual behavior, not just written and forgotten — what a tool claims to return is checkedDrift — guarded tool registry.** npm-package/src/tools/registry.ts is the single source of truth for the tool catalog; a test asserts the registered toolsWebsite — novada.comGitHub — github.com/NovadaLabs/novada-mcpIssues — github.com/NovadaLabs/novada-mcp/issuesnovada_setup — First run — validate your key and see your balance. Start herenovada_search — Find pages by query (google / duckduckgo / yandex; time, domain, geo filters)novada_extract — Read one known URL — or up to 10 in parallel — through anti-bot pagesnovada_research — Answer a complex question — parallel multi-source search + extraction in one callnovada_scrape — Structured records from 16 platforms (Amazon, LinkedIn, TikTok, …). Plus 15 typed per-platform tools — novada_scrape_amazon, _google, _linkedinnovada_crawl — Pull content from a bounded set of related pages (≤20) on one sitenovada_map — Discover what URLs exist on a site before fetchingYou will need one environment variable: YOUR_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Novada MCP's toolset — Contract, Drift, Website and 11 more — is a fair guide to whether it matches your workflow. It is maintained by novadalabs; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Novada MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| 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.ts is the single source of truth for the tool catalog; a test asserts the registered tools, the wired tools, and the novada_discover output can never diverge. |
| Website | [novada.com](https://www.novada.com) |
| GitHub | [github.com/NovadaLabs/novada-mcp](https://github.com/NovadaLabs/novada-mcp) |
| Issues | [github.com/NovadaLabs/novada-mcp/issues](https://github.com/NovadaLabs/novada-mcp/issues) |
| novada_setup | **First run** — validate your key and see your balance. Start here. |
| novada_search | Find pages by query (google / duckduckgo / yandex; time, domain, geo filters). |
| novada_extract | Read one known URL — or up to 10 in parallel — through anti-bot pages. |
| novada_research | Answer a complex question — parallel multi-source search + extraction in one call. |
| novada_scrape | Structured records from 16 platforms (Amazon, LinkedIn, TikTok, …). Plus **15 typed per-platform tools** — novada_scrape_amazon, _google, _linkedin, … — each a closed operation enum. |
| novada_crawl | Pull content from a bounded set of related pages (≤20) on one site. |
| novada_map | Discover what URLs exist on a site before fetching. |
| novada_browser | Interact with a page — click, type, screenshot, run JS. |
| novada_proxy | Route your own HTTP client through a specific IP type / country / session. |
{
"mcpServers": {
"novada": {
"command": "npx",
"args": ["-y", "novada-mcp"],
"env": {
"YOUR_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| YOUR_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.