Lance App Manager

by Unknown

Not rated
Website

Description

Lance is an agent that runs on its own cloud Mac and handles everything on the App Store Connect side of shipping an iOS app. It connects to coding agents like Claude Code and Codex through MCP and takes over the parts they can't do: creating apps on App Store Connect, setting…

About

Lance is an agent that runs on its own cloud Mac and handles everything on the App Store Connect side of shipping an iOS app. It connects to coding agents like Claude Code and Codex through MCP and takes over the parts they can't do: creating apps on App Store Connect, setting up notifications / widgets, filling out…

Details

Author
Unknown
Categories
Developer Tools, Other, AI, Knowledge Base

Lance is an agent that runs on its own cloud Mac and handles everything on the App Store Connect side of shipping an iOS app. It connects to coding agents like Claude Code and Codex through MCP and takes over the parts they can't do: creating apps on App Store Connect, setting up notifications / widgets, filling out listing metadata, uploading builds to TestFlight, submitting for review, and responding to App Review feedback. Because it has its own Mac, it can also build, run, and test users' apps and capture screenshots.

Connect AI tools and coding agents to your organization's App Manager (Lance's autonomous App Store Connect operator) using theModel Context Protocol. Your agent gets real answers and real actions against your real account: listings, screenshots, IAPs, builds, review.

The fastest path is one command that detects your client and wires the server in:

Lance MCP is a hosted server over streamable HTTP. There is nothing to run locally:

Not a terminal person? Theinstall pagehas click-through setup for every major agent.

Or add the server to.cursor/mcp.jsonin your project (or~/.cursor/mcp.jsonglobally):

{ "mcpServers": { "lance": { "url": "https://api.lance.app/mcp" } } }

- 1Open Settings → Connectors In Claude Desktop or on claude.ai, open Settings, pick Connectors, then click Add and choose "Add custom connector".
- 2Name it Lance and paste the server URL Enter "Lance" as the name and paste the URL below into the URL field. Leave Advanced settings empty, then click Add.

https://api.lance.app/mcp

On Team and Enterprise plans, an org owner adds the connector first under Admin settings → Connectors.

claude mcp add --transport http lance https://api.lance.app/mcp

Easiest: paste this prompt into Codex and it installs Lance itself.

Install the Lance MCP server for me: https://api.lance.app/mcp (it authenticates with OAuth, no API keys to configure).

Or run the command yourself, or add to~/.codex/config.toml:

codex mcp add lance --url https://api.lance.app/mcp
[mcp_servers.lance] url = "https://api.lance.app/mcp"

Any client that speaks MCP over streamable HTTP works with the same configuration: the endpoint URL, then OAuth sign-in on first use.

{ "mcpServers": { "lance": { "url": "https://api.lance.app/mcp" } } }
{ "mcpServers": { "lance": { "url": "https://api.lance.app/mcp", "headers": { "Authorization": "Bearer lance_sk_YOUR_KEY" } } } }

Only if your agent can't open a browser: mint a per-user API key (lance_sk_…) inSettings → API keysand pass it as a bearer token. The key identifies you and acts for your organization, so mint one per agent or machine and you can revoke each independently.

Fast reads answer in seconds with no agent involved; delegation tools hand work to the operator, which runs autonomously in the background while your agent keeps working.

Reads an app's live App Store submission state in seconds: the listing, the current version, and exactly what Apple still requires.

Lists the organization's connected App Store Connect teams: names and team ids, never credentials.

Every app a team owns, straight from App Store Connect: bundle id, app id, name, and SKU.

Delegates a task or question to the operator in plain language: listings, IAPs, builds, review. It returns immediately and the work runs in the background on a real Mac.

Live status of the operator and any subagents it spawned, per conversation or org-wide.

Durable, timestamped history of every operator conversation. Filterable by app and thread, pageable.

Production-ready app icon packs from a plain-language description: every Apple and Android size plus the store marketing sizes. Free, and takes about 30 seconds.

A presigned upload/download pair for passing one file either direction (an.ipa in, an APNs key out).

A short-lived fetch link for direct App Store Connect API reads. The raw token and the org's.p8 never enter the conversation.

- Your organization's operator credentials (App Store Connect API keys,.p8files, Apple sessions) never cross the MCP boundary. Agents delegate the work; the operator holds the keys.
- App-level credentials your app legitimately needs (APNs keys, provisioning profiles, IAP shared secrets) are delivered through expiring artifact slots, never pasted into chat.
- API keys are stored hashed, scoped to one organization, and revocable at any time from
Settings → API keys. Removing a member from the organization invalidates their keys immediately.
- The genuinely irreversible steps, Apple ID sign-in and the final Submit, happen only on the owner's explicit request, never as a side effect.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Share your team's Coding Best Practices with Cursor, VS Code, Claude code, Windsurf, JetBrains IDEs and other coding tools supporting remote MCP connection.

AI-powered semantic search over React documentation for Claude, Cursor, and other MCP clients.

AI-native static site generator with built-in MCP server. Build sites, create content, apply themes, search docs, and deploy via Claude Code or any MCP client.

A universal MCP server that connects to any Storybook site and extracts documentation in real-time using Playwright. Use it with any AI or client that supports MCP (Model Context Protocol)—Cursor, Claude Desktop, Windsurf, or other MCP hosts.

Exposes WebPinch tasks, projects, site audits, and stats as MCP tools/resources/prompts for Claude Code, Cursor, and other MCP clients.

Access WordPress documentation and development tools.

The DataFast MCP server lets MCP-compatible clients such as Codex, Claude Code, and Cursor query your analytics and manage your account through natural language.

Inkrun's remote MCP server lets AI agents like Claude turn Markdown into themed, consistent and reproducible on-brand PDFs with a single tool call

Transform your scattered documentation into AI-ready knowledge that works seamlessly with Claude, Cursor, VS Code, and other AI tools.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.