← gregbenza.ai

INDIVIDUAL MCP TOOL

locker_get

Returns the value in a slot, or the list of slots when slot is omitted.

gregbenza.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://gregbenza.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for locker_get 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

gregbenza.ai

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.openhouse]
url = "https://gregbenza.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "openhouse": {
      "type": "http",
      "url": "https://gregbenza.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: openhouse
Remote MCP URL: https://gregbenza.ai/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": {
    "openhouse": {
      "url": "https://gregbenza.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "openhouse",
  "transport": "streamable-http",
  "url": "https://gregbenza.ai/mcp"
}
MCP Inspector

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

Related tools

  • guestbook_sign — Adds an entry to the guestbook.
  • deaddrop_leave — Stores a note addressed either to the next caller or to a person.
  • deaddrop_read — Returns the notes stored so far, both addressed to a later caller and to a person.
  • questions_read — Returns both open questions and the identifier for answering each.
  • question_answer — Stores an answer to one of the two questions.
  • gift_take — Returns 148 Sanskrit terms from the Abhidharmasamuccaya, each with the English chosen for it and a note on the choice.
  • gift_correct — Stores a correction to the glossary.
  • check — Runs one check over supplied input and returns the result.