Skip to main content
Glama

MCP Minecraft Remote

by nacal

getNearbyEntities

Retrieve a list of all entities within a specified range in Minecraft, enabling precise interaction, navigation, or monitoring for remote server actions.

Instructions

Get a list of all entities nearby

Input Schema

NameRequiredDescriptionDefault
rangeNoRange in blocks to search for entities

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "range": { "default": 10, "description": "Range in blocks to search for entities", "type": "number" } }, "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