DocsAgentsConnect
Agents

Connect an MCP client

Create a delegated Console MCP credential, configure a trusted client, verify read-only access, and revoke it safely.

On this page

Console MCP is a hosted remote server. You do not need to install a package, clone a server, or expose a local process.

Create a separate credential for each trusted client or environment. The credential is displayed in full after creation and remains valid until you revoke it; it is not a single-use key.

Connection verification is read-only. You do not need to run a workflow, create media, or schedule a post to confirm that the client is connected.

01

Create a delegated credential

Delegated Console MCP credentialefmcp_live_...

Open Console MCP settings in the organization the agent should operate. Create a named credential for one trusted client or environment, then store the value when it is shown.

One organization

The credential delegates the user who created it in that organization.

Displayed after creation

Store the full value then. It is not a single-use credential.

Valid until revoked

Separate credentials let you revoke one client without replacing another.

02

Configure the MCP client

Connect to https://api.entirefeed.com/mcp/ as a hosted Streamable HTTP server. Console provides setup instructions for Claude Code, Codex, Cursor, GitHub Copilot, Windsurf, and other remote MCP clients. Keep the bearer credential in a local-only secret or environment variable.

{
  "name": "entirefeed-console",
  "transport": "streamable-http",
  "url": "https://api.entirefeed.com/mcp/",
  "headers": {
    "Authorization": "Bearer <paste the credential shown after creation>"
  }
}
03

Verify access without spending

Restart or refresh the client, verify that entirefeed-consolecan list tools, then call one read-only guidance tool. No media, workflow run, publishing change, or spend is required.

{
  "tool": "get_console_agent_best_practices",
  "arguments": {
    "topic": "topics"
  }
}
Connection verifiedA successful guidance response is enough. Paid execution remains optional.
04

Rotate or revoke access

OrganizationThe organization where the credential was createdCurrent membership, role, and capabilities on every request
RevocationRejected immediately after revocationCreate and configure a replacement only when continued access is needed.