← Registry

eCommerce

sunysport.com

This MCP server provides e-commerce operations, enabling product searches, detail retrieval, policy access, and checkout link creation.

1 endpoint4 known toolsFirst detected August 24, 2026Last detected August 24, 2026

ENDPOINT 1

https://sunysport.com/api/mcp

No auth detected

MCP server metadata

Name
Sunysport storefront
Version
1.0.0
Capabilities
tools
Server instructions

Catalog tools for the Sunysport online store. Use search_products to find items, get_product for details and variant ids, get_store_policies for shipping/returns, and create_checkout_link to hand the customer a ready-to-pay cart.

Known tools 4

search_products

Search the store's product catalog.

Inferred read-only
get_product

Full details for one product by handle: description, variants with prices and availability, options, specs and FAQ.

Inferred read-only
get_store_policies

The store's shipping, return, terms and privacy policies plus contact info, as plain text.

Inferred read-only
create_checkout_link

Build a checkout URL that pre-fills the cart with the given variants.

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.sunysport-storefront]
url = "https://sunysport.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sunysport-storefront": {
      "type": "http",
      "url": "https://sunysport.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sunysport-storefront
Remote MCP URL: https://sunysport.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": {
    "sunysport-storefront": {
      "url": "https://sunysport.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sunysport-storefront": {
      "type": "http",
      "url": "https://sunysport.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sunysport-storefront",
  "transport": "streamable-http",
  "url": "https://sunysport.com/api/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.