General Tools
shotpulled.com
Tracks and maintains coffee equipment like grinders and espresso machines, including calibration positions and maintenance history.
ENDPOINT 1
https://mcp.shotpulled.com/mcp
MCP server metadata
- Name
- shotpulled
- Version
- 1.0.2
Known tools 34
register_grinderRegister a manual or electric grinder with its dial settings scheme.
Inferred read-onlyset_maintenance_offsetRecord how far a maintenance job moved the reference, on an entry that opened a calibration epoch.
Inferred read-onlyregister_scaleRegister a brewing scale — the instrument that weighs the dose and the yield.
Inferred read-onlyget_dial_stateRetrieve current dialing state, active context, recent shots, recommendations, and locked recipes.
Inferred read-onlylock_recipeLock a successful shot as the reference dialing recipe for this equipment profile.
Inferred read-onlyupdate_shotCorrect fields on an already-logged shot in place — no need to delete and re-log.
Potential side effectsgrinder_mathDetermine steps/clicks difference and directions between setting labels (C3).
Inferred read-onlydiagnose_shotEvaluate shot metrics to provide ranked hypotheses (C6) and warn on flip-flops (G2) or fatigue (G6).
Inferred read-onlysuggest_next_stepRetrieve the single next experiment step from the reasoning engine.
Inferred read-onlylog_recommendationLog a recommended dialing change to allow contradiction/oscillation checking (G2).
Inferred read-onlyget_ruleRetrieve the detailed text of a specific rule from the knowledge base by its rule ID.
Inferred read-onlykb_changelogRetrieve the changelog showing updates and version differences for the knowledge base.
Inferred read-onlydiagnose_previewSandbox-only diagnosis, writes nothing (no verdict, no recommendation-trail entry).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.