INDIVIDUAL MCP TOOL
get_company_overview
Use when an agent needs Flower's canonical description, mission, current or prior work, public links, or high-level contact data.
LIVE ENDPOINT
https://mcp.flowercomputer.com
Connect to this endpoint to inspect the live schema for get_company_overview and invoke it with your own arguments.
Indexed 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 server
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.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.
Related tools
list_posts— Use to browse Flower's published posts or discover valid slugs before calling get_post.get_post— Use when an agent already has a published Flower slug and needs the full Markdown article.search_posts— Use to search Flower post metadata by title, excerpt, category, author, tag, or slug when a full article body is not needed.get_contact_information— Use when an agent needs Flower's canonical public contact details and public links without the full company overview.get_api_status— Use when an agent needs to check availability and version of Flower's public content API.