← All servers

mcp-empty-public

io.github.brkd-h1/mcp-empty-public v0.0.1
Official Registry git dev-tools

Minimal streamable HTTP MCP server used for owned-account registry connectivity tests.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add mcp-empty-public --transport http https://bintool.brkd.no/anything/mcp-empty-public
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-empty-public": {
      "url": "https://bintool.brkd.no/anything/mcp-empty-public"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-empty-public": {
      "serverUrl": "https://bintool.brkd.no/anything/mcp-empty-public"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "mcp-empty-public": {
      "type": "http",
      "url": "https://bintool.brkd.no/anything/mcp-empty-public"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "mcp-empty-public": {
      "url": "https://bintool.brkd.no/anything/mcp-empty-public"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "mcp-empty-public": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://bintool.brkd.no/anything/mcp-empty-public"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://bintool.brkd.no/anything/mcp-empty-public none

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.brkd-h1--mcp-empty-public/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent