Agents / MCP
stdio MCP script livestdio MCP for PromptEden.
Download the local stdio MCP script. Read tools return scoped data. Writes use the same policy, budget, and safety checks as Eden in the app. There is no hosted remote MCP endpoint.
{
"mcpServers": {
"prompteden": {
"command": "node",
"args": ["./prompteden-mcp.mjs"],
"env": { "PROMPTEDEN_API_KEY": "pe_..." }
}
}
}Capabilities
Local stdio script
Download https://prompteden.com/mcp/prompteden-mcp.mjs and run it with PROMPTEDEN_API_KEY. It is a local stdio server, not a hosted remote endpoint.
Bearer auth
Send Authorization: Bearer pe_... for API keys, or an OAuth access token for provisioned connector clients.
Write workflow
Writes return approval_required. Use check_approval with the returned approvalId after the app workflow resolves.
Agent-readable surfaces
Accuracy
PromptEden monitors AI visibility and helps you inspect brand mentions, competitors, and cited sources. Use Eden or your own agent to understand the evidence. Content creation is private to a fixed group of existing subscribers.
Build with PromptEden
stdio MCP for PromptEden.
Download the local stdio MCP script. Read tools return scoped data. Writes use the same policy, budget, and safety checks as Eden in the app. There is no hosted remote MCP endpoint.