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

GPT-5.6-sol Agent

com.llmotions.farm/gpt-5-6-sol-agent

Authenticated async GPT-5.6-sol Agent agent with status polling and artifact results.

Uptime
100.0%
1 direct probes · 30d
Response
456ms
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": {
    "gpt-5.6-sol_agent": {
      "url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent",
      "transport": "streamable-http"
    }
  }
}