← Registry

eCommerce

flowersghana.com

An MCP server for a flower shop that enables product catalog search, browsing, order tracking, and checkout link creation.

1 endpoint5 known toolsFirst detected September 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://www.flowersghana.com/mcp

No auth detected

MCP server metadata

Name
flowers-ghana
Version
1.0.1
Capabilities
tools.listChanged
Server instructions

Use list_products for current catalog prices and availability. Search returns document titles, ids, and links; call fetch with the returned id before quoting product prices or policy details. Never invent current data. Call create_checkout_link only after the customer specifies or confirms the items and quantities; an explicit request to create a link for specified items is confirmation. Pass the exact product ids from search or list_products. Creating a link saves an anonymous cart for four days; it does not place an order or charge the customer. Payments and account management happen on flowersghana.com. Order tracking requires BOTH the email address used at checkout and the tracking code. If found is false, say the order could not be verified and ask the customer to check both details; never invent a status. Do not request payment credentials or use these tools to cancel orders, change delivery addresses, or manage accounts.

Known tools 5

search

Use this when a user asks about specific flowers, bouquets, products, delivery policies, care instructions, FAQs, or website features; it searches both the product catalog and the knowledge base and returns opaque ids for follow-up fetch calls.

Inferred read-only
fetch

Use this when you need the full content of a search result: pass the opaque id returned by the search tool to retrieve the document's title, plain-text body, canonical URL, and safe metadata.

Inferred read-only
list_products

Use this when a user wants to browse the catalog without a specific query, such as 'what do you sell?' or 'show me more flowers'; it pages through available bouquets with prices and links.

Inferred read-only
track_order

Use this when a customer asks about the status or delivery of an order they already placed; pass the email address used at checkout together with their tracking code to get the current status, tracking timeline, and expected delivery date.

Potential side effects
create_checkout_link

Use this when a user wants to buy specific products now: pass the exact product ids from search (p: prefixed) or list_products with quantities to receive a pre-filled checkout link valid for four days.

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.flowers-ghana]
url = "https://www.flowersghana.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flowers-ghana": {
      "type": "http",
      "url": "https://www.flowersghana.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flowers-ghana
Remote MCP URL: https://www.flowersghana.com/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": {
    "flowers-ghana": {
      "url": "https://www.flowersghana.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flowers-ghana": {
      "type": "http",
      "url": "https://www.flowersghana.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flowers-ghana",
  "transport": "streamable-http",
  "url": "https://www.flowersghana.com/mcp"
}
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.

Indexed

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