com.bridgetoagent/ai-readiness
Official2 toolsBridgeToAgent — AI Readiness
Is a website ready for AI shopping agents? Readiness score (0-100) + agent shopping simulation.
Evaluates website readiness for AI shopping agents with scoring and simulation testing.
Captured live from the server via tools/list.
check_ai_readiness
Check whether a website or online store is ready for AI agents — whether assistants like ChatGPT, Claude, and Perplexity can read it, recommend it, and act on it. Returns an AI-readiness score (0–100) and which agent-readiness files the site exposes (agents.json, llms.txt, agent-instructions.md, structured data). Use this when a user asks if their store/site is AI-ready, visible to AI, or ready for AI shopping.
Parameters (1)
- urlstringrequired
The store's URL or domain, e.g. 'example.com' or 'https://example.com'.
simulate_agent_shopping
Send an AI shopping agent at a store and report, task by task, what it can and can't do autonomously — understand the catalog, find a product, add to cart, find the return policy, complete checkout — grounded in the real signals the site exposes. Returns the agent's first-person verdict and where it gets stuck. Use this when a user wants to SEE how an AI agent would experience shopping their (or any) store.
Parameters (1)
- urlstringrequired
The store's URL or domain, e.g. 'example.com' or 'https://example.com'.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"ai-readiness": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.bridgetoagent.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.