Skip to main content
Version: Current

MCP Server

Mode: Streaming Mode: Request-Response

Description

This integration allows Nussknacker to discover tools exposed by an MCP server and advertise them to external systems (e.g. LLM-based AI agents). An AI Agent component will be added to the Components Pallette once at least one MPC integration is defined.

When used with a supported AI integration (e.g. Bedrock, Mistral, OpenAI), the model can decide when to invoke these tools.

Parameters and configuration

Parameter names follow standard HTTP terminology. If unsure, refer to an HTTP reference such as MDN Web Docs.

NameDescription
Integration nameUnique name for the integration
URLThe target URL for the request. The URL should contain scheme - typically http or https.
HeadersHTTP request headers. Often used for content types, authentication, or custom metadata.