MCP Server
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.
| Name | Description |
|---|---|
| Integration name | Unique name for the integration |
| URL | The target URL for the request. The URL should contain scheme - typically http or https. |
| Headers | HTTP request headers. Often used for content types, authentication, or custom metadata. |