Files
AutoGPT/docs/integrations/block-integrations/mcp/block.md
2026-02-08 19:37:49 +04:00

1.0 KiB

Mcp Block

Add a description of this category of blocks.

MCP Tool

What it is

Connect to any MCP server and execute its tools. Provide a server URL, select a tool, and pass arguments dynamically.

How it works

Add technical explanation here.

Inputs

Input Description Type Required
server_url URL of the MCP server (Streamable HTTP endpoint) str Yes
selected_tool The MCP tool to execute str No
tool_arguments Arguments to pass to the selected MCP tool. The fields here are defined by the tool's input schema. Dict[str, Any] No

Outputs

Output Description Type
error Error message if the tool call failed str
result The result returned by the MCP tool Result

Possible use case

Add practical use case examples here.