eCommerce
goodbases.com
Provides access to GoodBase's wholesale catalog, product details, shipping terms, customization options, and quote requests for lingerie and swimwear.
ENDPOINT 1
https://www.goodbases.com/api/mcp
MCP server metadata
- Name
- goodbase-wholesale
- Version
- 1.0.0
GoodBase is a trade-only (B2B) wholesale supplier of curated lingerie and swimwear. Use search_products/get_product to browse the catalog, get_shipping_info for DDP delivery terms, get_customization_options for private-label manufacturing, and request_quote to start a pricing conversation. Wholesale prices are only shared with approved trade accounts.
Known tools 5
search_productsSearch GoodBase's wholesale catalog of curated lingerie and swimwear.
Inferred read-onlyget_shipping_infoGoodBase's shipping, delivery and customs terms for wholesale orders (DDP, door-to-door timelines, tracking, returns).
Inferred read-onlyget_customization_optionsCustom manufacturing and private-label options: what can be customized, sampling, lead times, and how to start a custom project.
Inferred read-onlyrequest_quoteStart a wholesale or custom-manufacturing quote request with GoodBase.
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.goodbase-wholesale]
url = "https://www.goodbases.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goodbase-wholesale": {
"type": "http",
"url": "https://www.goodbases.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goodbase-wholesale
Remote MCP URL: https://www.goodbases.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": {
"goodbase-wholesale": {
"url": "https://www.goodbases.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goodbase-wholesale": {
"type": "http",
"url": "https://www.goodbases.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goodbase-wholesale",
"transport": "streamable-http",
"url": "https://www.goodbases.com/api/mcp"
}
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 goodbases.com was fetched 2026-08-10T06:26:11.597Z.
goodbases.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.