← Registry

eCommerce

blvigil.com

An MCP server for browsing Vigil's product catalog and starting Stripe-verified purchases on behalf of an agent.

1 endpoint6 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://blvigil.com/mcp

No auth detected

MCP server metadata

Name
Vigil site MCP
Version
2026.09.15
Capabilities
tools
Server instructions

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

site_info

What Vigil (blvigil.

Inferred read-only
search_pages

Find pages on blvigil.

Inferred read-only
read_page

Read one https://blvigil.

Inferred read-only
list_products

Everything an agent can buy from Vigil, with Stripe-verified prices, billing terms, delivery and live availability.

Inferred read-only
create_checkout

Start a purchase of one offer.

Potential side effects
get_checkout

Read a checkout started with create_checkout.

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.