Labsco
MCP SERVER

Local Network Request MCP Server

by KazikGolinski

Let an assistant send HTTP requests to endpoints on your local network.

API Specifications & HTTP Tooling
Summary
A bridge from the conversation to services on your own network that an agent otherwise cannot reach.

The single tool takes the method, payload, headers, and a timeout, so an agent can poke a device or a local service — a status endpoint on a home-network box, say — and get the response back, with connection and timeout errors reported rather than swallowed.

What it is

A server built on FastMCP that gives an assistant one tool to send HTTP requests to local-network endpoints, with JSON payloads, custom headers, and proper timeout handling.

What you get
  • send_request sends an HTTP request to a URL — method, JSON payload or query parameters, optional headers, and a timeout — with error handling for timeouts and connection failures
Requirements

Runs on Python via uv. No account or key; it reaches whatever local endpoints you point it at.