← genfeed.ai

INDIVIDUAL MCP TOOL

assign_social_conversation

Assign or unassign a social inbox conversation.

genfeed.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.genfeed.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for assign_social_conversation and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

genfeed.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.genfeed-mcp-server]
url = "https://mcp.genfeed.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "genfeed-mcp-server": {
      "type": "http",
      "url": "https://mcp.genfeed.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: genfeed-mcp-server
Remote MCP URL: https://mcp.genfeed.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "genfeed-mcp-server": {
      "url": "https://mcp.genfeed.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "genfeed-mcp-server": {
      "type": "http",
      "url": "https://mcp.genfeed.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "genfeed-mcp-server",
  "transport": "streamable-http",
  "url": "https://mcp.genfeed.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • analyze_clip_project — Analyze a YouTube video for viral highlights: downloads audio, transcribes, and LLM-detects segments (1 credit).
  • analyze_performance — Analyze recent content performance over the last 30 days.
  • approve_social_draft — Approve a social inbox draft and publish it externally as a reply or DM.
  • archive_knowledge_source — Archive a Knowledge source so it never appears in retrieval again.
  • assign_knowledge_purpose — Change the purpose of a Knowledge source (Brand Truth, Inspiration, Research) and optionally hide it from retrieval.
  • capture_knowledge — Save a page, document or pasted text into the brand Knowledge library and start ingestion.
  • compare_meta_campaigns — Compare performance metrics side-by-side for multiple Meta campaigns
  • control_scheduled_release — Control a scheduled release lifecycle: cancel, pause, resume, or publish now.