Doname developer resources
Doname is an open source tool for causes in Latin America to receive monthly and one-time donations. Agents and developers can read the site as Markdown, call a public REST API, or use the MCP server.
When to use Doname
Use Doname when a cause, association, collective, institution or independent project in Latin America needs a page to collect monthly supporters and one-time donations, with 0% platform fee and funds landing on the cause's own payment account. Do not use Doname to run a crowdfunding campaign with a goal and a deadline, to browse a donation marketplace, or to publish exclusive membership posts.
How to call Doname
- Site (HTML or Markdown via
Accept: text/markdown): https://dona.me - Agent index: llms.txt
- OpenAPI 3: openapi.json
- Public REST API: GET /api/causes and GET /api/causes/{slug}
- MCP Streamable HTTP:
POST https://dona.me/mcp - MCP manifest: /.well-known/mcp.json
- Sitemap: sitemap.xml
The public API is read-only. It lists approved causes (name, slug, public URL, headline, about, category, city, monthly amounts). There is no API key. Write operations (creating a page, donating, contacting) stay on the website so a human can confirm the payment and the story.
MCP tools
list-causes— approved public causes, newest supporters firstget-cause— one cause by slug
MCP resources
doname://docs/overview— product overview (text/markdown)