Velocity provides MCP skills for AI coding assistants to streamline SDK integration, automate quality checks, and ensure privacy compliance across iOS, Android, and Flutter platforms.Documentation Index
Fetch the complete documentation index at: https://docs.velocity.io/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
Add the Velocity MCP server to your AI coding tool’s configuration:~/.claude/settings.json or your project’s .claude/settings.json file.
Cursor: Configure in Cursor Settings → Features → MCP Servers, or add to your Cursor configuration file.
Windsurf: Add to your Windsurf MCP configuration in Settings → Extensions → MCP.
Verify Connection
Test that your AI tool can access Velocity skills:- Open your AI coding assistant
- Ask: “What Velocity skills are available?”
- You should see skills for integration, auditing, verification, and privacy checking
Get Started
Ready to integrate the SDK? Here’s an example prompt to get started:- Install the SDK and dependencies
- Configure initialization with your credentials
- Set up ad unit integration
- Guide you through platform-specific requirements
Initial Integration
When adding Velocity to your project, use the integrator skills to guide SDK installation and configuration. These skills walk you through platform-specific setup, dependency management, and initial implementation for iOS, Android, and Flutter platforms. Available skills:integrator-ios- Swift Package Manager or CocoaPods setupintegrator-android- Gradle integration and configurationintegrator-flutter- Pub package setup and platform bridging
Quality Assurance
After integration, use auditor and verifier skills to ensure your implementation is production-ready. These skills review your SDK setup, check for common configuration issues, and validate that all required components are properly initialized. Available skills:auditor-ios,auditor-android,auditor-flutter- Review code quality and SDK usage patternsverifier-ios,verifier-android,verifier-flutter- Confirm SDK initialization and configuration correctness
Privacy Compliance
Before release and as part of ongoing compliance checks, use privacy checker skills to review data handling practices, validate privacy settings, and ensure your integration meets platform privacy requirements. Available skills:privacy-checker-ios- App Tracking Transparency and privacy manifest validationprivacy-checker-android- Permission usage and data safety reviewprivacy-checker-flutter- Cross-platform privacy configuration checks
Troubleshooting
Skills not appearing?- Verify your MCP configuration syntax is correct
- Ensure you’ve saved the settings file and restarted your AI tool
- Check your internet connection
- Confirm the URL is
https://docs.velocity.io/mcp
- Restart your AI coding tool
- Check your tool’s MCP support documentation
Learn More
New to MCP? Learn more in the Model Context Protocol documentation.

