Agent product surface

MCP for Agents

Vibecodr exposes an agent-facing MCP product surface at `https://openai.vibecodr.space/mcp`. Connect it when you want an MCP client to find public context, help prepare launches, and request supported signed-in actions without handing the agent private platform authority.

Agent-facing MCP gateway and workspace guidance for safe Vibecodr automation.

Implementation focus

Use this guide when connecting an MCP client or designing agent workflows that should stay inside Vibecodr's public product contract.

Expected outcomes

What the MCP gateway is

The Vibecodr MCP gateway is the agent-facing product surface at https://openai.vibecodr.space/mcp. Connect it when you want an MCP client to understand Vibecodr context and help with supported product tasks.

Public tools can read public Vibecodr context. Signed-in tools use your authorized session and stay limited to the actions Vibecodr exposes for agents.

  • Use MCP for public discovery, launch guidance, share copy, metadata help, and controlled authenticated actions.
  • Do not use MCP to bypass the app, read private drafts, inspect secrets, operate storage directly, or receive deployment tokens.
  • The default native surface is Streamable HTTP at /mcp with OAuth-compatible authentication for protected operations.
  • Code Mode is separate and only applies when the MCP client or product flow explicitly enables it.
Remote MCP endpoint text
https://openai.vibecodr.space/mcp

Useful agent workflows

MCP is a good fit for finding public examples, preparing a publish, checking runtime readiness, drafting share copy, and updating live metadata after confirmation.

Keep each step visible to the user. An agent should be able to explain whether it searched public context, prepared a publish, checked readiness, drafted copy, or requested a confirmed change.

  • Ask agents to search public vibes, tags, social previews, and examples before starting a new idea.
  • Use agent help to review dependencies, import status, preview readiness, publish steps, and launch notes before anything goes live.
  • Draft titles, descriptions, changelog notes, and follow-up ideas before applying metadata changes.
  • Public MCP tools do not hand agents private drafts, secrets, raw logs, provider account identifiers, or storage internals.

Where MCP stops

MCP can help coordinate Vibecodr tasks, but it does not replace the product surfaces that own your work. Put browser UI in a vibe, trusted backend behavior in a Pulse, and scheduled or webhook-driven work in automations.

For backend integrations, use the Vibecodr capability that matches the job: env.fetch for policy-aware outbound calls, env.secrets for server-side credentials, and MCP tools for confirmed agent workflows.

  • Use https://openai.vibecodr.space/mcp for ordinary MCP clients.
  • Signed-in actions still depend on your account access and permissions.
  • Generated Code Mode code does not receive tokens, environment variables, or direct deployment wiring.
  • If a workflow needs secrets, storage writes, schedules, or provider calls, model it as a Pulse or automation instead of browser code.

Example and read next

Example: an AI agent needs to publish and inspect Vibecodr work. Connect it to https://openai.vibecodr.space/mcp, use product-shaped native tools by default, and reserve Code Mode for explicitly enabled constrained execution.

Use these related pages when you need the next layer of guidance. They point to the most likely follow-up tasks, not every page that happens to touch the same system.

Related documentation