{
    "_comment": "n8n MCP Client Configuration — Import into n8n v1.104+",
    "_instructions": [
        "1. Add an MCP Client node to your workflow",
        "2. Set MCP URL to: https://services.leadconnectorhq.com/mcp/",
        "3. Transport: HTTP Streamable",
        "4. Auth: Header Auth → Key: Authorization, Value: Bearer $GHL_PIT_TOKEN",
        "5. In your LLM node system prompt, add: The location id is ifitVy09cFwlEVgEAFDS",
        "6. Select the GHL tools you need"
    ],
    "mcp_url": "https://services.leadconnectorhq.com/mcp/",
    "transport": "streamable_http",
    "auth": {
        "type": "header",
        "key": "Authorization",
        "value": "Bearer $GHL_PIT_TOKEN"
    },
    "location_id": "ifitVy09cFwlEVgEAFDS",
    "available_tools": [
        "calendars_get-calendar-events",
        "calendars_get-appointment-notes",
        "contacts_get-all-tasks",
        "contacts_add-tags",
        "contacts_remove-tags",
        "contacts_get-contact",
        "contacts_update-contact",
        "contacts_upsert-contact",
        "contacts_create-contact",
        "contacts_get-contacts",
        "conversations_search-conversation",
        "conversations_get-messages",
        "conversations_send-a-new-message",
        "locations_get-location",
        "locations_get-custom-fields",
        "opportunities_search-opportunity",
        "opportunities_get-pipelines",
        "opportunities_get-opportunity",
        "opportunities_update-opportunity",
        "payments_get-order-by-id",
        "payments_list-transactions",
        "social-media-posting_edit-post",
        "social-media-posting_create-post",
        "social-media-posting_get-post",
        "social-media-posting_get-account",
        "social-media-posting_get-social-media-statistics",
        "social-media-posting_get-posts",
        "blogs_check-url-slug-exists",
        "blogs_get-blog-post",
        "blogs_get-all-categories-by-location",
        "blogs_create-blog-post",
        "blogs_get-all-blog-authors-by-location",
        "blogs_get-blogs",
        "blogs_update-blog-post",
        "emails_fetch-template",
        "emails_create-template"
    ]
}
