Overview
Last updated
Netnut proudly presents its very own MCP Server!
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.
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.
url
string
yes
URL to fetch
country-code
string
no
Two-letter ISO country code, e.g. US
The list will be constantly updated, watch out for updates!
LangGraph
Last updated
