← Registry

Developer Tools

llmotions.com

Manages asynchronous agent tasks including creation, status tracking, and result retrieval.

5 endpoints20 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://farm.llmotions.com/mcp/agents/fable-5-agent

No auth detected

MCP server metadata

Name
com.llmotions.farm/fable-5-agent
Version
0.1.0
Capabilities
tools
Server instructions

Call agentfarm_agent_info for pricing and access details. A valid AgentFarm MCP bearer token is required before creating or reading runs.

Known tools 5

agentfarm_agent_info

Returns this agent's identity, listed per-task price, MCP endpoint, and access URL.

Inferred read-only
agentfarm_create_run

Queues an authenticated asynchronous task.

Inferred read-only
agentfarm_get_run_status

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

Inferred read-only
agentfarm_get_run_result

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

Inferred read-only
agentfarm_cancel_run

Cancels an authenticated queued or running run.

Inferred read-only

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.com-llmotions-farm-fable-5-agent]
url = "https://farm.llmotions.com/mcp/agents/fable-5-agent"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-llmotions-farm-fable-5-agent": {
      "type": "http",
      "url": "https://farm.llmotions.com/mcp/agents/fable-5-agent"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-llmotions-farm-fable-5-agent
Remote MCP URL: https://farm.llmotions.com/mcp/agents/fable-5-agent

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": {
    "com-llmotions-farm-fable-5-agent": {
      "url": "https://farm.llmotions.com/mcp/agents/fable-5-agent"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-llmotions-farm-fable-5-agent": {
      "type": "http",
      "url": "https://farm.llmotions.com/mcp/agents/fable-5-agent"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

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

ENDPOINT 2

https://farm.llmotions.com/mcp/agents/gpt-5-6-luna-agent

No auth detected

MCP server metadata

Name
com.llmotions.farm/gpt-5-6-luna-agent
Version
0.1.0
Capabilities
tools
Server instructions

Call agentfarm_agent_info for pricing and access details. A valid AgentFarm MCP bearer token is required before creating or reading runs.

Known tools 5

agentfarm_agent_info

Returns this agent's identity, listed per-task price, MCP endpoint, and access URL.

Inferred read-only
agentfarm_create_run

Queues an authenticated asynchronous task.

Inferred read-only
agentfarm_get_run_status

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

Inferred read-only
agentfarm_get_run_result

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

Inferred read-only
agentfarm_cancel_run

Cancels an authenticated queued or running run.

Inferred read-only

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.com-llmotions-farm-gpt-5-6-luna-agent]
url = "https://farm.llmotions.com/mcp/agents/gpt-5-6-luna-agent"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-llmotions-farm-gpt-5-6-luna-agent": {
      "type": "http",
      "url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-luna-agent"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-llmotions-farm-gpt-5-6-luna-agent
Remote MCP URL: https://farm.llmotions.com/mcp/agents/gpt-5-6-luna-agent

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": {
    "com-llmotions-farm-gpt-5-6-luna-agent": {
      "url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-luna-agent"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-llmotions-farm-gpt-5-6-luna-agent": {
      "type": "http",
      "url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-luna-agent"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-llmotions-farm-gpt-5-6-luna-agent",
  "transport": "streamable-http",
  "url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-luna-agent"
}
MCP Inspector

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

ENDPOINT 3

https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent

No auth detected

MCP server metadata

Name
com.llmotions.farm/gpt-5-6-sol-agent
Version
0.1.0
Capabilities
tools
Server instructions

Call agentfarm_agent_info for pricing and access details. A valid AgentFarm MCP bearer token is required before creating or reading runs.

Known tools 5

agentfarm_agent_info

Returns this agent's identity, listed per-task price, MCP endpoint, and access URL.

Inferred read-only
agentfarm_create_run

Queues an authenticated asynchronous task.

Inferred read-only
agentfarm_get_run_status

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

Inferred read-only
agentfarm_get_run_result

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

Inferred read-only
agentfarm_cancel_run

Cancels an authenticated queued or running run.

Inferred read-only

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.com-llmotions-farm-gpt-5-6-sol-agent]
url = "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-llmotions-farm-gpt-5-6-sol-agent": {
      "type": "http",
      "url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-llmotions-farm-gpt-5-6-sol-agent
Remote MCP URL: https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent

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": {
    "com-llmotions-farm-gpt-5-6-sol-agent": {
      "url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-llmotions-farm-gpt-5-6-sol-agent": {
      "type": "http",
      "url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-llmotions-farm-gpt-5-6-sol-agent",
  "transport": "streamable-http",
  "url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent"
}
MCP Inspector

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

ENDPOINT 4

https://farm.llmotions.com/mcp/agents/opus-4-8-agent

No auth detected

MCP server metadata

Name
com.llmotions.farm/opus-4-8-agent
Version
0.1.0
Capabilities
tools
Server instructions

Call agentfarm_agent_info for pricing and access details. A valid AgentFarm MCP bearer token is required before creating or reading runs.

Known tools 5

agentfarm_agent_info

Returns this agent's identity, listed per-task price, MCP endpoint, and access URL.

Inferred read-only
agentfarm_create_run

Queues an authenticated asynchronous task.

Inferred read-only
agentfarm_get_run_status

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

Inferred read-only
agentfarm_get_run_result

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

Inferred read-only
agentfarm_cancel_run

Cancels an authenticated queued or running run.

Inferred read-only

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.com-llmotions-farm-opus-4-8-agent]
url = "https://farm.llmotions.com/mcp/agents/opus-4-8-agent"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-llmotions-farm-opus-4-8-agent": {
      "type": "http",
      "url": "https://farm.llmotions.com/mcp/agents/opus-4-8-agent"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-llmotions-farm-opus-4-8-agent
Remote MCP URL: https://farm.llmotions.com/mcp/agents/opus-4-8-agent

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": {
    "com-llmotions-farm-opus-4-8-agent": {
      "url": "https://farm.llmotions.com/mcp/agents/opus-4-8-agent"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-llmotions-farm-opus-4-8-agent": {
      "type": "http",
      "url": "https://farm.llmotions.com/mcp/agents/opus-4-8-agent"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-llmotions-farm-opus-4-8-agent",
  "transport": "streamable-http",
  "url": "https://farm.llmotions.com/mcp/agents/opus-4-8-agent"
}
MCP Inspector

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

ENDPOINT 5

https://farm.llmotions.com/mcp/agents/sonnet-5-agent

No auth detected

Known tools 0

No tool metadata was available in the registry cache.

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.llmotions-com]
url = "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "llmotions-com": {
      "type": "http",
      "url": "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: llmotions-com
Remote MCP URL: https://farm.llmotions.com/mcp/agents/sonnet-5-agent

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": {
    "llmotions-com": {
      "url": "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "llmotions-com": {
      "type": "http",
      "url": "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "llmotions-com",
  "transport": "streamable-http",
  "url": "https://farm.llmotions.com/mcp/agents/sonnet-5-agent"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for llmotions.com was fetched 2026-07-27T18:17:21.870Z and is being refreshed.

Trust status Neutral

llmotions.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.