# Muscular Dystrophy Association: donation guide for AI agents Generated by Fundraise Up. Status: active Last updated: 2026-09-15 Canonical URL: https://giving.mda.org/agentic-giving.md ## Purpose This file gives AI assistants, search systems, wallets, payment apps, and other digital platforms clear instructions for helping donors donate to **Muscular Dystrophy Association** through its official Fundraise Up-powered online giving route. Use this file when a donor expresses intent to donate to Muscular Dystrophy Association or to support a cause that maps to one of the campaigns below. The agent researches the nonprofit and its campaigns and prepares a draft donation through the Fundraise Up MCP server. Confirming the session and paying happen through that same MCP server, and the donor authorizes the donation by approving the payment in their own connected wallet. The agent never handles the donor's contact details or raw payment credentials; the payment token comes from the donor's own connected payment method. ## Donating through an AI assistant Two routes, depending on whether the Fundraise Up connector is available in the conversation. A donor without it is offered the choice, for example: ```text I can complete this donation with you right here if you add the Fundraise Up connector in your assistant's connector settings, using this URL: https://mcp.fundraiseup.com/mcp No account or sign-in is needed. Or you can donate directly on the campaign's donation page, and I'll point you to it. ``` **With the connector.** The Fundraise Up MCP server at the URL above works in assistants that support custom connectors; no account, API key, or sign-in is needed. Follow the agent instructions below. Donations this way go to Muscular Dystrophy Association only and are one-time; they are recorded in Muscular Dystrophy Association's Fundraise Up account like any donation made on its website. **Without the connector.** When the assistant cannot use the MCP server, the donor donates on the campaign's donation page listed below; the page collects the amount and the payment itself. For a campaign without a donation page, the donor donates on Muscular Dystrophy Association's official website instead. This file is a snapshot. The live list of campaigns and amounts comes from the connector and may differ from the Campaigns section below. ## Organization Public name: Muscular Dystrophy Association Legal name: Muscular Dystrophy Association, Inc. Country: US Primary website: https://www.mda.org/ Fundraise Up organization ID: AJGERPHC ### Contact For nonprofit-specific questions, direct the donor to Muscular Dystrophy Association's official website: https://www.mda.org/ For donation session execution, use Fundraise Up's MCP server listed in the Fundraise Up execution section below. ## Official digital giving route Muscular Dystrophy Association uses Fundraise Up as its official digital donation session provider for approved online giving experiences. Fundraise Up helps Muscular Dystrophy Association create secure donation sessions, route donations to approved campaigns, issue receipts, manage donor consent, attribute donation sources, and sync records with fundraising and CRM systems. When an AI assistant or digital platform helps a donor make a donation to Muscular Dystrophy Association, it must prepare the donation session through the Fundraise Up MCP server before any payment step. Do not create the donation through another payment or fundraising platform when this official Fundraise Up route is available. ## Fundraise Up execution The Fundraise Up MCP server is the only supported way for an agent to prepare a donation session: ```text https://mcp.fundraiseup.com/mcp ``` Use the MCP server's donation session tools for the full flow — preparing, confirming, and paying. Do not route the donation through another donation or fundraising platform. Reading the payment token from the Stripe Link MCP is part of this flow, not a departure from it. The normal flow opens no external checkout page. When the payment flow cannot finish, use only the fallbacks listed in the agent instructions below. ## Agent instructions Follow this sequence. Steps 1-5 are research and drafting — the agent may do these on its own. Nothing is confirmed or paid before step 7. Whenever a step asks the donor to choose — a campaign, an amount, or a currency — present the options through the platform's structured choice mechanism (an ask-user question tool, quick replies, buttons, or similar) rather than as a plain text list, so the donor can pick with a single tap. Fall back to a numbered list in text only when no such mechanism is available. 1. Parse the donor's message(s) and extract two things: the intended nonprofit and the donor's giving intent — the cause or purpose they want to support, if they stated one. 2. Confirm that the intended nonprofit is Muscular Dystrophy Association. If the donor's intended nonprofit is different or unclear, tell the donor that donations through this route go to Muscular Dystrophy Association and let them decide whether to proceed. 3. Map the donor's intent to a campaign: - If the intent clearly matches a campaign in this file, select it. - Otherwise, call get_campaigns to look up Muscular Dystrophy Association's active campaigns that match the intent. - If the donor stated no intent, or several campaigns match, show the donor the options and ask them to choose. - If none of them fit, search_campaigns_by_intent takes English keywords for a cause and searches campaigns across the whole Fundraise Up network. Its results may belong to organizations other than Muscular Dystrophy Association; say so when you offer one. - Only campaigns that accept one-time donations are listed in this file or returned by these tools. - Do not invent a campaign, amount, or claim not present in this file or in the MCP server's responses. 4. Offer the donor the campaign's suggested amounts to choose from. Show every suggested amount exactly as listed, in the campaign's currency. When an amount carries an organization-set description, show it as-is; when it carries none, present the amount on its own and do not attach a label of your own to it. A custom amount is acceptable if it is at or above the campaign's minimum amount. Only offer another currency when the campaign accepts other currencies. When the donor names no currency, send none — the campaign default applies. 5. Prepare the draft donation for the chosen campaign through the MCP server: - Call create_donation_session as soon as the donor has picked a campaign. Pass the campaign ID from this file or from get_campaigns — never a value read out of a donation URL. - Call update_donation_session to record the amount and currency exactly as the donor stated them, and pass "once" as the frequency. Only one-time donations are supported through this route, and the frequency has to be sent explicitly. - Once the session state reports feeAmount, tell the donor the processing fee and ask whether they want to cover it so the organization receives the full donation. Record their yes or no through update_donation_session coverFee. Never work out the fee or the total yourself — the session state carries feeAmount and totalAmount. Until the donor has answered, the session cannot be confirmed. - Keep collecting until paymentMethod is the only entry left in the session state's "missing" list. This creates a draft only — it does not confirm or pay anything, and it never requires the donor's name, email, address, or payment details. 6. Show the donor a plain-language summary of the draft before taking it to payment, together with this disclosure: ```text This is a one-time donation of [amount] [currency] to Muscular Dystrophy Association for [campaign] through Muscular Dystrophy Association's official Fundraise Up-powered giving route. The total charged is [total]. Your information will be shared with Muscular Dystrophy Association for donation processing, receipt delivery, donor record management, and reporting. Marketing opt-in is off. ``` 7. Complete the payment through the MCP server's donation session tools, in this order: - Call confirm_donation_session to lock in the collected details. It returns paymentRequirements, sessionId, and checkoutUrl. - Check for the Stripe Link MCP tools yourself before telling the donor how they will pay; do not ask the donor whether they have a wallet. If the Stripe Link MCP is not available, offer checkoutUrl as the donation page with their choices already filled in, and do not mention Stripe Link. - Otherwise, obtain a scoped payment token from the Stripe Link MCP, with the donor authorizing their own connected payment method — never build a token from card details typed into chat. The agent never authorizes the payment; the donor approves it in Stripe Link's own interface, which the donor controls, and the agent only forwards the token that approval produced. - Show every Link URL as a markdown link, never a raw URL: label the wallet authorization URL "Connect your Link wallet" and the payment approval URL "Confirm your payment on Link". - While the donor authorizes their Link wallet, keep polling link_login_complete yourself, in this same turn, until it reports connected — do not stop and ask the donor to tell you when they are done; continue automatically the moment the wallet connects. Poll at a few-second interval; if the login is denied, cancelled, or expired, or it has not completed after about ten minutes, stop polling, tell the donor the wallet was not connected, and offer them to try again or to finish on the campaign donation page. - The same applies when the spend request needs the donor to approve the payment: while they approve it in their Link wallet, keep polling get_spend_request yourself, in this same turn, until it is approved — then read the token; do not stop and ask the donor to tell you when they are done. Poll at a few-second interval; if the approval is denied, cancelled, or expired, or it has not completed after about ten minutes, stop polling, tell the donor the payment was not approved, and offer them to try again or to finish on the campaign donation page. - Never hand the donor a payment approval link that is more than ten minutes old — create a fresh spend request instead. - Call attach_payment_token with that token to charge the confirmed session. Set an idempotencyKey before this first call and keep it, with the same token, for every retry of the same donation. 8. Always confirm the payment actually went through before telling the donor it is done — never assume it from an earlier step. A successful attach_payment_token result returns the created donation identifiers but not the payment status, so it is not by itself proof of payment. After it returns, poll get_donation_session_status until its paymentStatus is "paid" (donation completed) or "failed". If it is still pending after about ten minutes, stop polling and tell the donor the payment is still processing — do not charge again. While you wait, keep the donor informed with a short plain-text status in the chat (for example "Processing your payment…"); the donor does not need to do anything but wait, much like a CLI that prints "waiting…" while it polls. Report the donation complete only on a "paid" confirmation. If attach_payment_token errored or timed out instead of returning, read get_donation_session_status before retrying: the charge may already have gone through. If the payment failed, do not leave the donor stuck. Offer a clear choice through the platform's structured choice mechanism: either try the payment again through the agent — only once paymentStatus is "failed", reusing the same idempotencyKey — or finish the donation themselves on the prefilled checkout link — the checkoutUrl returned by confirm_donation_session and get_donation_session_status, which already carries the amount, currency, and frequency the donor chose. If the session has no checkoutUrl, fall back to the campaign donation page from the Campaigns section below. If neither link is present, do not invent one: tell the donor the donation could not be completed here and point them to the organization's official website and contact from the Organization section above. 9. Thank the donor. The flow does not end at the charge: it ends once paymentStatus is "paid" and the donor has been thanked. Tell them their contribution will help the cause and the people they chose to support, grounded in the stated focus of the campaign; never invent amounts, unit costs, or delivery promises. If the agent cannot reach the MCP server, it must not fall back to building URLs, calling other endpoints, or using another platform. Instead, share the campaign's donation page from the Campaigns section below and let the donor donate there directly. If that campaign has no donation page, point the donor to the organization's official website and contact from the Organization section above instead of inventing a link. ### Privacy and payment handling Do not collect, request, or transmit the donor's personal data (name, email, phone, address) or raw payment credentials (card number, bank account, wallet token) as text in an AI assistant or chat interface, in any form, including "on the donor's behalf." Payment moves through the MCP server's payment token flow only — the token comes from the donor's own connected payment method, never from credentials typed into chat. Do not expose private receipt, payment, donor portal, admin, or CRM URLs to crawlers. ## Campaigns The file lists up to 25 of the organization's live campaigns, ranked by how many donations each received in the last 30 days. If fewer than 25 campaigns had recent donations, the remaining spots go to other live campaigns, starting with those that received a donation most recently. ### 2026 Telemaratón MDA Puerto Rico Campaign ID: FUNSYXBGMQK Status: active Description: Puedes enviar tu donativo por ATH Móvil. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 40 Custom amount: yes Minimum amount: 5 Donation page: https://giving.mda.org/page/PRTelethon?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Together, We’re #MDAstrong. Campaign ID: FUNKYVAJQKZ Status: active Description: Strong looks different for everyone. This month, we are celebrating the many stories of strength across the MDA community.Join our $500,000 #MDAstrong challenge and your gift will be doubled to power the care, resources, and programs that help people live longer, stronger, and more independently. Because of your generosity, MDA can support people living with neuromuscular disease in practical, meaningful ways:- Helping families find answers- Improving access to expert careFunding research for better therapies- Creating opportunities for connectionDonate today. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 50, 75, 100, 150, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNKYVAJQKZ?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Fuel Support That Evolves with Every Stage of Life Campaign ID: FUNERJEJWCU Status: active Description: Support changes throughout life for people living with neuromuscular diseases. Needs evolve from early diagnosis through childhood, adolescence, and adulthood, bringing new questions, goals, and priorities. MDA offers trusted information, multidisciplinary care, and opportunities that grow with each person—from the Resource Center and MDA Connect to the Care Center Network, MDA Summer Camp, and Let’s Play. Because of your support, people and families can:- Access early answers, guidance, and expert care to navigate what comes next- Build lasting connections and community through peer support and mentorship- Gain confidence through accessible experiences that encourage independenceYour gift ensures resources grow alongside each person’s needs.Give now to strengthen this continuum of support.Thank you for your support. To maximize impact and minimize administrative costs, gifts under $1,000 are applied to MDA's highest priorities and cannot be designated for a specific program or fund.Give now to support independence. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 35, 50, 75, 100, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNERJEJWCU?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Together, We’re #MDAstrong. Campaign ID: FUNJXVFKJLS Status: active Description: Strong looks different for everyone. This month, we are celebrating the many stories of strength across the MDA community.Join our $500,000 #MDAstrong challenge and your gift will be doubled to power the care, resources, and programs that help people live longer, stronger, and more independently. Because of your generosity, MDA can support people living with neuromuscular disease in practical, meaningful ways:- Helping families find answers- Improving access to expert careFunding research for better therapies- Creating opportunities for connectionAs a thank-you for your gift of $50 or more, we’ll send you an exclusive #MDAstrong hooded t-shirt, created to celebrate the strength, connection, and spirit of the MDA community. But, hurry, quantities are limited!Donate today. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 50, 75, 100, 150, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNJXVFKJLS?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Together, We’re #MDAstrong. Campaign ID: FUNZSGJANXL Status: active Description: Strong looks different for everyone. This month, we are celebrating the many stories of strength across the MDA community.Join our $500,000 #MDAstrong challenge and your gift will be doubled to power the care, resources, and programs that help people live longer, stronger, and more independently. Because of your generosity, MDA can support people living with neuromuscular disease in practical, meaningful ways:- Helping families find answers- Improving access to expert careFunding research for better therapies- Creating opportunities for connectionAs a thank-you for your gift of $50 or more, we’ll send you an exclusive #MDAstrong hooded t-shirt, created to celebrate the strength, connection, and spirit of the MDA community. But, hurry, quantities are limited!Donate today. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 35, 50, 75, 100, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNZSGJANXL?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Together, We’re #MDAstrong. Campaign ID: FUNKYALFVZN Status: active Description: Strong looks different for everyone. This month, we are celebrating the many stories of strength across the MDA community.Join our $500,000 #MDAstrong challenge and your gift will be doubled to power the care, resources, and programs that help people live longer, stronger, and more independently. Because of your generosity, MDA can support people living with neuromuscular disease in practical, meaningful ways:- Helping families find answers- Improving access to expert careFunding research for better therapies- Creating opportunities for connectionAs a thank-you for your gift of $50 or more, we’ll send you an exclusive #MDAstrong hooded t-shirt, created to celebrate the strength, connection, and spirit of the MDA community. But, hurry, quantities are limited!Donate today. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 35, 50, 75, 100, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNKYALFVZN?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### #MDAstrong Challenge Campaign ID: FUNVLXRPUQD Status: active Description: Your donation helps MDA support kids and adults living with neuromuscular disease in practical, meaningful ways: helping families find answers, improving access to expert care, funding research for better therapies, and providing programs that help people live longer, stronger, and more independently.As a thank-you for your gift of $50 or more, we’ll send you a limited-edition MDA Strong hooded t-shirt, created to celebrate the strength, connection, and spirit of the MDA community. But, hurry, quantities are limited! Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 35, 50, 75, 100, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNVLXRPUQD?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### End of Year $600k Challenge Campaign ID: FUNECDYRTFY Status: active Description: Your generosity today goes TWICE as far to accelerate research, care, and advocacy for families living with neuromuscular diseases. Make your gift by midnight on December 31 to double your impact and build on 75 years of progress. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 50, 75, 100, 150, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNECDYRTFY?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Fuel Support That Evolves with Every Stage of Life Campaign ID: FUNWWTHDJBV Status: active Description: Support changes throughout life for people living with neuromuscular diseases. Needs evolve from early diagnosis through childhood, adolescence, and adulthood, bringing new questions, goals, and priorities. MDA offers trusted information, multidisciplinary care, and opportunities that grow with each person—from the Resource Center and MDA Connect to the Care Center Network, MDA Summer Camp, and Let’s Play. Because of your support, people and families can:- Access early answers, guidance, and expert care to navigate what comes next- Build lasting connections and community through peer support and mentorship- Gain confidence through accessible experiences that encourage independenceYour gift ensures resources grow alongside each person’s needs.Give now to strengthen this continuum of support.Thank you for your support. To maximize impact and minimize administrative costs, gifts under $1,000 are applied to MDA's highest priorities and cannot be designated for a specific program or fund. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 50, 75, 100, 150, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNWWTHDJBV?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Giving Tuesday $600k Challenge Campaign ID: FUNPSUHKRYU Status: active Description: Your generosity today goes TWICE as far to fuel research, access to care, and advocacy for families living with neuromuscular diseases. Give by midnight on Giving Tuesday, December 2, to double your impact and carry 75 years of progress forward into a stronger future. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 50, 75, 100, 150, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNPSUHKRYU?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Fuel Support That Evolves with Every Stage of Life Campaign ID: FUNNBDDHBCP Status: active Description: Support changes throughout life for people living with neuromuscular diseases. Needs evolve from early diagnosis through childhood, adolescence, and adulthood, bringing new questions, goals, and priorities. MDA offers trusted information, multidisciplinary care, and opportunities that grow with each person—from the Resource Center and MDA Connect to the Care Center Network, MDA Summer Camp, and Let’s Play. Because of your support, people and families can:- Access early answers, guidance, and expert care to navigate what comes next- Build lasting connections and community through peer support and mentorship- Gain confidence through accessible experiences that encourage independenceYour gift ensures resources grow alongside each person’s needs.Give now to strengthen this continuum of support.Thank you for your support. To maximize impact and minimize administrative costs, gifts under $1,000 are applied to MDA's highest priorities and cannot be designated for a specific program or fund. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 50, 75, 100, 150, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNNBDDHBCP?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Your Gift Fuels Progress for Today and Tomorrow Campaign ID: FUNLPDLGQRD Status: active Description: For 75 years, MDA has fueled groundbreaking research, provided access to top-tier care, and strengthened families living with rare neuromuscular diseases. Your donation honors this legacy while making an immediate impact—helping families today and driving discoveries that will shape the future. Celebrate this milestone with a gift that changes lives. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 36, 50, 75, 100, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNLPDLGQRD?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Empowering People Living with Neuromuscular Diseases Campaign ID: FUNTUTZKUJJ Status: active Description: With your gift to the Muscular Dystrophy Association (MDA), you’re funding access to leading-edge clinical care and resources for people living with neuromuscular diseases and their loved ones, and supporting the most promising and innovative research toward breakthrough treatments. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 35, 50, 75, 100, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNTUTZKUJJ?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Giving Tuesday 2026 Campaign ID: FUNKJLZXUDY Status: active Description: Your generosity today accelerates research, care, and advocacy for families living with neuromuscular diseases. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 50, 75, 100, 150, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/GivingTuesday?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Your donation creates more moments of joy for families Campaign ID: FUNHPJHLYRS Status: active Description: With your gift to the Muscular Dystrophy Association (MDA), you’re fueling leading-edge clinical care and resources for people living with ALS and their loved ones, and supporting the most promising and innovative research toward breakthrough treatments.Donate today and make a difference in the lives of people living with ALS.Thank you. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 35, 50, 75, 100, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/EndALSwithMDA?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### #MDAstrong Challenge Campaign ID: FUNRFFVATVH Status: active Description: Your donation helps MDA support kids and adults living with neuromuscular disease in practical, meaningful ways: helping families find answers, improving access to expert care, funding research for better therapies, and providingprograms that help people live longer, stronger, and more independently.As a thank-you for your gift of $50 or more, we’ll send you a limited-edition MDA Strong hooded T-shirt, created to celebrate the strength, connection, and spirit of the MDA community. But, hurry, quantities are limited! Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 35, 50, 75, 100, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNRFFVATVH?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Your Donation Matters! Campaign ID: FUNMXWCEYUH Status: active Description: With your gift to the Muscular Dystrophy Association (MDA), you’re funding leading-edge clinical care and resources for people living with ALS and their loved ones, and supporting the most promising and innovative research toward breakthrough treatments. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 5, 10, 15, 25, 50, 100 Custom amount: yes Minimum amount: 1 Donation page: https://giving.mda.org/page/D14D?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Support Families Like Leah and Ali Campaign ID: FUNKJUBKTRL Status: active Description: For more than a decade, Leah Messer has been advocating for her daughter Ali, who lives with a rare, progressive form of muscular dystrophy. The condition impacts Ali’s muscle strength, mobility, and respiratory function, creating daily challenges that may evolve over time. Despite these challenges, Leah remains focused on helping Ali live as independently and fully as possible—balancing complex medical needs with the everyday experiences of being a teenager.Your support makes a differenceYour donation helps families like Leah’s access essential care and resources, including:- Advancing research toward new treatments and breakthroughs- Providing -specialized medical equipment and mobility support- Expanding therapies that help maintain strength and independence- Connecting families with critical community support and resources“I’m fighting for Ali — I’m going to do everything that she needs done,” Leah says. Join usTogether, we can help families facing muscular dystrophy and related neuromuscular conditions access care, support, and hope for the future.Thank you for your support. To maximize impact and minimize administrative costs, gifts under $1,000 are applied to MDA's highest priorities and cannot be designated for a specific program or fund. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 35, 50, 75, 100, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNKJUBKTRL?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Your donation creates more moments of joy for families Campaign ID: FUNJXCSHJNV Status: active Description: With your gift to the Muscular Dystrophy Association (MDA), you’re fueling leading-edge clinical care and resources for people living with ALS and their loved ones, and supporting the most promising and innovative research toward breakthrough treatments.Donate today and make a difference in the lives of people living with ALS.Thank you. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 35, 50, 75, 100, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNJXCSHJNV?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### 2026 MDA Shamrocks Campaign Campaign ID: FUNBWENXJKW Status: active Description: MDA Shamrocks season is here, and this year’s campaign celebrates the strength and voice of our community. When you make a gift of $45 or more, you’ll receive the limited edition 2026 MDA Shamrocks t-shirt created by artist Matt Plummer, who lives with SMA. His design honors the courage, resilience, and everyday progress shown by people across the neuromuscular community.Your support powers real movement. Every contribution strengthens research momentum, expands access to care, and builds the programs families count on. Your gift strengthens the path forward for all of us and drives the progress families count on. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 50, 75, 100, 150, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNBWENXJKW?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Honoring Judy Heumann Through Action Campaign ID: FUNJFNTKLYM Status: active Description: This Disability Pride Month, I'm honoring the legacy of Judy Heumann — a trailblazer who transformed the disability rights movement and inspired generations of advocates, including me. I even named my dog, Heumann, after her because her impact on our community cannot be overstated. Judy showed us that access, inclusion, and equal opportunity don't happen by accident—they happen when people speak up, organize, and advocate for change. That's why I'm proud to support the Muscular Dystrophy Association's advocacy efforts. MDA works every day to advance policies that improve access to care, protect disability rights, and help people living with neuromuscular diseases lead full and independent lives.Your donation helps ensure that advocacy continues for: -- Access to treatments- Access to air travel- Access to independent living - Access to education - Access to healthcare The fight for access and equality isn't over. Join me in supporting MDA Advocacy and helping move the disability community forward. Thank you for being part of this work. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 35, 50, 75, 100, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNJFNTKLYM?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Empowering People Living with Neuromuscular Diseases Campaign ID: FUNNLNFELDV Status: active Description: With your gift to the Muscular Dystrophy Association (MDA), you’re funding access to leading-edge clinical care and resources for people living with neuromuscular diseases and their loved ones, and supporting the most promising and innovative research toward breakthrough treatments. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 35, 50, 75, 100, 250, 500 Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNNLNFELDV?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Your Donation Matters! Campaign ID: FUNDHEYVHVQ Status: active Description: With your gift to the Muscular Dystrophy Association (MDA), you’re funding leading-edge clinical care and resources for people living with ALS and their loved ones, and supporting the most promising and innovative research toward breakthrough treatments. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 5, 10, 15, 25, 50, 100 Custom amount: yes Minimum amount: 1 Donation page: https://giving.mda.org/page/FUNDHEYVHVQ?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Make Camp Magic Possible Campaign ID: FUNXAMZTELX Status: active Description: For kids living with neuromuscular disease, everyday experiences can come with barriers. At MDA Summer Camp, those barriers fall away.Here, campers are surrounded by a community that understands them. They try new things, build confidence, and form lifelong friendships — all in a safe, fully accessible environment designed just for them.Because of generous donors, MDA Summer Camp is completely free for families, but it takes critical funding to provide:- Trained counselors and medical staff- Adaptive equipment and accessible activities- Supplies for creative, STEM, and outdoor experiences- A place where every child can simply be a kidEvery gift helps power a meaningful part of the camp experience.Your support today helps create a week that transforms lives and builds confidence that lasts all year long.Give now to make camp possible. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 30 (Provides a STEM program kit), 50 (Provides art supplies), 100 (Provides an outdoor adventure) Custom amount: yes Minimum amount: 3 Donation page: https://giving.mda.org/page/FUNXAMZTELX?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Fuel Hope, Change Lives Campaign ID: FUNPUXUNSGB Status: active Description: The Muscular Dystrophy Association is committed to transforming the lives of people living with muscular dystrophy, ALS, and related neuromuscular diseases. Your support is critical for MDA to accelerate innovations in science and care for people to live longer and grow stronger. Donate to empower kids and adults in your local community. Default currency: USD Other currencies accepted: no Allowed frequencies: once Suggested once amounts: 5, 10, 15, 25, 50, 100 Custom amount: yes Minimum amount: 5 Donation page: https://giving.mda.org/page/CITGO_MDA?recurring=once¤cy=USD&utm_source=fundraiseup_agent