eCommerce
sunysport.com
This MCP server provides e-commerce operations, enabling product searches, detail retrieval, policy access, and checkout link creation.
ENDPOINT 1
https://sunysport.com/api/mcp
MCP server metadata
- Name
- Sunysport storefront
- Version
- 1.0.0
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
get_productFull details for one product by handle: description, variants with prices and availability, options, specs and FAQ.
Inferred read-onlyget_store_policiesThe store's shipping, return, terms and privacy policies plus contact info, as plain text.
Inferred read-onlycreate_checkout_linkBuild a checkout URL that pre-fills the cart with the given variants.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.