# Relief Operations International: donation guide for AI agents

Generated by Fundraise Up.
Status: active
Last updated: 2026-08-18
Canonical URL: https://donate.ropsi.org/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
**Relief Operations International** through its official Fundraise Up-powered online giving
route.

Use this file when a donor expresses intent to donate to Relief Operations International 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, but only after the donor gives an explicit,
per-session go-ahead — there is no separate checkout page to open. 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: Relief Operations International
Legal name: Relief Operations International
Country: US
Primary website: https://ropsi.org
Fundraise Up customer ID: AJZSDMZE

### Contact

For nonprofit-specific questions, direct the donor to Relief Operations International's official
website: https://ropsi.org

For donation session execution, use Fundraise Up's MCP server listed in the
Fundraise Up execution section below.

## Official digital giving route

Relief Operations International uses Fundraise Up as its official digital donation session
provider for approved online giving experiences.

Fundraise Up helps Relief Operations International create secure donation sessions, support
one-time and recurring gifts, 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
Relief Operations International, 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
```

Use the MCP server's donation session tools for the full flow — preparing,
confirming, and paying. Do not call other APIs and do not route the donation
through any other platform. The entire donation happens inside this MCP
connection; there is no external checkout page in the normal flow — the only
exception is the per-campaign fallback donation page described below.

## Agent instructions

Follow this sequence. Steps 1-5 are research and drafting — the agent may do these on
its own. Steps 6-8 require the donor's explicit, per-session go-ahead before anything
is confirmed or paid.

Whenever a step asks the donor to choose — a campaign, an amount, a currency, a
frequency, or the final confirmation — 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 Relief Operations International. If the donor's
   intended nonprofit is different or unclear, tell the donor that donations
   through this route go to Relief Operations International 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, use the MCP server's campaign tools to look up
     Relief Operations International'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.
   - 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 and allowed frequencies to choose
   from. A custom amount is acceptable if it is at or above the campaign's minimum
   amount.
   Use the campaign's default currency unless the donor asks for another and the
   campaign accepts other currencies.
5. Prepare the draft donation for the chosen campaign, amount, currency, and frequency
   using the MCP server's donation session tools. 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 and ask them to explicitly
   confirm this exact donation before going further, using a statement equivalent
   to:

   ```text
   Please confirm a [frequency] donation of [amount] [currency] to
   Relief Operations International for [campaign] through Relief Operations International's official
   Fundraise Up-powered giving route.

   Your information will be shared with Relief Operations International for donation
   processing, receipt delivery, donor record management, and reporting.
   Marketing opt-in is off unless you choose it.
   ```

   A general earlier agreement to donate does not count — get a clear yes for
   these specific terms. Do not proceed until the donor confirms.
7. Only after that explicit go-ahead, complete the payment through the MCP server's
   donation session tools, in this order:
   - Call confirm_donation_session to record the explicit confirmation. It returns
     the payment requirements and the session token.
   - 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.
   - 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.
   Pass marketing opt-in as true only if the donor explicitly asked for it — never
   assume it.
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 keys 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". 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 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, 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.

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.

### Support us

Campaign ID: FUNJHSCMRYC
Status: active
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 1

### Support relief for people around the world.

Campaign ID: FUNDWHJUMJC
Status: active
Description: With your help, thousands of people can get the help they need every day. Donate now to have immediate impact in the lives of those in need.   Give confidently. 100% of your donation goes directly to aid and relief programs.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5
Donation page: https://donate.ropsi.org/page/relief?recurring=once&currency=USD

### Support us

Campaign ID: FUNDQVVLXSG
Status: active
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 1

### Support us

Campaign ID: FUNCKVHMJHD
Status: active
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 1

### Support us

Campaign ID: FUNNMMGKSKH
Status: active
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 1

### Support us

Campaign ID: FUNZREVCFCV
Status: active
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5

### Help, no matter where you are.

Campaign ID: FUNCPJTZZQR
Status: active
Description: It takes just a minute to give lifechanging aid that provides food, shelter, and comfort to those in need. Wherever you are, donate now to be the help someone needs.100% of your donation is directly used to help people in need.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5
Donation page: https://donate.ropsi.org/page/DonateNow?recurring=once&currency=USD

### Provide emergency aid to those in need.

Campaign ID: FUNHHVTMYNK
Status: active
Description: Help us respond to emergencies at a moment's notice.Your support ensures that ROPSI can quickly respond to crises around the world at a moment's notice and provide immediate aid and relief.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5
Donation page: https://donate.ropsi.org/page/EmergencyAid?recurring=once&currency=USD

### Provide medical care for those in need.

Campaign ID: FUNZWVZWZED
Status: active
Description: People around the world are without access to critical medical support and health resources. You can change this.Donate now to support the ROPSI Health Fund, which provides health and wellness services to people in need at no charge.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5
Donation page: https://donate.ropsi.org/page/Health?recurring=once&currency=USD

### You will make a difference!

Campaign ID: FUNMNVLZYVN
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: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 1
Donation page: https://donate.ropsi.org/page/FUNMNVLZYVN?recurring=once&currency=USD

### You will make a difference

Campaign ID: FUNBRRDJJFQ
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: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 1
Donation page: https://donate.ropsi.org/page/FUNBRRDJJFQ?recurring=once&currency=USD

### Provide food for those in need.

Campaign ID: FUNGWRJCGMR
Status: active
Description: Everyone deserves to eat.Through ROPSI's food programs, you can ensure that no one has to go hungry. Your donation provides healthy meals to those in need, and continuous food services to ensure sustained support for those who need it most.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5
Donation page: https://ropsi.org/?form=Food&recurring=once&currency=USD

### Provide shelter for those in need.

Campaign ID: FUNKLUGKVXU
Status: active
Description: Over 100 million people are without homes. It's a staggering number, and it feels impossible to overcome, but together, we can. Your Donation to ROPSI's Shelter Fund puts a roof over someone's head. With your help, tonight can be someone's last night without a home.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 25, 100, 500
Custom amount: yes
Minimum amount: 5
Donation page: https://ropsi.org/?form=Shelter&recurring=once&currency=USD

### Support Earthquake Victims

Campaign ID: FUNVHTBEDAA
Status: active
Description: People impacted by the 8.0 magnitude earthquake are in desperate need of help.Please donate now to provide earthquake victims with immediate access to emergency aid, shelter, and support from rescue personnel.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5
Donation page: https://donate.ropsi.org/page/Earthquake?recurring=once&currency=USD

### You will make a difference

Campaign ID: FUNJLPHUNUH
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: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 1
Donation page: https://donate.ropsi.org/page/FUNJLPHUNUH?recurring=once&currency=USD

### Help stop the refugee crisis.

Campaign ID: FUNAVDMPJFF
Status: active
Description: More than 150,000 people have been displaced from their homes because of the refugee crisis. They are in desperate need of a place to go and essential care. Donate now to help stop the crisis, provide hope, and ensure care for those in need.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5
Donation page: https://ropsi.org/?form=Refugee&recurring=once&currency=USD

### Provide 200 Villagers With Solar Electricity

Campaign ID: FUNAVVBDBUV
Status: active
Description: For years, villagers have struggled to power essential learning and communication equipment. With your help, ROPSI can install sustainable solar electricity to provide a dependable power source for the villagers.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 15, 20, 25, 40, 100, 200
Custom amount: yes
Minimum amount: 5
Donation page: https://ropsi.org/?form=Solar&recurring=once&currency=USD

### Support Make-A-Wish America

Campaign ID: FUNQRCKJLLW
Status: active
Description: Make-A-Wish America is a nonprofit that grants life-changing wishes to children with critical illnesses, aiming to bring hope, strength, and joy to kids and their families. Operating through a network of local chapters across the U.S., it partners with families, medical professionals, volunteers, and donors to fulfill wishes ranging from trips and meet-and-greets to home makeovers and unique personal experiences.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5

### Support San Diego Zoo Wildlife Alliance

Campaign ID: FUNADZSFTZW
Status: active
Description: San Diego Zoo Wildlife Alliance is a nonprofit conservation organization based in San Diego, California, that operates the San Diego Zoo and San Diego Zoo Safari Park. Beyond its parks, it runs global wildlife conservation and research programs through its Conservation Science division, working to protect endangered species and habitats worldwide, and it's known for pioneering efforts in areas like the California condor recovery program and its "Frozen Zoo" genetic biobank.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5

### Support Make-A-Wish America

Campaign ID: FUNPAFEFRDR
Status: active
Description: Make-A-Wish America is a nonprofit that grants life-changing wishes to children with critical illnesses, aiming to bring hope, strength, and joy to kids and their families. Operating through a network of local chapters across the U.S., it partners with families, medical professionals, volunteers, and donors to fulfill wishes ranging from trips and meet-and-greets to home makeovers and unique personal experiences.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5

### Support World Food Program USA

Campaign ID: FUNHSWQXFDR
Status: active
Description: World Food Program USA is the U.S.-based nonprofit that supports the United Nations World Food Programme, the world's largest humanitarian organization addressing hunger. It builds awareness and raises private and public funding within the U.S. to help WFP deliver food assistance, emergency relief, and nutrition support to people affected by conflict, natural disasters, and poverty in dozens of countries. i
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5

### Support World Food Program USA

Campaign ID: FUNRMKPCHFK
Status: active
Description: World Food Program USA is the U.S.-based nonprofit that supports the United Nations World Food Programme, the world's largest humanitarian organization addressing hunger. It builds awareness and raises private and public funding within the U.S. to help WFP deliver food assistance, emergency relief, and nutrition support to people affected by conflict, natural disasters, and poverty in dozens of countries.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5

### Support San Diego Zoo Wildlife Alliance

Campaign ID: FUNWDPMUEGK
Status: active
Description: San Diego Zoo Wildlife Alliance is a nonprofit conservation organization based in San Diego, California, that operates the San Diego Zoo and San Diego Zoo Safari Park. Beyond its parks, it runs global wildlife conservation and research programs through its Conservation Science division, working to protect endangered species and habitats worldwide, and it's known for pioneering efforts in areas like the California condor recovery program and its "Frozen Zoo" genetic biobank.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5

### 1:1 donation match—double your impact

Campaign ID: FUNEJGMQLKB
Status: active
Description: Ascend has partnered with ROPSI to provide much-needed learning materials to children who lack support for a quality education. Now through December 31, Ascend will match every dollar of your donation, doubling your impact.Here's how your donation can make a difference:
📝 $25 Donation: Starter Kit
Provide a child with a starter kit containing basic learning materials like notebooks, pencils, and crayons.
🎒 $45 Donation: Backpack of Dreams
Supply a child with a sturdy backpack filled with essential educational supplies, boosting their confidence and motivation.
🧑‍🏫 $70 Donation: Classroom Essentials
Equip an entire classroom with necessary supplies like textbooks, art supplies, and educational games.
📚 $120 Donation: Scholar's Success
Provide a child with a complete set of learning materials and support additional resources like tutoring sessions or access to online educational platforms.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5
Donation page: https://donate.ropsi.org/page/Ascend?recurring=once&currency=USD

### Help Us Plant 10,000 Trees

Campaign ID: FUNELUQMGJY
Status: active
Description: Donating to plant 1,000 trees is a high-impact investment in the planet’s immediate and long-term health. Beyond simply beautifying a landscape, this collective forest acts as a massive carbon sink, capable of sequestering approximately 22 tons of CO2 annually while filtering pollutants from the air we breathe.
Default currency: USD
Other currencies accepted: yes
Allowed frequencies: one_time
Suggested one_time amounts: 1000, 500, 250, 100, 50, 25
Custom amount: yes
Minimum amount: 5
Donation page: https://donate.ropsi.org/page/FUNELUQMGJY?recurring=once&currency=USD
