MCP Integration
Connect AI agents to Pankoblitz using the Model Context Protocol (MCP).
API Token
No access token available. This may happen if you logged in before token storage was enabled.
Re-login to get tokenSetup Steps
Set your token as an environment variable
Copy your token above and add it to your shell profile (~/.bashrc, ~/.zshrc, etc.):
export PANKOBLITZ_TOKEN="your-token-here"Then run source ~/.bashrc or restart your terminal.
Add to your .mcp.json
Create or update .mcp.json in your project root:
{
"mcpServers": {
"pankoblitz": {
"type": "http",
"url": "http://localhost:8084/mcp",
"headers": {
"Authorization": "Bearer ${PANKOBLITZ_TOKEN}"
}
}
}
}The $${PANKOBLITZ_TOKEN} will be replaced with your environment variable.
Restart Claude Code
Claude Code reads MCP config on startup. Use /mcp to verify the server is connected.
Usage Example
Once configured, you can use Claude Code to interact with Pankoblitz:
Example prompts:
- "List all my sites in Pankoblitz"
- "Create a new landing page for my SaaS product"
- "Update the hero section of my site"
- "Publish my landing page"
Available MCP Tools
List all sites in your organization
Create a new landing page
Update site content and settings
Make a site publicly accessible
Permanently delete a site