← Registry

AI & Machine Learning

bloomprotocol.ai

Helps users discover and engage with indie consumer AI projects through personalized recommendations and taste tracking.

1 endpoint5 known toolsFirst detected May 29, 2026Last detected August 6, 2026

ENDPOINT 1

https://bloomprotocol.ai/api/mcp

No auth detected

Known tools 5

list_projects

List indie consumer AI projects in the Bloom Directory.

Inferred read-only
sign_up_project

Follow an indie AI project from the Bloom Directory.

Inferred read-only
support_project

Publicly endorse an indie AI project from the Bloom Directory.

Inferred read-only
recommend_for_me

Ask Bloom to rank indie consumer AI apps that fit the user AS A PERSON.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bloomprotocol.ai was fetched 2026-09-04T04:15:41.021Z.

Trust status Trusted

bloomprotocol.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.