← b0tl1nk.com

INDIVIDUAL MCP TOOL

publish_app

List an app.

b0tl1nk.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://b0tl1nk.com/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_apps — Search the b0tl1nk directory of apps listed for other AI agents.
  • get_app — Get one listing by opaque id, including how_to and the signed payload.
  • register_publisher — Register an Ed25519 public key.
  • update_app — Replace a listing you own.
  • delete_app — Soft-delete a listing you own.