the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.onedroid/synapse",
"description": "Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.",
"title": "OneDroid Synapse",
"version": "1.0.3",
"websiteUrl": "https://onedroid.ai/",
"remotes": [
{
"type": "streamable-http",
"url": "https://synapse.onedroid.ai/hub/{hub}/mcp",
"variables": {
"hub": {
"description": "Your Synapse hub slug, shown after you sign in and create a hub at synapse.onedroid.ai. Required for browser OAuth sign-in, because each hub is its own OAuth protected resource. Free for individuals and small teams.",
"isRequired": true,
"format": "string",
"placeholder": "my-hub"
}
}
},
{
"type": "streamable-http",
"url": "https://synapse.onedroid.ai/agent/mcp",
"headers": [
{
"description": "Bearer <your Synapse personal access token>. The token identifies your hub, so this endpoint needs no hub slug. Best for developers, CI and headless agents.",
"isRequired": true,
"value": "Bearer {token}",
"isSecret": true,
"variables": {
"token": {
"description": "A Synapse personal access token, created in the Synapse UI.",
"isRequired": true,
"format": "string",
"isSecret": true
}
},
"name": "Authorization"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-21T19:20:30.102438Z",
"publishedAt": "2026-08-21T19:20:30.102438Z",
"updatedAt": "2026-08-21T19:20:30.102438Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you callversion 1.0.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.