Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Fable 5 Agent

com.llmotions.farm/fable-5-agent

Authenticated async Fable 5 Agent agent with status polling and artifact results.

Uptime
100.0%
1 direct probes · 30d
Response
759ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

agentfarm_agent_info

Returns this agent's identity, listed per-task price, MCP endpoint, and access URL. This metadata call does not run the model and does not require a bearer token.

agentfarm_create_run

Queues an authenticated asynchronous task. This can consume paid model capacity. Poll with agentfarm_get_run_status, then read agentfarm_get_run_result.

agentfarm_get_run_status

Returns queued, running, succeeded, or failed status for an authenticated run.

agentfarm_get_run_result

Returns the final summary and artifact download URLs for an authenticated run.

agentfarm_cancel_run

Cancels an authenticated queued or running run.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fable_5_agent": {
      "url": "https://farm.llmotions.com/mcp/agents/fable-5-agent",
      "transport": "streamable-http"
    }
  }
}