Skip to main content
Velobase provides an official Model Context Protocol (MCP) server (@velobaseai/velobase-sdk-mcp). By installing this server in your AI coding assistant (Cursor, Windsurf, Cline, etc.), the AI can access our latest Python and JavaScript SDK documentation and automatically write integration code.

Installation

If you are using Cursor, you can install the MCP server with one click:Install in Cursor

Usage

Once installed, you can prompt your AI assistant like this:
  • “I need to integrate Velobase billing in Python. Check how to install the SDK and write a script to consume 5 credits.”
  • “Use the Velobase MCP to find the javascript SDK instructions for freezing credits.”
The AI will use the sdk_download_and_usage tool to fetch the required information and generate the code.