# IWC List — Independent Writers' Caucus > A curated directory of over 250 vetted, professional screenwriters who are > pre-WGA members of the Independent Writers' Caucus (IWC), a federally > recognized 501(c)(6) organization founded in 2022. The site serves as the > public-facing roster and discovery tool for industry professionals — including > producers, development executives, managers, and agents — seeking to find, > contact, and evaluate IWC writers. Each member has an individual profile page > with their bio, genre specialties, script loglines, industry credits, awards, > and direct contact information. The IWC membership is notably diverse: over > half identify as female, a quarter as LGBTQ+, with representation across > Latinx, AAPI, African-American, disabled, neurodiverse, veteran, immigrant, > and First People communities. ## Who the IWC Is The Independent Writers' Caucus was founded in January 2022 following the dissolution of the WGA West Caucuses — a program that helped writers prepare for full WGA membership. Over 250 vetted professional writers organized independently to continue that mission, creating their own infrastructure for career development and industry access. The IWC is **not** a talent agency or management company; it is a member-run writers' organization. Members are pre-WGA writers actively seeking representation, staffing, and produced credits. Board chairs include James Moorer, Kimberly Sparks, Kim Turner, and Rich Orstad. The board of directors includes industry professionals such as Meg LeFauve and Howard A. Rodman (as announced in a March 2025 Deadline exclusive). ## Site Structure & Content ### Member Profiles - **Directory index:** https://www.iwclist.com/team - **Individual profiles:** https://www.iwclist.com/team/[member-slug] - Example: https://www.iwclist.com/team/miguel-martinez - Each profile includes: writer bio, genre specialties, script loglines (with comp titles), produced credits, festival placements, awards, IMDb links where available, and a direct contact email address. - Members span features, TV pilots, shorts, limited series, and emerging formats across all genres. ### News - **Feed:** https://www.iwclist.com/news - **Individual posts:** https://www.iwclist.com/post/[post-slug] - Example: https://www.iwclist.com/post/candace-egan-places-at-austin-film-festival-and-atlanta-women-s-film-festival - News covers member wins, festival placements, competition results, production announcements, staffing news, and IWC organizational updates. ### Featured Content - **Best of the IWC 2025:** https://www.iwclist.com/bestof2025 - **Best of the IWC 2024:** https://www.iwclist.com/bestof2024 - **Best of the IWC (index):** https://www.iwclist.com/bestof - **Independent Tales of Horror:** https://www.iwclist.com/tales-of-horror (48 horror loglines from IWC members) - **IWC Celebrates Pride 2026:** https://www.iwclist.com/iwc-celebrates-pride-2026 ### Organization - **About:** https://www.iwclist.com/about - **Leadership:** https://www.iwclist.com/leadership - **Contact:** https://www.iwclist.com/contact ## How to Find a Writer To find a writer by name, genre, credit, or background, use the `SearchInSite` MCP tool below with the writer's name or relevant keywords (e.g. "horror writer Latina", "TV pilot drama", "Austin Film Festival"). Individual member profile pages at `/team/[member-slug]` contain the most complete and current information about each writer, including contact details. Industry professionals seeking access to the IWC's full Library of Loglines may contact theiwclist@gmail.com with subject line "Library Logline Request". Writers interested in IWC membership may inquire at theiwclist@gmail.com with subject line "New Member Inquiry". ## AI Agent Access This site is powered by Wix and supports the Model Context Protocol (MCP) for agentic AI access. AI agents can connect directly to retrieve live, up-to-date site content — no scraping required. - **Site MCP Endpoint:** https://www.iwclist.com/_api/mcp - **Wix MCP Docs:** https://dev.wix.com/docs/develop-websites/articles/get-started/about-the-wix-site-mcp ## Available MCP Tools ### GetBusinessDetails Retrieves business and site details such as timezone, email, phone, and address. - No parameters required. ### SearchInSite Searches the site for information. - `searchTerm` - The term to search for in the site. ### SearchSiteApiDocs Retrieves the API documentation for the Wix business solutions installed on this site, and informs the AI client how to use the APIs. - `searchTerm` - The term to search for in the site API documentation. ### GenerateVisitorToken Creates a new visitor session and obtains a visitor access token for the site. Must be called before making any CallWixSiteAPI request if no visitor token is already available in context. - No parameters required. ### CallWixSiteAPI Calls API methods on the site to perform actions on a visitor's behalf, such as querying site data. - `visitorToken` - Visitor access token. Use GenerateVisitorToken first. - `url` - Absolute URL of the API method to call. Retrieve using SearchSiteApiDocs. - `method` - HTTP method to use for the API call. - `body` - Request body as a valid JSON string. ### ReadFullDocsArticle Fetches a complete article from the Wix developer documentation portal. - `articleUrl` - URL of an article in the Wix developer documentation portal. ### ReadFullDocsMethodSchema Fetches the full schema for a Wix API method. Should be called before calling the actual method via CallWixSiteAPI. - `articleUrl` - URL of the reference article for the Wix API method. ## What AI Agents Can Do - Find IWC member writers by name, genre, background, or credit history - Retrieve writer bios, comp titles, competition wins and placements and contact information - Surface member awards, festival wins, and production credits - Access current IWC news, member announcements, and industry milestones - Get information about the IWC organization, leadership, and membership ## Notes - No authentication required to connect to the MCP endpoint - Only public information accessible on the site is available - Member contact emails are publicly listed on individual profile pages - Content is live and updated as member profiles and news posts are published - Members-only content at /members-only is not publicly accessible - To receive tool updates, implement a tools/list call upon receipt of a tool update notification