For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

Netnut proudly presents its very own MCP Server!

What does it include

Netnut MCP Server sits in front of every product, while each product still works separately.

You do not need to choose a specific product. MCP is backed by UAPI, our unified API, which selects the right product for each request.

MCP exposes one single tool for Agents/LLMs - get_web_data. We have chosen this approach on purpose, we want to bring the value to our Users from three directions - maximise relevance of data that is being brought back to Agent, minimize the spending plus token utilization.

Architecture

Each request that Agent is sending to get_web_data tool have only two params in body - url, and country-code. Country-code is exposed as well, for different scenarios, when Agent needs to open URL from US with different IP Location, for testing/comparison purposes. For example - check price from US and UK IPs of particular product.

Parameter
Type
Required
Description

url

string

yes

URL to fetch

country-code

string

no

Two-letter ISO country code, e.g. US

Which platforms are supported

The list will be constantly updated, watch out for updates!

Last updated