VECTOR
Vector Pro

MCP Integration

Manage your Vector Pro hosting infrastructure through AI assistants like Claude and ChatGPT using the Model Context Protocol.

Quick Setup

The fastest way to get started is with the Vector CLI:

vector mcp setup

This will automatically configure Claude Desktop with your API credentials.

Manual Configuration

If you prefer to configure manually, add this to your Claude Desktop config file:

{
  "mcpServers": {
    "vector": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.builtfast.com/mcp/vector",
        "--header",
        "Authorization: Bearer xxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
      ]
    }
  }
}

Get your API token

Generate an API token from your BuiltFast dashboard and replace the placeholder above.

What You Can Do

Sites

Create, update, suspend, delete

Environments

Manage staging, production, custom

Deployments

Deploy, rollback, check status

Cache

Purge full, by tag, or URL

WAF

Block IPs, rate limits, referrers

Webhooks

Configure event notifications

Example Prompts

"List my Vector sites"
"Purge the CDN cache for site abc123"
"Deploy site abc123 to production"
"Block IP 192.168.1.100 on my production site"
"Rollback production to the previous deployment"
"Create a staging environment for site abc123"