llms.txt Content
# VisioForge SDK - Professional Video & Media Processing for .NET
> VisioForge provides enterprise-grade .NET SDKs for comprehensive video/audio processing, built on proven native libraries (FFmpeg, GStreamer) with managed wrappers. Cross-platform support for Windows, macOS, Linux, iOS, and Android.
**Generated:** 2026-07-27 14:53:27 UTC (1c2e6c93f02)
## MCP Server (for AI coding agents)
> Before grepping this dump, call the VisioForge MCP server at **https://mcp.visioforge.com/mcp** for structured API lookups, code examples, and deployment guides. Public endpoint, no authentication required. 14 tools: `list_media_blocks`, `get_media_block_info`, `list_sdk_classes`, `get_class_info`, `get_method_signature`, `search_api`, `get_enum_values`, `get_code_example`, `get_pipeline_template`, `list_namespaces`, `list_deployment_guides`, `get_deployment_guide`, `get_nuget_packages_snippet`, `get_platform_specific_config`.
- **Endpoint**: `https://mcp.visioforge.com/mcp`
- **Documentation**: [MCP server usage guide](https://www.visioforge.com/help/docs/dotnet/general/mcp-server-usage/)
- **Claude Code**: `claude mcp add --transport http visioforge-sdk https://mcp.visioforge.com/mcp`
- **Cursor / Windsurf / other MCP clients**: add the endpoint to the MCP config (HTTP transport, no auth).
The MCP server returns surgical answers (single API class, single code example) vs this llms.txt which is the full corpus. Prefer MCP for code generation; use this file for broad context / discovery.
## Products
- [Video Capture SDK .NET](https://www.visioforge.com/video-capture-sdk-net): Complete video capture solution for camera, screen, and IP camera recording
- [Media Player SDK .NET](https://www.visioforge.com/media-player-sdk-net): Universal media player supporting all major formats and streaming protocols
- [Media Blocks SDK .NET](https://www.visioforge.com/media-blocks-sdk-net): Pipeline-based media processing with modular blocks for custom workflows
- [Video Edit SDK .NET](htt