{
  "name": "lead-friendly",
  "description": "Public MCP server for Lead Friendly — an agentic AI calling + CRM platform. Query pricing, industries, and capabilities, or hand off a lead or demo request.",
  "version": "1.0.0",
  "protocol": "mcp",
  "transport": "streamable-http",
  "endpoint": "https://www.leadfriendly.com/api/mcp",
  "authentication": "none",
  "tools": [
    { "name": "get_pricing", "description": "Current subscription plans and prices." },
    { "name": "list_industries", "description": "Industry verticals with a tailored AI agent template." },
    { "name": "check_capability", "description": "Whether Lead Friendly can do a specific job." },
    { "name": "book_demo", "description": "Request a product demo for a prospect; returns a booking link." },
    { "name": "create_lead", "description": "Hand off an interested sales lead to the Lead Friendly team." }
  ],
  "documentation": "https://www.leadfriendly.com/developers",
  "llms_txt": "https://www.leadfriendly.com/llms.txt",
  "contact": "hello@leadfriendly.com"
}
