eCommerce
blvigil.com
An MCP server for browsing Vigil's product catalog and starting Stripe-verified purchases on behalf of an agent.
ENDPOINT 1
https://blvigil.com/mcp
MCP server metadata
- Name
- Vigil site MCP
- Version
- 2026.09.15
Tools for blvigil.com: read the site, list what can be bought (list_products) and start a purchase (create_checkout, get_checkout). create_checkout never charges anything: it returns a continue_url where the buyer pays on the Stripe-hosted checkout page. No credentials. Rate limited; stay under one call per second. See https://blvigil.com/auth.md.
Known tools 6
list_productsEverything an agent can buy from Vigil, with Stripe-verified prices, billing terms, delivery and live availability.
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.vigil-site-mcp]
url = "https://blvigil.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vigil-site-mcp": {
"type": "http",
"url": "https://blvigil.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vigil-site-mcp
Remote MCP URL: https://blvigil.com/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": {
"vigil-site-mcp": {
"url": "https://blvigil.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vigil-site-mcp": {
"type": "http",
"url": "https://blvigil.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vigil-site-mcp",
"transport": "streamable-http",
"url": "https://blvigil.com/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.