Spala Public MCP
@Spala AI
About Spala Public MCP
Connect agents to Spala discovery, OAuth metadata, and project MCP handoff guidance.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"spala_public_mcp": {
"type": "http",
"url": "https://mcp.spala.ai/mcp"
}
}
}Tools
11Explains what Spala is, how the public MCP is used, and where agents should go next.
Returns public onboarding guidance for agents and developers evaluating Spala.
Shows the boundary between this public MCP and authenticated project MCP servers.
Searches public Spala docs for onboarding, auth, MCP, templates, addons, and workflow guidance.
Lists public backend templates that can help agents understand common Spala project patterns.
Lists public Spala addons and capabilities.
Reports whether the current MCP request has authenticated Spala platform context.
Lists available Spala projects after authentication so agents can choose a project safely.
Creates or dry-runs a new Spala project when supported by the authenticated platform context.
Selects an authenticated project and returns the correct project MCP handoff details.
Explains how to connect to the selected project MCP for build, validate, publish, and review workflows.
Overview
What is Spala Public MCP?
Spala Public MCP is the public Model Context Protocol front door for Spala, an AI-assisted backend platform for creating project backends, APIs, auth, database models, functions, tasks, and publishable API contracts.
Use this remote MCP server for discovery: it explains what Spala is, returns onboarding/tool-map data for agents, exposes public docs/templates/addons, and advertises the canonical Spala OAuth metadata. Backend changes are intentionally handled by the selected project MCP after Spala platform authentication.
Remote server
- MCP endpoint: https://mcp.spala.ai/mcp
- Transport: Streamable HTTP
- Install manifest: https://mcp.spala.ai/mcp/install-manifest
- OAuth protected resource: https://mcp.spala.ai/.well-known/oauth-protected-resource
- OAuth authorization server: https://mcp.spala.ai/.well-known/oauth-authorization-server
What agents can do
- Learn Spala's public onboarding flow before signing in.
- Search agent-facing Spala docs.
- List backend templates and addons.
- Discover the boundary between public MCP and project MCP.
- Receive OAuth guidance for Spala platform authentication.
- Avoid hardcoding project MCP URLs; project handoff must use explicit URLs returned by Spala.
Tools
spala_helpspala_get_onboardingspala_get_tool_mapdocs_searchtemplate_listaddon_listauth_statusproject_listproject_createproject_selecthandoff_to_project_mcp
Boundary
The public MCP does not directly mutate customer project backends. Project operations fail closed in this standalone release until a verified platform/project handoff contract is available. After an authenticated project MCP is selected, agents should use that project MCP for build, validate, publish, and review workflows.
Client setup
codex mcp add spala_public_mcp --url "https://mcp.spala.ai/mcp"
codex mcp login spala_public_mcp --scopes api
gemini mcp add --scope user --transport http spala_public_mcp "https://mcp.spala.ai/mcp"
Basic information
More Developer Tools MCP servers
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Comments