cURL
curl --request GET \ --url https://api.veryfront.com/mcp/catalog \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "<string>", "category": "<string>", "description": "<string>", "availability": { "kind": "always_available", "integration": "<string>" }, "riskLevel": "read_only", "inputSchema": null, "outputSchema": null } ], "generatedAt": "<string>" }
Lists the public Veryfront MCP tool catalog for anonymous playground browsing.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Public MCP tool catalog
Show child attributes