Orchard Features Connect Pricing
Dashboard

Orchard MCP

A managed backend MCP for coding agents.

One remote Model Context Protocol server lets coding agents add Database, Auth, Storage, Email, Deploy, Analytics, LLM text generation, and available Orchard interface designs to an app—without separate cloud accounts or project credentials.

Available tools

An agent chooses the Orchard tool that matches the app’s requested backend capability or interface design.

Database

Structured records such as users, posts, orders, settings, and form submissions.

orchard_database Database features →
Auth

Managed Google login, accounts, sessions, and signed-in access.

orchard_auth Auth features →
Email

Welcome messages, receipts, notifications, and contact forms.

orchard_email Email features →
Deploy

Static frontend publishing, updates, rollbacks, and public URLs.

orchard_deploy Deploy features →
Analytics

Visitors, events, funnels, retention, locations, and performance.

orchard_analytics Analytics features →
LLM

Multilingual text generation, rewriting, summaries, classification, and extraction.

orchard_llm LLM features →
Design

Available interface modules such as Liquid Glass, Spotlight Carousel, Expandable Surface, Adaptive Tab Bar, and Elastic Tab Bar.

orchard_design Design features →

Connection

Add the endpoint to an MCP-compatible client that supports remote Streamable HTTP and OAuth, including Codex, Claude Code, Cursor, and Antigravity.

MCP configuration

{
  "mcpServers": {
    "orchard": {
      "url": "https://orchard-mcp.orchardagentic.workers.dev/mcp"
    }
  }
}

Connection requirements

  1. 1
    The developer explicitly approves the Orchard connection.
  2. 2
    The client opens Orchard’s OAuth window for sign-in.
  3. 3
    No token, cloud key, or project secret belongs in the MCP configuration.