Configure
mcp.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Use MCP to let assistants call Veryfront tools.
{
"mcpServers": {
"veryfront": {
"transport": "http",
"url": "https://api.veryfront.com/mcp",
"headers": {
"Authorization": "Bearer <API_KEY>"
}
}
}
}