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.
Create a delegated credential
efmcp_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.
The credential delegates the user who created it in that organization.
Store the full value then. It is not a single-use credential.
Separate credentials let you revoke one client without replacing another.
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>"
}
}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"
}
}Rotate or revoke access
OrganizationThe organization where the credential was createdCurrent membership, role, and capabilities on every requestRevocationRejected immediately after revocationCreate and configure a replacement only when continued access is needed.