Skip to main content
MCP is an open standard for connecting AI applications to external tools and resources. Use Veryfront MCP to let assistants work with your projects. Claude Code, Cursor, and MCP Inspector can call Veryfront tools through the same MCP endpoint.

Connect

Use the MCP endpoint with an API key or JWT.
SettingValue
Endpointhttps://api.veryfront.com/mcp
TransportStreamable HTTP
Auth headerAuthorization: Bearer YOUR_API_KEY
mcp.json
{
  "mcpServers": {
    "veryfront": {
      "transport": "http",
      "url": "https://api.veryfront.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Playground

Use the MCP playground to inspect tools and test calls before adding Veryfront to an assistant.

Available tools

Veryfront MCP exposes 257 tools across 32 groups. Each category link opens one tool in that category.

When to use MCP

Use MCP when an assistant needs project-aware actions. Use REST or GraphQL when you are building a backend service, app, or dashboard. Learn more in the official MCP introduction.