# FrameWorks > Sovereign live video platform. MCP-native with wallet auth and x402 payments. ## Product - [FrameWorks](https://frameworks.network/): Live streaming platform for sovereign video operations across SaaS, hybrid edge, and self-hosted deployments. S3-compatible storage and public DNS are external integrations today; native storage and DNS are on the roadmap. - [Pricing](https://frameworks.network/pricing): Beta pricing for free, supporter, production, pay-as-you-go, and enterprise streaming workloads. - [About](https://frameworks.network/about): Mission, architecture direction, and operating principles behind FrameWorks sovereign streaming infrastructure. - [Contact](https://frameworks.network/contact): Sales, deployment, community, and support entry points for operators evaluating FrameWorks. - [Documentation](https://logbook.frameworks.network/): Operator and builder docs for streams, self-hosting, routing, billing, agent access, and migration workflows. ## Docs - [MCP Integration](https://logbook.frameworks.network/agents/mcp): Resources, tools, prompts, x402 payments - [Skill File](https://frameworks.network/SKILL.md): Agent quick-start guide - [Agent Overview](https://logbook.frameworks.network/agents/overview): Discovery, auth, and capabilities - [Skipper Video Consultant](https://logbook.frameworks.network/agents/skipper): RAG-grounded streaming expertise ## API - MCP Discovery: https://bridge.frameworks.network/.well-known/mcp.json - MCP Endpoint: POST https://bridge.frameworks.network/mcp (streamable-http) - GraphQL: POST https://bridge.frameworks.network/graphql - Wallet Login: GraphQL mutation walletLogin at https://bridge.frameworks.network/graphql ## Auth - Bearer token (JWT or API key) - Wallet signature (EIP-191 personal_sign) - x402 (gasless USDC on Base/Arbitrum) ## Self-Hosted Infrastructure - Cluster marketplace: discover and subscribe to regional clusters via MCP (browse_marketplace, subscribe_to_cluster) - Edge clusters: create_edge_cluster returns enrollment token and Foghorn address for edge provisioning - Edge provisioning: `frameworks edge provision --enrollment-token --ssh user@host` - Peering: preferred ↔ official clusters always peered; other subscribed clusters peer on demand when streams trigger it - Node lifecycle: frameworks edge mode (draining/maintenance/normal), frameworks edge doctor, frameworks edge logs - Node management via API (no SSH): set_node_mode, get_node_health (Gateway → Commodore → Foghorn) - MCP tools: create_enrollment_token, get_node_info, manage_node, set_node_mode, get_node_health ## Optional - [Full skill.json](https://frameworks.network/skill.json): Machine-readable metadata - [Agent Access Architecture](https://github.com/livepeer-frameworks/monorepo/blob/development/docs/architecture/agent-access.md)