This is a paid remote MCP that packages and validates Skybridge apps through four tools: package_skybridge_app, validate_app_schema, run_client_compatibility_test, and export_app_manifest. It returns structured receipts, usage logs, and audit-ready JSON evidence for every operation. You authenticate with a bearer token from the product website, then call it over streamable HTTP from any compatible MCP client. Reach for this when you need to automate Skybridge app bundling with compliance trails baked in, or when you want schema validation and client compatibility checks without rolling your own packaging pipeline.
Skybridge App Packager MCP remote MCP for Skybridge.
Paid remote MCP for Skybridge, structured receipts, usage logs, and audit-ready JSON evidence.
com.clauxel.skybridgepackager/skybridgepackager-mcpThis is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
package_skybridge_appvalidate_app_schemarun_client_compatibility_testexport_app_manifestThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.