Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/mcp-run-onvibe-onvibe/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
mcp-run-onvibe-onvibe.ocm.jsonjson
{
"ocm": "1",
"id": "mcp-run-onvibe-onvibe",
"kind": "tool",
"name": "onvibe",
"description": "Talk to Claude and get a live web app deployed to a real URL, with Postgres, storage and cron.",
"publisher": "ceritium",
"version": "0.1.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"mcp",
"mcp-server",
"mcp-registry"
],
"languages": [
"en"
],
"supports_tools": true
},
"quality_prior": 0.6,
"examples": [
"Talk to Claude and get a live web app deployed to a real URL, with Postgres, storage and cron."
],
"primary": false,
"metadata": {
"source": {
"provider": "mcp-registry",
"repository": "https://github.com/ceritium/onvibe",
"path": "server.json",
"ref": "0.1.0",
"url": "https://github.com/ceritium/onvibe",
"key": "run.onvibe/onvibe",
"registry": "https://registry.modelcontextprotocol.io"
}
},
"endpoints": [
{
"protocol": "mcp",
"url": "https://onvibe.run/mcp"
}
]
}
Fetch it by URL: GET /api/v1/registry/mcp-run-onvibe-onvibe/manifest?version=0.1.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.