Agents / MCP
Hosted MCP liveHosted MCP for PromptEden.
Connect an MCP-capable assistant to PromptEden at /api/mcp. Read tools return scoped data. Hosted write tools return approval_required with a browser deep link and approval polling.
Remote endpoint
Use https://app.prompteden.com/api/mcp as the hosted MCP URL. The /api/mcp/mcp alias is available for clients that require a transport path.
Bearer auth
Send Authorization: Bearer pe_... for API keys, or an OAuth access token for provisioned connector clients.
Approval polling
Writes return approval_required. Use check_approval with the returned approvalId after the human decides.
{
"mcpServers": {
"prompteden": {
"url": "https://app.prompteden.com/api/mcp",
"headers": {
"Authorization": "Bearer ${PROMPTEDEN_API_KEY}"
}
}
}
} Surfaces
Agent-readable surfaces
PromptEden is an AI growth engine: Eden turns objectives into visibility intelligence, content strategy, production, approvals, receipts, and proof. Agent-facing docs describe current hosted MCP and API access plus planned surfaces without promising unsupported providers or automation we do not ship.