← bloomprotocol.ai

INDIVIDUAL MCP TOOL

sign_up_project

Follow an indie AI project from the Bloom Directory.

bloomprotocol.ainone authenticationAvailability not checked

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 endpoint

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

.mcp.json

{
  "mcpServers": {
    "bloomprotocol-ai": {
      "type": "http",
      "url": "https://bloomprotocol.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_projects — List indie consumer AI projects in the Bloom Directory.
  • support_project — Publicly endorse an indie AI project from the Bloom Directory.
  • recommend_for_me — Ask Bloom to rank indie consumer AI apps that fit the user AS A PERSON.
  • remember_my_taste — Record an explicit taste signal for a Bloom handle — that the user backed or skipped a project — so future recommend_for_me calls reflect it.