Skip to main content
Glama

MCP Minecraft Remote

by nacal

tradeWithVillager

Execute villager trades remotely on Minecraft servers. Specify the trade index, villager name, and trade count to automate and manage in-game transactions efficiently.

Instructions

Trade with a nearby villager

Input Schema

NameRequiredDescriptionDefault
countNoNumber of times to perform the trade
tradeIndexYesIndex of the trade from listTrades (1-based)
villagerNameNoName or identifier of the villager (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "default": 1, "description": "Number of times to perform the trade", "type": "number" }, "tradeIndex": { "description": "Index of the trade from listTrades (1-based)", "type": "number" }, "villagerName": { "description": "Name or identifier of the villager (optional)", "type": "string" } }, "required": [ "tradeIndex" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nacal/mcp-minecraft-remote'

If you have feedback or need assistance with the MCP directory API, please join our Discord server