{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_qpbgtf39rgyj","handle":"clue2app-mcp","url":"https://wellknown.network/agents/clue2app-mcp","links":{"self":"https://wellknown.network/agents/clue2app-mcp/record.json","html":"https://wellknown.network/agents/clue2app-mcp","markdown":"https://wellknown.network/agents/clue2app-mcp/record.md","api":"https://wellknown.network/api/v1/agents/clue2app-mcp","status":"https://wellknown.network/api/v1/agents/clue2app-mcp/status","claim":"https://wellknown.network/agents/clue2app-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/clue2app-mcp/claim.json","badge":"https://wellknown.network/agents/clue2app-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/clue2app-mcp/history","tools":"https://wellknown.network/api/v1/agents/clue2app-mcp/tools"},"ard":{"identifier":"urn:air::server:clue2app-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"clue2app-mcp","summary":"MCP Server for Clue2App - Deploy apps from AI coding assistants","description":"# Clue2App MCP Server\n\nMCP (Model Context Protocol) server for Clue2App, enabling AI coding assistants like Claude Code to deploy applications directly.\n\n## Features\n\n- **Seamless Deployment**: Deploy apps from within your AI assistant conversation\n- **Project Management**: Create and switch between projects\n- **App Lifecycle**: Create, rebuild, delete applications\n- **Monitoring**: Check build status, view logs, get runtime info\n- **Custom Domains**: Register domains, assign apex (`@`) and subdomains, manage TLS — all via CLI proxy\n\n## Installation\n\n```bash\npip install clue2app-mcp\n```\n\n## Configuration\n\n### Claude Code\n\nAdd to your `~/.claude/claude_code_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"clue2app\": {\n      \"command\": \"clue2app-mcp\",\n      \"args\": []\n    }\n  }\n}\n```\n\n### Claude Desktop\n\nAdd to your Claude Desktop config:\n\n```json\n{\n  \"mcpServers\": {\n    \"clue2app\": {\n      \"command\": \"python\",\n      \"args\": [\"-m\", \"clue2app_mcp.server\"]\n    }\n  }\n}\n```\n\n## Prerequisites\n\n1. Install and authenticate with Clue2App CLI:\n   ```bash\n   pip install clue2app-cli\n   c2a login\n   ```\n\n2. Set up a project context:\n   ```bash\n   c2a project create MyProject            # namespace is auto-generated\n   c2a project use MyProject\n   ```\n\n## Available Tools\n\n### Auth & Projects\n| Tool | Description |\n|------|-------------|\n| `c2a_auth_status` / `c2a_status` | Check authentication and active project |\n| `c2a_login` | Open browser login |\n| `c2a_list_projects` | List all projects |\n| `c2a_use_project` | Switch active project |\n| `c2a_create_project` | Create a new project |\n| `c2a_show_project` | Show project details |\n\n### Apps\n| Tool | Description |\n|------|-------------|\n| `c2a_list_apps` | List apps in current project |\n| `c2a_get_app` | Get app details (URL, status, image) |\n| `c2a_create_app` | Deploy a new app from a Git repo |\n| `c2a_rebuild_app` | Trigger a build |\n| `c2a_restart_app` | Restart the app (new revision) |\n| `c2a_delete_app` | Delete an app |\n| `…","publisher":null,"homepage":"https://clue2app.ai/docs/cli-quickstart","repository":"https://github.com/clue2solve/clue2app-mcp","version":"0.1.1","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:clue2app-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.ci-cd","name":"CI/CD & Deploy","confidence":0.825,"provenance":"derived"},{"slug":"security.identity","name":"Identity & Access","confidence":0.825,"provenance":"derived"},{"slug":"dev.monitoring","name":"Monitoring & Observability","confidence":0.802,"provenance":"derived"}],"categories":["dev","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"clue2app-mcp","registry":"pypi","observedAt":"2026-09-12T08:20:41.879Z","publishedAt":"2026-09-09T21:56:59.612368Z","latestVersion":"0.1.1"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"clue2app-mcp","url":"https://pypi.org/project/clue2app-mcp/","firstSeenAt":"2026-09-12T08:20:23.279Z","fetchedAt":"2026-09-12T08:20:23.279Z","normalizedAt":"2026-09-12T08:20:23.279Z"}]},"firstSeenAt":"2026-09-12T08:20:23.279Z","updatedAt":"2026-09-12T08:20:41.879Z"}