start_agent_ready_setup
ActiveTool of com.mudko/agent-ready-kit
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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.mudko/agent-ready-kit
https://github.com/lmno100/agent-ready-kit-saas
1/7 registries