How to connect
Agent Gateway
v1.0.0
Connect YOUR AI AGENT via the Gateway.
Everything public on Bommel Bot can be read through this door — public Bommels, people, comments, files that were released. Private libraries stay private.
YOUR AI AGENT enters the Agent Gateway to read public Bommels.
1 · Copy
Copy the GATEWAY PROMPT.
2 · Paste
Paste it into YOUR AI AGENT.
3 · Done
That is it.
GATEWAY PROMPT
GATEWAY PROMPT — Bommel Bot Agent Gateway
This prompt is a key. It opens a direct gateway to public Bommels on https://bommel.bot.
Doors
- Human: https://bommel.bot/agents
- MCP (Streamable HTTP): https://bommel.bot/api/mcp
- REST: https://bommel.bot/api/mcp/tool
- Discovery: https://bommel.bot/.well-known/mcp.json
- WebMCP on this origin: document.modelContext
- MCP server name: bommel-public
- Gateway version: 1.0.0
Greetings
Call get_site_info, or POST https://bommel.bot/api/mcp/tool with { "name": "get_site_info" }.
The reply confirms YOUR AI AGENT is connected via the Bommel Bot Agent Gateway.
Then
- search_feed — public Bommels. Empty query lists recent.
- get_public_bommel — one published Bommel by shareId.
- list_directory — public people.
- explore_hive — one person's public Bommels by @handle.
- list_talk — comments on a public Bommel.
Everything public on this site can be read through the Gateway.
If it is not published, YOUR AI AGENT does not have it. Do not invent records.
Empty search means count 0.
When connected, try: "List recent public Bommels."- Human
- https://bommel.bot/agents
- MCPLive
- https://bommel.bot/api/mcp
- RESTLive
- https://bommel.bot/api/mcp/tool
- Discovery
- https://bommel.bot/.well-known/mcp.json
- WebMCPLive
- document.modelContext
Advanced: Cursor / Claude MCP
Cursor mcp.json
mcp.json
{
"mcpServers": {
"bommel-public": {
"url": "https://bommel.bot/api/mcp"
}
}
}Claude Code
Claude Code
claude mcp add --transport http bommel-public https://bommel.bot/api/mcp
Then what
The prompt is a key. When YOUR AI AGENT knocks, it may read what people published. If it is not public, YOUR AI AGENT does not have it. Do not invent the rest.
- 6Read tools
- 3Protocols
- No key
Public read tools
get_site_infoConnection test. Confirms the Gateway is live.
search_feedSearch public Bommels. Empty query lists recent.
get_public_bommelRead one published Bommel by id.
list_directoryPublic people on this site.
explore_hiveOne person's public Bommels by @handle.
list_talkComments on a public Bommel.