Skip to main content
Glama
520,054 tools. Updated 2026-09-06 08:15

"Raycast" matching MCP tools:

  • Cast a ray from the camera through screen coordinates and return hit objects for object picking or interaction in a Three.js scene.
    MIT
  • Cast a ray in the workspace to detect collisions and retrieve hit information. Specify origin, direction, and filters to refine the search.
    MIT
  • List RayCast and ShapeCast nodes in Godot projects, with filters for node type and scene path.
    AGPL 3.0
  • Execute Groovy code in a running Minecraft session to explore the Java API or perform custom operations not covered by native tools.
    MIT
  • Generate a 3D grid of light probes around Point, Spot, and Area lights, using density gradient: denser near lights, sparser at edges. Raycast finds ground; CheckSphere avoids interior probes. Use lightprobe-analyze for spacing.
    Apache 2.0
  • Identify the entity a player is looking at in Minecraft by returning its entity ID, with configurable raycast distance. Helps answer 'what is that thing?' questions.
    MIT

Matching MCP Servers

  • Run spatial queries in Roblox Studio to raycast, find ground, detect flat areas, locate spawn positions, and analyze walkability.
    MIT
  • Select instances, frame them with the camera, and cast rays to inspect what occupies a space in the 3D world.
    MIT
  • Set the camera orientation and position, then raycast a configurable grid across the viewport to identify visible parts in Roblox Studio.
    MIT
  • Perform spatial queries in Roblox including raycasting, ground detection, placement checks, area scanning, and collision detection.
    AGPL 3.0
  • Raycast from origin along direction to detect first hit body. Returns hit, distance, point, normal, entityId, name. Used for hit detection, wall detection, line-of-sight during gameplay.
    -
  • Manage Unity 2D physics: configure rigidbodies, colliders, joints, effectors, perform raycasts and overlap queries, adjust global settings.
    MIT
  • Cast a 3D ray between two points in Godot and retrieve collision data. Supports collision masks, node exclusion, and optional detection of areas or bodies.
    MIT
  • Audit live Roblox scripts for performance issues: per-frame allocation, cloning, hierarchy scans, raycast pressure, polling, and missing pre-allocation.
    -
  • Execute raycasts, spherecasts, and boxcasts, apply forces and torques, manage gravity, and step physics simulation in Unity.
    MIT
  • Create, read, update, delete, and manage virtual robots in Unity, VRChat, or Resonite. Spawn robots, load environments, retrieve status and LiDAR data, adjust scale, test navigation, and sync with physical robots.
    MIT
  • Cast a ray to identify the first block or entity along a direction, returning the hit face, distance, and target for precise world interaction.
    -
  • Cast a ray through a scene of meshes, returning sorted hits on axis-aligned bounding boxes for spatial queries.
    Apache 2.0