HTTP Fetch
localfetch
Make HTTP GET/POST requests to arbitrary URLs. Useful for calling APIs, reading pages, testing endpoints.
Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.
Tools (2)
- http_getHTTP GET a URL and return the response body (text). Truncated at 200KB.
- http_postHTTP POST to a URL with a JSON or text body and return the response.