# Maui Food Bank: donation guide for AI agents Generated by Fundraise Up. Status: active Last updated: 2026-09-23 Canonical URL: https://give.mauifoodbank.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 **Maui Food Bank** through its official Fundraise Up-powered online giving route. Use this file when a donor expresses intent to donate to Maui Food Bank 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 Maui Food Bank only and are one-time; they are recorded in Maui Food Bank'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 Maui Food Bank'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: Maui Food Bank Legal name: Maui Food Bank Inc Country: US Primary website: https://mauifoodbank.org/ Fundraise Up organization ID: AGUVKNLM ### Contact For nonprofit-specific questions, direct the donor to Maui Food Bank's official website: https://mauifoodbank.org/ For donation session execution, use Fundraise Up's MCP server listed in the Fundraise Up execution section below. ## Official digital giving route Maui Food Bank uses Fundraise Up as its official digital donation session provider for approved online giving experiences. Fundraise Up helps Maui Food Bank 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 Maui Food Bank, 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 Maui Food Bank. If the donor's intended nonprofit is different or unclear, tell the donor that donations through this route go to Maui Food Bank 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 Maui Food Bank'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 Maui Food Bank; 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 Maui Food Bank for [campaign] through Maui Food Bank's official Fundraise Up-powered giving route. The total charged is [total]. Your information will be shared with Maui Food Bank 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. ### Help Provide Meals for Neighbors in Need Campaign ID: FUNVZLXFVHX Status: active Description: The most compelling thing about hunger is that without food, it's impossible to thrive. We are doing everything we can to keep up with the demand for food, but we can't do it without friends like you.Your support makes it possible for Maui Food Bank to supply thousands of neighbors every month with crucial food assistance and relief from the rising cost of living. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/DONATE?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Donate in honor of National Food Bank Day. Campaign ID: FUNHHSXHEZB Status: active Description: When you take part in National Food Bank Day by making a gift to Maui Food Bank, you’re helping ensure that no one in Maui Nui goes hungry. Every donation allows us to deliver fresh, nutritious food to neighbors who are struggling to put food on the table. Thank you for providing the vital support so many people in Maui, Molokai, and Lanai rely on. Together, we are making an impact—and sharing the gift of hope! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/foodbankday2026?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Make an Impact for your neighbors in need! Campaign ID: FUNLCCLPXYH Status: active Description: Help ensure Maui Food Bank can come alongside individuals and families during difficult times with fresh produce, healthy meals, and other essentials. Your donation will not only provide nourishment; it will also offer encouragement and remind them that they are not alone. Remember, every donation helps provide a healthy meals for a Maui neighbor facing hunger. Thank you! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/impact?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Help fill backpacks with food for hungry keiki. Campaign ID: FUNCAYTHUAK Status: active Description: Your gift will support programs like our Maui Food Bank Aloha BackPack Buddies program, providing kids with the nutritious food they need to grow and thrive — even when school is out. Your donation helps provide nutritious food for a child in need. Please give today. Thank you! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/backpackemailRE?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Help fill backpacks with food for hungry keiki. Campaign ID: FUNGLJCLJYY Status: active Description: Your gift will support programs like our Maui Food Bank Aloha BackPack Buddies program, providing kids with the nutritious food they need to grow and thrive — even when school is out. Every Your donation helps provide nutritious food for a child in need. Please give today. Thank you! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/backpacks?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Battle of the Businesses Campaign ID: FUNCJBWUUFN Status: active Description: Maui Food Bank teams up with 99.9 KISS FM from September 14–25, 2026 for the Annual Battle of the Businesses!This is a fun and friendly competition between small and large businesses on Maui to see which business can collect the most pounds of non-perishable food items or monetary donations for the Maui Food Bank.Donate today and help feed the hungry on Maui by participating in this island-wide community event. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://mauifoodbank.org/?form=FUNCJBWUUFN&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Help feed families as they rebuild their lives. Campaign ID: FUNYQYLRXCT Status: active Description: Your gift will make a difference for our resilient neighbors, family, and friends who have been impacted by the devastating fires. Join Maui Food Bank as we continue to stand alongside our community — providing nourishment, hope, and the promise that no one in our community will go hungry. Every donation helps provide healthy meals for a Maui neighbor facing hunger. Thank you! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/threeyears?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Feed Maui Families Impacted by the Shutdown Campaign ID: FUNFBJZJZCB Status: active Description: The shutdown has left many local families without paychecks — but together, we can make sure no one goes hungry. Your donation will help Maui Food Bank deliver healthy food and hope where it’s needed most. Give today to stand with our Maui ʻohana. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/shutdown?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Your help is urgently needed this summer! Campaign ID: FUNYJSSWGHH Status: active Description: Right now, we are seeing thousands of children and families who are experiencing hunger, and we need your help to meet the demand for meals. You can be a lifeline for our neighbors during this challenging season. Every $1.70 you donate helps provide a meal – and shares hope — with  someone in need. Please give today! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/giveemail?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Welcome to our Virtual Food Drive! Campaign ID: FUNMAPASGPY Status: active Description: The value of the product is based upon the Maui Food Bank’s price per case of each selected item. The products in the Virtual Food Drive are intended to be representative of the types of product that will be purchased with your gift. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 5 Donation page: https://mauifoodbank.org/?form=FUNMAPASGPY&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Make an Impact for your neighbors in need! Campaign ID: FUNBPPJUQHL Status: active Description: Help ensure Maui Food Bank can come alongside individuals and families during difficult times with fresh produce, healthy meals, and other essentials. Your donation will not only provide nourishment; it will also offer encouragement and remind them that they are not alone. Remember, every donation helps provide a healthy meals for a Maui neighbor facing hunger. Thank you! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/impactemailRE?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Help fill backpacks with food for hungry keiki. Campaign ID: FUNLUVVCNZL Status: active Description: Your gift will support programs like our Maui Food Bank Aloha BackPack Buddies program, providing kids with the nutritious food they need to grow and thrive — even when school is out. Your donation helps provide nutritious food for a child in need. Please give today. Thank you! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/backpacksemail?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Feed Maui Families Impacted by the Shutdown Campaign ID: FUNQJAERGQR Status: active Description: The shutdown has left many local families without paychecks — but together, we can make sure no one goes hungry. Your donation will help Maui Food Bank deliver healthy food and hope where it’s needed most. Give today to stand with our Maui ʻohana. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://mauifoodbank.org/?form=FUNQJAERGQR&recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Help Provide Meals for Children in Need Campaign ID: FUNLJRZPPWB Status: active Description: For many of Maui’s kids, when school is out, hunger begins. Kids who are on the free and reduced priced breakfast and lunch program at school might only eat one meal on the weekend when school is not in session.Your donation to Aloha BackPack Buddies will help feed children who are food insecure here in Maui County. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/FUNLJRZPPWB?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Help ensure no child goes hungry this summer. Campaign ID: FUNHFTQXVAY Status: active Description: Every summer, thousands of children face the risk of going hungry without access to free and reduced-price meals at school. Your donation will help fill this urgent gap for parents who can’t afford the two extra meals a day by providing healthy, nutritious food kids need to grow and thrive. Thank you for making a difference for keiki in Maui County! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/urgentemail_0426?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### This Holiday Season, share joy! Campaign ID: FUNARRZGLRE Status: active Description: Every gift makes a vital impact. With support from friends like you, we’re helping families provide meals for their children. We’re showing our neighbors in need what it feels like to have the support of their community.Thank you for responding with compassion, and for sharing joy during the holiday season. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/Joy?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Help Maui Food Bank Care for Neighbors Campaign ID: FUNRJMRWMRE Status: active Description: Maui Food Bank is committed to ensuring no one in Maui County goes hungry — even during an emergency. With your help, we’re able to partner with other organizations to support coordinate disaster response efforts and deliver food and other supplies that can make a lifesaving difference. Your gift today provides vital support that helps us continue caring for our neighbors when they need it the most. Thank you! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/flooding?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Join us to help our neighbors facing hunger. Campaign ID: FUNCRGWZMXD Status: active Description: Your support is vital this summer as we continue to see so much need in our island communities. One in four keiki is at risk of going hungry, and without food, it’s impossible for them to thrive. Please donate today and help provide meals for people in need! Thank you for sharing help and hope. Together we can help create a community without hunger. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/summer2026newsletter?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Help nourish brighter futures for all. Campaign ID: FUNHCEABGSY Status: active Description: At Maui Food Bank, our mission is to help the hungry in Maui County by collecting and distributing food through community partnerships. Your generosity makes this possible! Please join us today with a donation. Your support today will help provide healthy meals—and hope for people facing hunger. Together we can nourish brighter futures for Maui families! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/nourishemailRE?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Help ensure no child goes hungry this summer. Campaign ID: FUNGTTVUAZL Status: active Description: Childhood hunger isn’t just difficult — it’s dangerous. When kids don’t have enough nutritious food, their health and well-being are compromised. The lack of school meals during the summer months makes kids especially vulnerable. But your support can make all the difference by providing kids in need with the nourishing food they need to grow and thrive. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/urgentemail2?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Help nourish brighter futures for all. Campaign ID: FUNEZGQWHGA Status: active Description: At Maui Food Bank, our mission is to help the hungry in Maui County by collecting and distributing food through community partnerships. Your generosity makes this possible! Please join us today with a donation. Your support today will help provide healthy meals—and hope for people facing hunger. Together we can nourish brighter futures for Maui families! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/nourishemail?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Your year-end gift can be doubled! Campaign ID: FUNFCUUCSDX Status: active Description: As the year winds down, will you join us to share the warmth of the season by making a special year-end gift? Every donation between now and December 31 will be matched, up to $31,000, thanks to matching gifts from Nareit Hawaii and Hawaii Edward Jones branch offices. Your gift will go twice as far to help people in Maui County experiencing hunger. Every $1 helps provide 8 meals for our neighbors in need. Thank you! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/yearendLB?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Help make new beginnings possible. Campaign ID: FUNDDRDSJVZ Status: active Description: Join Maui Food Bank in 2026 in coming alongside our friends, family, and neighbors experiencing difficult times, and together we can help them make a fresh start in the new year. Your support today will make a tangible difference, helping provide healthy meals and food assistance to people facing hunger. Thank you for donating and making a real impact in our community! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/hopeemail?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### Your help is urgently needed this summer! Campaign ID: FUNKKSCQUPS Status: active Description: Right now, we are seeing thousands of children and families who are experiencing hunger, and we need your help to meet the demand for meals. You can be a lifeline for our neighbors during this challenging season. Every $1.70 you donate helps provide a meal – and shares hope — with  someone in need. Please give today! Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/give-dm?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent ### This Holiday Season, share joy! Campaign ID: FUNAPSVYQQZ Status: active Description: Every gift makes a vital impact. With support from friends like you, we’re helping families provide meals for their children. We’re showing our neighbors in need what it feels like to have the support of their community.Thank you for responding with compassion, and for sharing joy during the holiday season. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 1000, 500, 250, 100, 50, 25 Custom amount: yes Minimum amount: 10 Donation page: https://give.mauifoodbank.org/page/JoyMatchEmail?recurring=once¤cy=USD&utm_source=fundraiseup_agent_profile&utm_medium=ai_agent