Discovery, OAuth, project operations, and exact project MCP handoff for Spala backend projects.
What it says
The record the registry holds
Where it answers
https://mcp.spala.ai/mcp · streamable-http
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.spala/public-mcp",
"description": "Discovery, OAuth, project operations, and exact project MCP handoff for Spala backend projects.",
"title": "Spala Public MCP",
"repository": {
"url": "https://github.com/spala-ai/spala-public-mcp",
"source": "github",
"id": "1297760292"
},
"version": "1.0.2",
"websiteUrl": "https://spala.ai/mcp-profile/",
"icons": [
{
"src": "https://spala.ai/brand/icon-square-1024.png",
"mimeType": "image/png",
"sizes": [
"1024x1024"
],
"theme": "dark"
},
{
"src": "https://spala.ai/brand/icon-square.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
],
"theme": "dark"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.spala.ai/mcp",
"headers": [
{
"description": "Required for raw Streamable HTTP JSON-RPC clients.",
"isRequired": true,
"value": "application/json, text/event-stream",
"name": "Accept"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"boundary": "Public MCP handles browser OAuth, authenticated account status, project selection/creation, and idempotent project MCP preparation. Backend resource changes happen on the selected project MCP.",
"contact": "paul@spala.ai",
"installManifest": "https://mcp.spala.ai/mcp/install-manifest",
"maintainer": "Spala AI",
"oauthAuthorizationServer": "https://mcp.spala.ai/.well-known/oauth-authorization-server",
"oauthProtectedResource": "https://mcp.spala.ai/.well-known/oauth-protected-resource",
"projectCreateEffect": "project_create performs a real authenticated project creation.",
"projectMcpPreparationEffect": "project_connect, project_select, and project_get_mcp_manifest perform an idempotent authenticated control-plane write that verifies access and billing, enables MCP, prepares project agent instructions, and returns one-time installer bootstrap.",
"projectMcpResolution": "Call project_connect, execute its workspace-only project bind argv, and send bootstrap.consumeUrl as the installer's single stdin line. Never place the capability in argv or shell text; do not use project OAuth or install globally.",
"publicProfile": "https://spala.ai/mcp-profile/",
"smokeTest": "https://spala.ai/mcp-smoke-test/"
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-23T17:06:35.615704Z",
"publishedAt": "2026-07-23T17:06:35.615704Z",
"updatedAt": "2026-07-23T17:06:35.615704Z",
"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.2last 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.