← flowercomputer.com

INDIVIDUAL MCP TOOL

search_posts

Use to search Flower post metadata by title, excerpt, category, author, tag, or slug when a full article body is not needed.

flowercomputer.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.flowercomputer.com

No auth detected

Connect to this endpoint to inspect the live schema for search_posts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

flowercomputer.com

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

  • get_company_overview — Use when an agent needs Flower's canonical description, mission, current or prior work, public links, or high-level contact data.
  • 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.
  • 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.