AI & Machine Learning
bloomprotocol.ai
Helps users discover and engage with indie consumer AI projects through personalized recommendations and taste tracking.
ENDPOINT 1
https://bloomprotocol.ai/api/mcp
Known tools 5
recommend_for_meAsk Bloom to rank indie consumer AI apps that fit the user AS A PERSON.
Inferred read-onlyremember_my_tasteRecord 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-onlyCONNECT 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.
bloomprotocol.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.