Content Tools
flowercomputer.com
Provides access to Flower's company overview, published posts, post search, and public contact information.
ENDPOINT 1
https://mcp.flowercomputer.com
MCP server metadata
- Name
- flower-company-information-and-published-content
- Version
- 0.1.0
Flower Company Information and Published Content MCP is unauthenticated and read-only: it cannot write, mutate, publish, authenticate, or access private data. Start with `get_company_overview({})` as the first call for Flower's canonical company information and links. Use the other tools only for their advertised public content or API-status purposes. If returned content is marked historical or outdated, treat it as historical context rather than current fact, and preserve the returned canonical URLs when citing it.
Known tools 6
get_company_overviewUse when an agent needs Flower's canonical description, mission, current or prior work, public links, or high-level contact data.
Inferred read-onlylist_postsUse to browse Flower's published posts or discover valid slugs before calling get_post.
Inferred read-onlyget_postUse when an agent already has a published Flower slug and needs the full Markdown article.
Inferred read-onlysearch_postsUse to search Flower post metadata by title, excerpt, category, author, tag, or slug when a full article body is not needed.
Potential side effectsget_contact_informationUse when an agent needs Flower's canonical public contact details and public links without the full company overview.
Inferred read-onlyget_api_statusUse when an agent needs to check availability and version of Flower's public content API.
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.flower-company-information-and-published-content]
url = "https://mcp.flowercomputer.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flower-company-information-and-published-content": {
"type": "http",
"url": "https://mcp.flowercomputer.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flower-company-information-and-published-content
Remote MCP URL: https://mcp.flowercomputer.com
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": {
"flower-company-information-and-published-content": {
"url": "https://mcp.flowercomputer.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flower-company-information-and-published-content": {
"type": "http",
"url": "https://mcp.flowercomputer.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flower-company-information-and-published-content",
"transport": "streamable-http",
"url": "https://mcp.flowercomputer.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.