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