← shotpulled.com

INDIVIDUAL MCP TOOL

set_grinder_position

Set the current grinder collar position.

shotpulled.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.shotpulled.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for set_grinder_position and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

shotpulled.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.shotpulled]
url = "https://mcp.shotpulled.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "shotpulled": {
      "type": "http",
      "url": "https://mcp.shotpulled.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: shotpulled
Remote MCP URL: https://mcp.shotpulled.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "shotpulled": {
      "url": "https://mcp.shotpulled.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "shotpulled": {
      "type": "http",
      "url": "https://mcp.shotpulled.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "shotpulled",
  "transport": "streamable-http",
  "url": "https://mcp.shotpulled.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • register_grinder — Register a manual or electric grinder with its dial settings scheme.
  • register_machine — Register an espresso or alternative preparation machine.
  • set_equipment_archived — Archive or restore a grinder, machine, water, or scale.
  • log_maintenance — Log a cleaning or maintenance job against a piece of equipment.
  • set_maintenance_offset — Record how far a maintenance job moved the reference, on an entry that opened a calibration epoch.
  • register_water — Register a custom or commercial water formulation.
  • list_waters — List registered waters for the account.
  • register_scale — Register a brewing scale — the instrument that weighs the dose and the yield.