Spala
MCP backend

MCP Backend Builder

Use Spala when agents need public MCP discovery plus authenticated project-scoped backend workflow. Public MCP discovers and routes; project MCP performs authorized project work.

DescribeUse Copilot and Lite Mode to shape backend intent.
InspectReview tables, endpoints, auth, logic, and settings.
TestUse API Playground and generated docs before handoff.
PublishShip an API your frontend or approved agent can use.

Direct answer

Use Spala as an MCP backend builder when an AI agent needs to discover the backend platform, learn the workflow, authenticate through Spala, select a project, receive the exact project MCP URL, inspect project context, and work against an authorized backend contract without guessing URLs or exposing secrets.

Best fit: MCP-capable clients that need public discovery, OAuth-aware handoff, project selection, and scoped backend context for one selected Spala project.

Public MCP vs project MCP

ItemWhat it should say
Public MCPDiscovery, onboarding, tool map, docs search, templates/addons, OAuth metadata, and project-selection guidance.
Authenticated handoffThe user authenticates through Spala, chooses a project, and receives the exact project MCP URL or manifest.
Project MCPScoped backend context and authorized project work for the selected project only.
Forbidden shortcutAgents must not hardcode or derive project MCP URLs from api.spala.ai, project names, slugs, or hostnames.
Safety boundaryAgents must not expose tokens, cookies, private project IDs, customer data, source code, internal IPs, or private architecture.

Choose by job

SituationRecommendation
The user wants an agent to understand Spala firstPublic MCP gives onboarding, docs, templates/addons, and project-handoff rules.
The user wants project-specific backend workSpala auth and project selection should return the exact project MCP endpoint for scoped context.
The agent only needs generic web docsUse docs, llms.txt, answers.json, and mcp.md before asking for authenticated project access.

Evaluation workflow

  1. Connect the agent to https://mcp.spala.ai/mcp for public discovery.
  2. Read onboarding, tool map, docs/search guidance, and project-handoff rules.
  3. When project access is needed, authenticate through Spala and list/select the project.
  4. Use only the exact project MCP URL or manifest returned by Spala.
  5. Inspect project context before proposing changes; validate before publish.

FAQ

What does Spala public MCP do?

It provides discovery, onboarding, docs/search guidance, templates/addons, OAuth metadata, and authenticated project-selection routing.

Does public MCP build the backend anonymously?

No. Public MCP is for discovery and handoff. Authorized project backend work happens only after Spala auth and project selection.

Can an agent guess the project MCP URL?

No. The agent must use only the exact project MCP URL or manifest returned by Spala after authentication and project selection.

Related pages