Choose a remote MCP connection
In your AI client, choose Streamable HTTP or the equivalent remote MCP server option.
Model Context Protocol
The DoroSocial MCP server lets MCP-compatible agents such as Codex and Claude work directly with your approved DoroSocial brands, content, drafts, schedules, and publishing status without asking users to paste API tokens into chat.
Quickstart
In your AI client, choose Streamable HTTP or the equivalent remote MCP server option.
Enter https://doro.social/mcp. Leave bearer token and custom headers empty unless your organization has a separate gateway policy.
Click Authenticate. DoroSocial opens a secure sign-in and consent screen where you choose which brands the agent may access.
Approve the requested DoroSocial agent capabilities only if the brand selection and account are correct.
MCP is the agent-friendly interface for DoroSocial. It exposes workflows as tools with useful names and structured inputs, so an agent can plan and manage social work without reverse-engineering raw API endpoints.
Most users only need the MCP server URL. MCP clients use OAuth discovery metadata behind the scenes to learn where to authenticate and how to request consent.
MCP endpoint
https://doro.social/mcpProtected resource metadata
https://doro.social/.well-known/oauth-protected-resource/mcpAuthorization server metadata
https://doro.social/.well-known/oauth-authorization-server/oauthMCP is best when a person connects Codex, Claude, or another agent and wants it to inspect context, draft content, and operate through consented DoroSocial tools.
The Public API is best for backend services, scripts, SDKs, and deterministic app-to-app integrations that should authenticate with scoped API tokens.
View API docsLeave it empty for the normal DoroSocial MCP flow. Authentication happens through the OAuth screen after you click Authenticate.
Confirm the URL is exactly https://doro.social/mcp, then retry authentication. If you are testing a local development server, use the matching local URL and make sure that server is running.
Reconnect and select the brand during consent, or review the existing connection from DoroSocial settings.