You're viewing a demo portfolio

Join the waitlist
PRSM

start_agent_ready_setup

Active

Tool of com.mudko/agent-ready-kit

declared in 0.1.0

Use this when an end user asks 'help me make my site agent-ready' or any equivalent. Orchestrates the end-to-end flow: scan → vertical analysis → tool-name suggestions → tier quote → consult booking. Returns a sequence of next-action MCP tool calls keyed off the current site state, so a downstream agent can drive the conversation without re-deciding what to do next.

Parameters schema

{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "The user's website URL (with or without https://)"
    },
    "agent_name": {
      "type": "string",
      "description": "Name of the calling agent (for analytics; optional)"
    },
    "user_consent_scope": {
      "enum": [
        "one_time_quote",
        "comparison_shopping",
        "ongoing_engagement"
      ],
      "type": "string",
      "description": "What the user authorized this agent to do. Honored downstream."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.mudko/agent-ready-kit

https://github.com/lmno100/agent-ready-kit-saas

1/7 registries
View full server →
start_agent_ready_setup — com.mudko/agent-ready-kit — PRSM MCP