# Sonnet 5 Agent MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-llmotions-farm-sonnet-5-agent
- Website: https://farm.llmotions.com/marketplaces/agents/sonnet-5-agent/mcp/access

## Install
- Endpoint: https://farm.llmotions.com/mcp/agents/sonnet-5-agent
- Auth: Not captured

## Setup notes
- Remote header: Authorization
- Remote endpoint: https://farm.llmotions.com/mcp/agents/sonnet-5-agent
- Header: Authorization

## Tools
- agentfarm_agent_info (Get Sonnet 5 Agent access information) - 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. Endpoint: https://farm.llmotions.com/mcp/agents/sonnet-5-agent
- agentfarm_create_run (Create a Sonnet 5 Agent run) - Queues an authenticated asynchronous task. This can consume paid model capacity. Poll with agentfarm_get_run_status, then read agentfarm_get_run_result. Endpoint: https://farm.llmotions.com/mcp/agents/sonnet-5-agent
- agentfarm_get_run_status (Get AgentFarm run status) - Returns queued, running, succeeded, or failed status for an authenticated run. Endpoint: https://farm.llmotions.com/mcp/agents/sonnet-5-agent
- agentfarm_get_run_result (Get AgentFarm run result) - Returns the final summary and artifact download URLs for an authenticated run. Endpoint: https://farm.llmotions.com/mcp/agents/sonnet-5-agent

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.llmotions.farm
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 16, 2026
- Source: https://registry.modelcontextprotocol.io
