Spala Public MCP
@Spala AI
Spala Public MCP について
Connect agents to Spala discovery, OAuth metadata, and project MCP handoff guidance.
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"spala_public_mcp": {
"type": "http",
"url": "https://mcp.spala.ai/mcp"
}
}
}ツール
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.
概要
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"
基本情報
「開発者ツール」の他のコンテンツ
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
コメント