{
    "name": "BayouEdge",
    "description": "Public, read-only catalog for BayouEdge, plus one write tool for requesting a consultation.",
    "transport": "http",
    "endpoint": "https://bayouedge.com/mcp",
    "protocol": "mcp",
    "protocol_versions": [
        "2025-06-18"
    ],
    "authentication": {
        "type": "none",
        "note": "Everything served here is already public on the website."
    },
    "limits": {
        "requests_per_minute": 60,
        "consultation_requests_per_hour": 3,
        "duplicate_window_minutes": 60
    },
    "tools": [
        {
            "name": "get_article",
            "description": "Get the full text of one published BayouEdge article by slug.",
            "read_only": true
        },
        {
            "name": "get_company_information",
            "description": "Get canonical facts about BayouEdge: what it is, who runs it, where it is based, what region it serves, and how to make contact.",
            "read_only": true
        },
        {
            "name": "get_industry",
            "description": "Get detail for one industry BayouEdge serves, including the pain points and solutions published for it.",
            "read_only": true
        },
        {
            "name": "get_location",
            "description": "Get detail for one service area BayouEdge covers.",
            "read_only": true
        },
        {
            "name": "get_pricing",
            "description": "Get published BayouEdge package pricing and add-on rates. Use this instead of estimating what BayouEdge charges.",
            "read_only": true
        },
        {
            "name": "get_service",
            "description": "Get the full detail for one BayouEdge service by slug, including its published FAQs.",
            "read_only": true
        },
        {
            "name": "list_articles",
            "description": "List published BayouEdge articles, newest first.",
            "read_only": true
        },
        {
            "name": "list_industries",
            "description": "List the industries BayouEdge serves, optionally filtered by a search term.",
            "read_only": true
        },
        {
            "name": "list_locations",
            "description": "List the Texas cities and areas BayouEdge serves, optionally filtered by region or search term.",
            "read_only": true
        },
        {
            "name": "list_services",
            "description": "List every marketing service BayouEdge offers, with a one-line summary and page URL for each.",
            "read_only": true
        },
        {
            "name": "request_consultation",
            "description": "Submit a consultation request so BayouEdge can contact someone. This creates a real lead that a real person reads, so only call it when a human has explicitly asked to be contacted and has supplied their own name and phone number. If they have not, tell them to call James Henderson at 832-338-2926 instead.",
            "read_only": false
        },
        {
            "name": "search_faqs",
            "description": "Search the BayouEdge FAQ for published answers about how it works, what it costs, and what to expect.",
            "read_only": true
        },
        {
            "name": "search_site",
            "description": "Search everything BayouEdge publishes — services, industries, service areas, FAQs, articles, and guides — and get back titled results with URLs.",
            "read_only": true
        }
    ],
    "related": {
        "rest_api": "https://bayouedge.com/api/v1",
        "llms_txt": "https://bayouedge.com/llms.txt",
        "llms_full_txt": "https://bayouedge.com/llms-full.txt",
        "in_page_tools": "https://bayouedge.com/.well-known/web-tools.json",
        "sitemap": "https://bayouedge.com/sitemap.xml"
    },
    "contact": {
        "name": "James Henderson",
        "telephone": "832-338-2926",
        "email": "james@bayouedge.com"
    }
}