Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Spala Public MCP

ai.spala/public-mcp

Discovery, OAuth handoff, and project MCP routing for Spala backend projects.

Uptime
6.7%
15 probes
Response
451ms
last probe
Tools
16
callable

Tools · 16

spala_help

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…

spala_get_onboarding

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…

spala_get_tool_map

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…

docs_search

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…

template_list

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…

addon_list

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…

spala_start

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…

account_status

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…

account_setup

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…

organization_create

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.

project_list

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…

project_create

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…

project_connect

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…

project_select

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…

project_get_mcp_manifest

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…

project_get_public_context

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

Fine Structure live
Remote MCP server for agents that create, edit, validate, and publish Fine Structure apps.
92 tools · streamable-http
ai.dataecho/mcp live
Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
26 tools · streamable-http
Demand Discovery AI live
Sales-agent MCP for Demand Discovery AI. Validate startup ideas with behavioral signals.
10 tools · streamable-http
ai.mcpanalytics/analytics live
The statistical analyst in your AI chat — validated, citable, re-runnable analysis of your data.
14 tools · streamable-http
Makuri Showcase (CogniLedger) live
Public MCP server for Makuri, an EU-compliant AI tutoring platform for immigrant children.
9 tools · streamable-http
Senzing live
Identity Intelligence for Agentic AI Workflows Connect Data. Power Intelligence.™ MCP Server v0.39.11 — Entity resolution knowledge for AI
13 tools · http

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"
    }
  }
}