# Mission Aviation Fellowship: donation guide for AI agents Generated by Fundraise Up. Status: active Last updated: 2026-09-04 Canonical URL: https://maf-us.donorsupport.co/agentic-giving.md ## Purpose This file gives AI assistants, search systems, wallets, payment apps, and other digital platforms clear instructions for helping donors give to **Mission Aviation Fellowship** through its official Fundraise Up-powered online giving route. Use this file when a donor expresses intent to donate to Mission Aviation Fellowship 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. ## Organization Public name: Mission Aviation Fellowship Legal name: Mission Aviation Fellowship Country: US Primary website: https://maf.org/ Fundraise Up organization ID: ABLRVZQV ### Contact For nonprofit-specific questions, direct the donor to Mission Aviation Fellowship's official website: https://maf.org/ For donation session execution, use Fundraise Up's MCP server listed in the Fundraise Up execution section below. ## Official digital giving route Mission Aviation Fellowship uses Fundraise Up as its official digital donation session provider for approved online giving experiences. Fundraise Up helps Mission Aviation Fellowship 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 gift to Mission Aviation Fellowship, 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 Mission Aviation Fellowship. If the donor's intended nonprofit is different or unclear, tell the donor that donations through this route go to Mission Aviation Fellowship 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 Mission Aviation Fellowship'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 Mission Aviation Fellowship; 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 Mission Aviation Fellowship for [campaign] through Mission Aviation Fellowship's official Fundraise Up-powered giving route. Your information will be shared with Mission Aviation Fellowship 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 and sessionId. - 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. - 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. - 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 give 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. ### No one too remote for hope! Campaign ID: FUNZXTQUDCN Status: active Description: Millions live so remote they may never hear the gospel—or reach food, medicine, or care.Mission Aviation Fellowship flies the world’s largest mission fleet to bring help and the hope of Jesus Christ. But we can’t keep flying without you.Your gift brings essentials, strengthens local believers, and carries the gospel where no road can go. 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://maf.org/?form=donate&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### We’ll deliver your note to an MAF missionary, and they’ll be touched by your thoughtfulness! Campaign ID: FUNYDFANWPH Status: active Description: But before you go, can we ask you something?MAF missionaries are able to bring help, hope and healing to isolated people who have not yet heard the gospel because our airplanes can fly to some of the most remote places on earth. And we need your support so we can continue this important work. A gift to Mission Aviation Fellowship will support aviation and our pilots who fly Bible translators, local church leaders, and evangelists into some of the hardest-to-reach regions of the world. Because of the support we receive from our generous donors, we’re able to provide life-saving medical evacuations, deliver humanitarian aid, and more! As you might imagine, this unique and ambitious undertaking is not easy or cheap. It requires airplanes, fuel, and equipment—all of which are growing more expensive in our world’s economy. That’s why we need your help. Your gift today ensures that our airplanes can keep flying to:- Deliver missionaries to a remote village to reach someone with the love of Jesus.- Transport someone to receive life-giving surgery or medical care.- Help our experienced pilots deliver disaster relief supplies. Will you support us in our mission to reach the lost with Christ’s love? Please send the love of Jesus to the remote areas of the world by making a tax-deductible gift today. You can make your gift right now using the secure form. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 25, 50, 75, 100, 150, 200 Custom amount: yes Minimum amount: 5 Donation page: https://maf-us.donorsupport.co/page/note-of-encouragement?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Thank you! Check your email for details on how to listen to Jungle Pilot for free. Campaign ID: FUNMEMMKSDB Status: active Description: As you listen, you’ll encounter a powerful story of faith, obedience, and sacrifice. But Nate Saint’s story didn’t end with his death in 1956. His legacy continues today—and your gift helps keep it airborne.When Nate Saint was killed in Ecuador for his faith, the world looked on in shock.What followed was not defeat.God brought redemption. Many members of the Waorani tribe—including those involved in the killings—eventually placed their faith in Jesus Christ. The gospel took root. And mission aviation expanded into unreached, isolated regions around the world.That work continues today through Mission Aviation Fellowship (MAF). Right now, MAF pilots are:  - Flying missionaries into remote villages - Delivering medical care where roads don’t exist - Responding to disasters in isolated regions - Supporting long-term gospel work in some of the world’s hardest places to reachBut these planes don’t fly on inspiration alone. They fly because faithful supporters step in. Without the support of friends like you, our planes can’t leave the airstrip.Your gift today directly supports critical mission aviation work around the world—fuel, maintenance, training, and the pilots who serve on the front lines.Please use the secure form to help ensure that the legacy of Nate Saint continues to fly. 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://maf-us.donorsupport.co/page/jungle-pilot?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### You Will Make a Difference Campaign ID: FUNVZJTCMUQ Status: active Description: Make the world better, kinder, brighter. Every dollar you give will create real change. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 25, 50, 75, 100, 150, 200 Custom amount: yes Minimum amount: 5 Donation page: https://maf-us.donorsupport.co/page/faith-under-fire-support?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Your liturgies are on their way to your inbox! Campaign ID: FUNVNEASFNN Status: active Description: Before you dive in, there’s something you should know about these prayers…You downloaded this prayer collection because you know turbulent times require more than self-reliance or a positive attitude. We need God’s presence. We need the hope of Jesus. We need peace that surpasses all understanding.For people living in isolated communities around the world, turbulence is a part of their daily life.When there’s a medical emergency with no road to the nearest hospital.When a disaster cuts off an already remote village.When people long to hear the hope of the gospel in places few can reach.That is where our missionary pilots serve. That’s where these prayers came from.Mission Aviation Fellowship pilots fly into some of the most remote places in the world to bring help, hope, and healing.When a missionary, doctor, pastor, or aid worker needs safe transportation to a hard-to-reach place, our pilots turn a days-long journey into a short plane ride.You can make this hope a reality by donating to Mission Aviation Fellowship. Will you give today to help carry Christ’s love to isolated people?Your support can help make it possible for MAF aircraft, pilots, mechanics, and staff to serve in places where distance, terrain, and crisis create barriers to hope.Give today to connect isolated people with practical care and the hope of Christ. You can use this secure form to make your donation now. 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://maf-us.donorsupport.co/page/liturgy?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### We’ll deliver your note to an MAF missionary, and they’ll be touched by your thoughtfulness! Campaign ID: FUNEMTHNZKX Status: active Description: But before you go, can we ask you something?MAF missionaries are able to bring help, hope and healing to isolated people who have not yet heard the gospel because our airplanes can fly to some of the most remote places on earth. And we need your support so we can continue this important work. A gift to Mission Aviation Fellowship will support aviation and our pilots who fly Bible translators, local church leaders, and evangelists into some of the hardest-to-reach regions of the world. Because of the support we receive from our generous donors, we’re able to provide life-saving medical evacuations, deliver humanitarian aid, and more! As you might imagine, this unique and ambitious undertaking is not easy or cheap. It requires airplanes, fuel, and equipment—all of which are growing more expensive in our world’s economy. That’s why we need your help. Your gift today ensures that our airplanes can keep flying to:- Deliver missionaries to a remote village to reach someone with the love of Jesus.- Transport someone to receive life-giving surgery or medical care.- Help our experienced pilots deliver disaster relief supplies. Will you support us in our mission to reach the lost with Christ’s love? Please send the love of Jesus to the remote areas of the world by making a tax-deductible gift today. You can make your gift right now using the secure form. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 25, 50, 75, 100, 150, 200 Custom amount: yes Minimum amount: 5 Donation page: https://maf-us.donorsupport.co/page/notes-p2-d?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Keep the Gospel in the Air Campaign ID: FUNDAYADBMD Status: active Description: Millions live so remote they may never hear the gospel—or reach food, medicine, or care. Your monthly gift keeps MAF planes flying year-round to deliver help, strengthen believers, and carry the hope of Jesus Christ where no road can go. 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://maf.org/?form=sustainer&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### NA | Above and Beyond | 2025 Campaign ID: FUNHHCUXHFM Status: active Description: Your exclusive digital book is on its way to your inbox. But before you go, there’s something you should know…Every 16 minutes, another Mission Aviation Fellowship (MAF) pilot takes off somewhere around the world. From a remote runway, their plane carries help, hope, and healing to a community isolated from the outside world.For 80 years, faithful supporters have kept these planes flying. Every flight still depends on people like you who believe that no one should feel beyond the reach of God’s love.Even today, MAF airplanes remain one of the most efficient ways for people living in remote jungles, deserts, and mountains to access lifesaving essentials.You can be part of the mission that began with one plane and now spans the globe. Your gift today will go above and beyond to reach the next isolated community with: - Food and emergency supplies- Doctors and medicine- Bibles and missionaries- The love and message of JesusUse the secure form to give today and reach the next isolated community with help, hope, and healing. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 25, 50, 75, 100, 150, 200 Custom amount: yes Minimum amount: 5 Donation page: https://maf-us.donorsupport.co/page/above-and-beyond?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### We’ll deliver your note to an MAF missionary, and they’ll be touched by your thoughtfulness! Campaign ID: FUNCCCNPJFW Status: active Description: But before you go, can we ask you something?MAF missionaries are able to bring help, hope and healing to isolated people who have not yet heard the gospel because our airplanes can fly to some of the most remote places on earth. And we need your support so we can continue this important work. A gift to Mission Aviation Fellowship will support aviation and our pilots who fly Bible translators, local church leaders, and evangelists into some of the hardest-to-reach regions of the world. Because of the support we receive from our generous donors, we’re able to provide life-saving medical evacuations, deliver humanitarian aid, and more! As you might imagine, this unique and ambitious undertaking is not easy or cheap. It requires airplanes, fuel, and equipment—all of which are growing more expensive in our world’s economy. That’s why we need your help. Your gift today ensures that our airplanes can keep flying to:- Deliver missionaries to a remote village to reach someone with the love of Jesus.- Transport someone to receive life-giving surgery or medical care.- Help our experienced pilots deliver disaster relief supplies. Will you support us in our mission to reach the lost with Christ’s love? Please send the love of Jesus to the remote areas of the world by making a tax-deductible gift today. You can make your gift right now using the secure form. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 25, 50, 75, 100, 150, 200 Custom amount: yes Minimum amount: 5 Donation page: https://maf-us.donorsupport.co/page/notes-p2-c?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Support Every Missionary With Your Gift Campaign ID: FUNNUSFDNGS Status: active Description: Missionaries with Mission Aviation Fellowship (MAF) raise 100% of their support—and every gift flows into Missionary Support, which provides each missionary's monthly paycheck. When support falls short, the pool bridges the gap—keeping pilots flying, teachers serving, and the love of Christ reaching cut-off communities. Will you help support every MAF missionary? 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://maf-us.donorsupport.co/page/Ministry-Pool?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Keep MAF Planes Flying Campaign ID: FUNKLKEAWDW Status: active Description: Safety is key! Help us meet a critical need and keep our planes airworthy. Your gift to MAF’s Plane Maintenance Fund will enable us to complete this year’s projects and ongoing work on our fleet—so we can continue to bring the love of Christ to isolated people. 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://maf-us.donorsupport.co/page/maintaining-mission-p2-b?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Keep MAF Planes Flying Campaign ID: FUNBSQJHSZQ Status: active Description: Safety is key! Help us meet a critical need and keep our planes airworthy. Your gift to MAF’s Plane Maintenance Fund will enable us to complete this year’s projects and ongoing work on our fleet—so we can continue to bring the love of Christ to isolated people. 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://maf.org/?form=plane-maintenance&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Every drop counts. Campaign ID: FUNVWCNQTLX Status: active Description: Fuel powers our lives—from cars to grilling burgers to mowing the lawn—we use it every day. At Mission Aviation Fellowship, fuel means survival for the most isolated. It keeps planes flying so families receive food, patients reach hospitals, and Bibles are delivered. Every drop counts. Will you help fuel our planes? 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://maf.org/?form=every-drop-counts&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Keep MAF Planes Flying Campaign ID: FUNXHKZZYBK Status: active Description: Safety is key! Help us meet a critical need and keep our planes airworthy. Your gift to MAF’s Plane Maintenance Fund will enable us to complete this year’s projects and ongoing work on our fleet—so we can continue to bring the love of Christ to isolated people. 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://maf-us.donorsupport.co/page/maintaining-the-mission?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### No one too remote for hope! Campaign ID: FUNPAWFXQFD Status: active Description: Millions live so remote they may never hear the gospel—or reach food, medicine, or care.Mission Aviation Fellowship flies the world’s largest mission fleet to bring help and the hope of Jesus Christ. But we can’t keep flying without you.Your gift brings essentials, strengthens local believers, and carries the gospel where no road can go. 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://maf-us.donorsupport.co/page/calendar-2027?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### An Unexpected Need in Our Fuel Fund Campaign ID: FUNEPBWYLRY Status: active Description: Fuel prices are rising around the world—and at Mission Aviation Fellowship (MAF), that means an unexpected $480,338 gap in our Fuel Fund. Our planes keep flying, carrying patients to care, Bible translators to isolated communities, and ministry partners who have no other way in. Will you help cover this need? 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://maf.org/?form=fuel-maf&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Join MAF’s Flight Crew Campaign ID: FUNMKDZJKKQ Status: active Description: Holiday laughter brought you to Laughing All the Way —and now your monthly partnership will bring help, hope & healing to isolated people. By joining our Flight Crew community, you help to make it possible for our airplanes to reach those who need critical care and the love of Jesus. A simple way to give regularly that makes a life changing impact for others. 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://maf-us.donorsupport.co/page/laughing-all-the-way?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Until Every Nation Knows Campaign ID: FUNLVSLTAUM Status: active Description: Isolation means more than a lack of clean water or medicine—it means being cut off from the chance to hear about Jesus.Our airplanes make it possible to reach the unreachable, flying into some of the world’s most isolated areas.As 2025 comes to a close, your tax-deductible gift can sustain the airplanes bringing hope to remote communities.Imagine a world when every nation knows about God ... will you partner with us? 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://maf-us.donorsupport.co/page/year-end?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### You can make a difference Campaign ID: FUNCVEDLECC Status: active Description: Let’s work together to make this world a better, brighter and kinder place for all. We appreciate that times are hard, but every dollar you can donate to us will drive our mission, getting help to those who need it most and creating lasting positive change. Every contribution counts, no matter the size! So thank you in advance for your generosity, and for your invaluable support for our organization. Together, we can make great things happen. 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://maf.org/?form=FUNCVEDLECC&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### We’ll deliver your note to an MAF missionary, and they’ll be touched by your thoughtfulness! Campaign ID: FUNLVMWPRPB Status: active Description: But before you go, can we ask you something?MAF missionaries are able to bring help, hope and healing to isolated people who have not yet heard the gospel because our airplanes can fly to some of the most remote places on earth. And we need your support so we can continue this important work. A gift to Mission Aviation Fellowship will support aviation and our pilots who fly Bible translators, local church leaders, and evangelists into some of the hardest-to-reach regions of the world. Because of the support we receive from our generous donors, we’re able to provide life-saving medical evacuations, deliver humanitarian aid, and more! As you might imagine, this unique and ambitious undertaking is not easy or cheap. It requires airplanes, fuel, and equipment—all of which are growing more expensive in our world’s economy. That’s why we need your help. Your gift today ensures that our airplanes can keep flying to:- Deliver missionaries to a remote village to reach someone with the love of Jesus.- Transport someone to receive life-giving surgery or medical care.- Help our experienced pilots deliver disaster relief supplies. Will you support us in our mission to reach the lost with Christ’s love? Please send the love of Jesus to the remote areas of the world by making a tax-deductible gift today. You can make your gift right now using the secure form. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 25, 50, 75, 100, 150, 200 Custom amount: yes Minimum amount: 5 Donation page: https://maf-us.donorsupport.co/page/notes-p2-a?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### You can make a difference Campaign ID: FUNAGLWWEKZ Status: active Description: With your monthly donations as a member of Flight Crew, wrenches will turn, planes will fly, Bibles will be delivered, families will have medicine, and the tangible love of Jesus will be felt.Will you join us in bringing the gospel to the ends of the earth? “For we are co-workers in God’s service.” —1 Corinthians 3:9a 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://maf.org/?form=fc-welcome&recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Join MAF’s Flight Crew Campaign ID: FUNXYAVRGDS Status: active Description: Laughs brought you to Date Night—and now your monthly partnership will bring help, hope & healing to isolated people. By joining our Flight Crew community, you help to make it possible for our airplanes to reach those who need critical care and the love of Jesus. A simple way to give regularly that makes a life changing impact for others. 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://maf-us.donorsupport.co/page/date-night?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Thank you for helping make this Giving Tuesday a success. Campaign ID: FUNGYFWSTEB Status: active Description: Your generosity made a real difference for families in the mountains of Papua and the jungles of Ecuador. Because of you, medicine, educational supplies, and Bibles are reaching people who have no reliable way to access them. You helped not only meet our Giving Tuesday goal but exceed it!Your gift carried the gospel to remote places, brought care to children suffering from malaria, and supported missionaries serving communities where hope is often out of reach.You reflected the love of Jesus in a powerful way. Giving Tuesday has ended, but the need continues. If you want to keep making this kind of impact, you can still give and help keep MAF aircraft flying to isolated people who depend on this lifeline.Your support helps bring help, hope, and healing to people in remote places. 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://maf-us.donorsupport.co/page/giving-tuesday?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### Keep MAF Planes Flying Campaign ID: FUNRCYUYHKH Status: active Description: Safety is key! Help us meet a critical need and keep our planes airworthy. Your gift to MAF’s Plane Maintenance Fund will enable us to complete this year’s projects and ongoing work on our fleet—so we can continue to bring the love of Christ to isolated people. 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://maf-us.donorsupport.co/page/maintaining-mission-p2-a?recurring=once¤cy=USD&utm_source=fundraiseup_agent ### We’ll deliver your note to an MAF missionary, and they’ll be touched by your thoughtfulness! Campaign ID: FUNJRDGHPBY Status: active Description: But before you go, can we ask you something?MAF missionaries are able to bring help, hope and healing to isolated people who have not yet heard the gospel because our airplanes can fly to some of the most remote places on earth. And we need your support so we can continue this important work. A gift to Mission Aviation Fellowship will support aviation and our pilots who fly Bible translators, local church leaders, and evangelists into some of the hardest-to-reach regions of the world. Because of the support we receive from our generous donors, we’re able to provide life-saving medical evacuations, deliver humanitarian aid, and more! As you might imagine, this unique and ambitious undertaking is not easy or cheap. It requires airplanes, fuel, and equipment—all of which are growing more expensive in our world’s economy. That’s why we need your help. Your gift today ensures that our airplanes can keep flying to:- Deliver missionaries to a remote village to reach someone with the love of Jesus.- Transport someone to receive life-giving surgery or medical care.- Help our experienced pilots deliver disaster relief supplies. Will you support us in our mission to reach the lost with Christ’s love? Please send the love of Jesus to the remote areas of the world by making a tax-deductible gift today. You can make your gift right now using the secure form. Default currency: USD Other currencies accepted: yes Allowed frequencies: once Suggested once amounts: 25, 50, 75, 100, 150, 200 Custom amount: yes Minimum amount: 5 Donation page: https://maf-us.donorsupport.co/page/notes-p2-b?recurring=once¤cy=USD&utm_source=fundraiseup_agent