Skip to content

MCP HTTP Server Node

AI/GitHub/Copilot/MCP

MCP HTTP Server

Configures an HTTP/SSE MCP server for remote tool integration

copilot_mcp_http_serverllm
Inputs3
Outputs1
Security exposure4/10
Packagellm

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
4/10Medium
PrivacyPotential sensitivity of processed data.
4/10Medium
PerformanceRuntime or resource pressure.
2/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
3/10High
CostExternal or compute cost impact.
1/10High

Input Pins

3

URL

String
url

HTTP endpoint URL

Tools

String Array
tools

Tool filter (use ["*"] for all tools)

Default ["*"]

Timeout

Integer
timeout

Server timeout in milliseconds

Default 30000

Output Pins

1

Config

Struct
config

MCP server configuration

McpHttpServerConfigMcpHttpServerConfig5 fields
typestring

Server type (always "http" for this config)

default "http"
urlstringrequired

HTTP endpoint URL

headersMap<string, string>

Custom headers

*stringmap value
toolsArray<string>

Tool filter (use ["*"] for all tools)

default ["*"]
itemsstringarray item
timeoutinteger | null

Server timeout in milliseconds

format int32
Schema enforced

Node Info

Internal name
copilot_mcp_http_server
Category
AI/GitHub/Copilot/MCP