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.
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"
「開発者ツール」の他のコンテンツ
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
コメント