# Spala Public MCP

Last updated: 2026-07-10

Spala Public MCP is the public entry point for agents to discover Spala, read onboarding, search docs, inspect templates/addons, start OAuth, and route into the correct project MCP after authentication.

Endpoint: `https://mcp.spala.ai/mcp`

## What it does

- Public onboarding and help.
- Tool map discovery.
- Docs search.
- Template and addon lookup.
- OAuth metadata discovery.
- Authenticated project listing/selection when a valid Spala platform token is provided.
- Exact project MCP handoff after auth and project selection.

## Boundary

Public MCP discovers, authenticates, and routes. Project MCP handles project-scoped backend build, validate, publish, and operate work after Spala platform authorization.

Do not claim anonymous project mutation. Do not hardcode project MCP URLs. Use only the exact `mcpUrl` returned by Spala after authentication and project selection.

## Related

- Full profile: https://spala.ai/mcp-profile/
- Public MCP smoke test: https://spala.ai/mcp-smoke-test/
- Handoff evidence boundary: https://spala.ai/mcp-handoff-evidence/
- MCP discovery JSON: https://spala.ai/.well-known/mcp.json
