Generic MCP Gateway
Purpose
Turn unknown MCP servers into governed NOVA connector contracts. The gateway discovers tools, resources, prompts, transport, and auth boundaries before invocation.
Required Inputs
- Server URL or local transport
- Auth mode
- Discovery response
- Desired task
- Permission boundary
Workflow
- Capture server identity and transport.
- Discover tools, resources, and prompts.
- Normalize discovery into connector registry fields.
- Score permission and execution risk.
- Invoke only allowlisted tools with proof capture.
Proof Gates
- Server identity captured
- Auth boundary captured
- Tool list hash captured
- Permission review completed
Refusal Boundary
Do not invoke unknown tools with broad filesystem, network, credential, or execution authority without explicit review.