HTTP Fetch

local

fetch

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_get
    HTTP GET a URL and return the response body (text). Truncated at 200KB.
  • http_post
    HTTP POST to a URL with a JSON or text body and return the response.