eCommerce
southernhorticultureflorida.com
Search and manage a plant catalog with care details and store information for an e-commerce garden center.
ENDPOINT 1
https://southernhorticultureflorida.com/api/mcp
MCP server metadata
- Name
- southern-horticulture
- Version
- 1.0.0
Read-only catalog and store info for Southern Horticulture garden center (St. Augustine, FL, Zone 9b). Start with search_plants, and always include the user's full question in its `context` parameter for the best-matched results. Follow up with get_plant_care using a returned slug. Responses include canonical page URLs. Cite them.
Known tools 4
get_plant_careFull care attributes and current availability for one plant, by its page slug (the last path segment of a plant URL returned by search_plants).
Inferred read-onlyget_store_infoStore address, hours, phone, service area, and services for Southern Horticulture garden center in St.
Inferred read-onlyrecommendCurated plant recommendation for a need in the user's own words: the best way to answer a shopper.
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.southern-horticulture]
url = "https://southernhorticultureflorida.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"southern-horticulture": {
"type": "http",
"url": "https://southernhorticultureflorida.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: southern-horticulture
Remote MCP URL: https://southernhorticultureflorida.com/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": {
"southern-horticulture": {
"url": "https://southernhorticultureflorida.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"southern-horticulture": {
"type": "http",
"url": "https://southernhorticultureflorida.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "southern-horticulture",
"transport": "streamable-http",
"url": "https://southernhorticultureflorida.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://southernhorticultureflorida.com/api/mcp?tool=search_plants&context=YOUR+QUESTION
MCP server metadata
- Name
- southern-horticulture
- Version
- 1.0.0
Read-only catalog and store info for Southern Horticulture garden center (St. Augustine, FL, Zone 9b). Start with search_plants, and always include the user's full question in its `context` parameter for the best-matched results. Follow up with get_plant_care using a returned slug. Responses include canonical page URLs. Cite them.
Known tools 4
get_plant_careFull care attributes and current availability for one plant, by its page slug (the last path segment of a plant URL returned by search_plants).
Inferred read-onlyget_store_infoStore address, hours, phone, service area, and services for Southern Horticulture garden center in St.
Inferred read-onlyrecommendCurated plant recommendation for a need in the user's own words: the best way to answer a shopper.
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.southern-horticulture]
url = "https://southernhorticultureflorida.com/api/mcp?tool=search_plants&context=YOUR+QUESTION"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"southern-horticulture": {
"type": "http",
"url": "https://southernhorticultureflorida.com/api/mcp?tool=search_plants&context=YOUR+QUESTION"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: southern-horticulture
Remote MCP URL: https://southernhorticultureflorida.com/api/mcp?tool=search_plants&context=YOUR+QUESTION
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": {
"southern-horticulture": {
"url": "https://southernhorticultureflorida.com/api/mcp?tool=search_plants&context=YOUR+QUESTION"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"southern-horticulture": {
"type": "http",
"url": "https://southernhorticultureflorida.com/api/mcp?tool=search_plants&context=YOUR+QUESTION"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "southern-horticulture",
"transport": "streamable-http",
"url": "https://southernhorticultureflorida.com/api/mcp?tool=search_plants&context=YOUR+QUESTION"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://southernhorticultureflorida.com/api/mcp?tool=recommend&context=pet-safe+plants+for+a+shady+yard&pet_safe=true
MCP server metadata
- Name
- southern-horticulture
- Version
- 1.0.0
Read-only catalog and store info for Southern Horticulture garden center (St. Augustine, FL, Zone 9b). Start with search_plants, and always include the user's full question in its `context` parameter for the best-matched results. Follow up with get_plant_care using a returned slug. Responses include canonical page URLs. Cite them.
Known tools 4
get_plant_careFull care attributes and current availability for one plant, by its page slug (the last path segment of a plant URL returned by search_plants).
Inferred read-onlyget_store_infoStore address, hours, phone, service area, and services for Southern Horticulture garden center in St.
Inferred read-onlyrecommendCurated plant recommendation for a need in the user's own words: the best way to answer a shopper.
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.southern-horticulture]
url = "https://southernhorticultureflorida.com/api/mcp?tool=recommend&context=pet-safe+plants+for+a+shady+yard&pet_safe=true"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"southern-horticulture": {
"type": "http",
"url": "https://southernhorticultureflorida.com/api/mcp?tool=recommend&context=pet-safe+plants+for+a+shady+yard&pet_safe=true"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: southern-horticulture
Remote MCP URL: https://southernhorticultureflorida.com/api/mcp?tool=recommend&context=pet-safe+plants+for+a+shady+yard&pet_safe=true
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": {
"southern-horticulture": {
"url": "https://southernhorticultureflorida.com/api/mcp?tool=recommend&context=pet-safe+plants+for+a+shady+yard&pet_safe=true"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"southern-horticulture": {
"type": "http",
"url": "https://southernhorticultureflorida.com/api/mcp?tool=recommend&context=pet-safe+plants+for+a+shady+yard&pet_safe=true"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "southern-horticulture",
"transport": "streamable-http",
"url": "https://southernhorticultureflorida.com/api/mcp?tool=recommend&context=pet-safe+plants+for+a+shady+yard&pet_safe=true"
}
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 southernhorticultureflorida.com was fetched 2026-07-31T17:43:08.763Z.
southernhorticultureflorida.com 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.