Spala Public MCP
ai.spala/public-mcpDiscovery, OAuth handoff, and project MCP routing for Spala backend projects.
Tools · 16
Use after spala_start when an agent, directory reviewer, or MCP client needs a human-readable overview of Spala. Explains Spala as an AI-assisted backend platform, the role of this public MCP, canonic…
Optional compatibility onboarding for fresh agents connected to mcp.spala.ai; spala_start is the protected workflow entry point. Returns JSON with product positioning, OAuth metadata, supported instal…
Return a machine-readable routing map for Spala MCP clients. Shows which tools are public, which require authentication, supported installer clients, omitted-client behavior, OAuth endpoints, exact-UR…
Search the public Spala agent-facing documentation index by query. Use for setup, OAuth/device auth, npm installer, public-vs-project MCP boundary, pricing, limits, security, launch kit, templates, ad…
List public Spala backend templates matching an optional query. Use before dashboard or project-MCP work to pick a likely backend shape such as marketplace, dashboard API, reservation system, inventor…
List public Spala addons and integrations matching an optional query. Use before project work to plan workflows such as webhooks, outbound HTTP API calls, transactional email, media uploads, and realt…
AUTH REQUIRED; READ-ONLY STARTUP. Call after OAuth whenever the user asks to use, install, connect, configure, or build with Spala. Returns a versioned startup phase with account readiness, organizati…
AUTH REQUIRED; READ-ONLY. Verify that the current public MCP OAuth credential is active. Returns the authenticated identity, available organizations, account readiness, and the exact missing account f…
AUTH REQUIRED; WRITES MISSING ACCOUNT DATA TO THE SPALA CONTROL PLANE. Fill missing first name and last name, and create the first company/workspace organization when none exists. Use real values supp…
AUTH REQUIRED; WRITES A NEW SPALA ORGANIZATION FOR THE SIGNED-IN ACCOUNT. Use for an additional company/workspace after account setup. Never create placeholder names.
AUTH REQUIRED. List projects in an authoritative organization returned for the authenticated Spala user. Provide organizationId when the authenticated user has multiple organizations; a sole organizat…
AUTH REQUIRED; WRITES TO THE SPALA CONTROL PLANE. Create a real project with project_name and an authoritative organization_id. Provide organizationId when the authenticated user has multiple organiza…
AUTH REQUIRED; IDEMPOTENT PROJECT CONNECTION WRITE. Prepare exactly one authenticated project for agent access. Provide one installer client (codex, roo). When omitted, returns client_selection_requir…
Compatibility alias for project_connect. AUTH REQUIRED; IDEMPOTENT PROJECT CONNECTION WRITE. Enables project MCP when needed and returns the same workspace-only exact-URL binding plan with one-time in…
AUTH REQUIRED; IDEMPOTENT PROJECT CONNECTION WRITE. Prepare one authenticated project and return its exact platform-provided project MCP manifestUrl, mcpUrl, and executable workspace binding plan. Pro…
AUTH REQUIRED; READ-ONLY. Return the documented MCP handoff fields for one authenticated project without exposing tokens, private source code, or unrelated customer data. Does not require an installer…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"spala_public_mcp": {
"url": "https://mcp.spala.ai/mcp",
"transport": "streamable-http"
}
}
}