← Registry

eCommerce

bkvintage.shop

Searches and retrieves product information from a vintage store's catalog.

1 endpoint3 known toolsFirst detected August 16, 2026Last detected August 16, 2026

ENDPOINT 1

https://bkvintage.shop/mcp

No auth detected

MCP server metadata

Name
brooklyn-vintage-sports-website
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

Public catalog tools for the Brooklyn Vintage Sports storefront. Use `search_products` to find items by keyword, sport or stock status, `get_product` for full details of one product by slug, and `list_collections` to see available sport collections. Only public storefront data is exposed.

Known tools 3

search_products

Search the Brooklyn Vintage storefront catalog by keyword, sport, or team.

Inferred read-only
get_product

Get full public details for one Brooklyn Vintage product by its slug.

Inferred read-only
list_collections

List the storefront's shoppable collections (sports categories) with product counts and shop links.

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.brooklyn-vintage-sports-website]
url = "https://bkvintage.shop/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "brooklyn-vintage-sports-website": {
      "type": "http",
      "url": "https://bkvintage.shop/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: brooklyn-vintage-sports-website
Remote MCP URL: https://bkvintage.shop/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": {
    "brooklyn-vintage-sports-website": {
      "url": "https://bkvintage.shop/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "brooklyn-vintage-sports-website": {
      "type": "http",
      "url": "https://bkvintage.shop/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "brooklyn-vintage-sports-website",
  "transport": "streamable-http",
  "url": "https://bkvintage.shop/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.