Connect your AI. Then verify it.

Public reading is free. Add the server in your AI app first: pasting a prompt or URL into a chat does not install a connector.

Pay per tool with USDC

AI search audit $1 · Structured data pack $1 · llms.txt draft $0.50. Each request supplies its payment requirements before work. Your agent must have permission to spend.

Current service catalog · Payment API

Customer account tools

A separate customer connector. Sign in to the Black Label account that owns the product; available tools follow that account’s entitlements.

https://mcp.blacklabelbots.com/mcp

OAuth resource metadata · Canonical issuer metadata

1. Add to Claude web or desktop

  1. Open Customize → Connectors → + → Add custom connector.
  2. Name it Vigil and enter this server URL:
https://blvigil.com/mcp

Add it, then enable it in your conversation using + → Connectors. Public tools need no API key. Organization settings may control who can add connectors.

Official Claude setup instructions

Using Claude Code?

Run these commands in your shell on Windows, macOS or Linux with Claude Code installed:

claude mcp add --transport http --scope user blvigil-com https://blvigil.com/mcp
claude mcp get blvigil-com

Open a new Claude Code session, then use /mcp to check the server. No local bridge process is required.

2. Verify in your AI

After adding and enabling the connector, paste this prompt. A working connection returns blvigil.com from the real site_info tool.

Other MCP clients

Add https://blvigil.com/mcp using Streamable HTTP. Authentication: none for public tools. Your client must support remote MCP.

Claude Code-compatible HTTP configuration
{
  "mcpServers": {
    "blvigil-com": {
      "type": "http",
      "url": "https://blvigil.com/mcp"
    }
  }
}

Claude web and desktop use the connector settings above. This JSON is not a native remote-server entry for claude_desktop_config.json.

HTTP API and discovery

If your AI can make HTTP requests, it can read site information directly. That is REST access; it does not install MCP tools.

REST API · OpenAPI
A2A · Agent Card
MCP · Server Card
Authentication and checkout

DNS service discovery · published; verify DNSSEC with your resolver:

_index._agents.blvigil.com
_mcp._agents.blvigil.com
_a2a._agents.blvigil.com

These connections expose the site's public tools. Your AI app controls how it uses them. Purchases follow the payment and authorization requirements of the chosen service.