Embed Catalog
Every Feed America embeddable surface in one place. Pick a category, copy-paste the snippet, your visitors get free food-help. All free, all CC BY 4.0.
Search widget — for partner sites
Food finder (search by ZIP)
Iframe-embeddable search widget. Use case: hospital discharge planning, library kiosk, social-services site, school counselor page.
<iframe src="https://feedam.org/embed/widget" width="100%" height="500"
style="border:0;max-width:520px" loading="lazy"
title="Find food assistance"></iframe>
Live pantry-status card — for operators
Per-pantry status widget
Compact 420×380 iframe showing live hours, "Open today / Closed today / Low stock" status, phone, and directions for a specific pantry.
<iframe src="https://feedam.org/embed/pantry/12345" width="100%" height="380"
style="border:0;max-width:420px" loading="lazy"
title="Live pantry status"></iframe>
Replace 12345 with your resource ID. Live preview →
Verified badge — for operator websites
"Verified on Feed America" SVG badge
Trust badge for partner pantries to embed on their own homepage / annual report / email signature. SVG scales with width/height attrs.
<a href="https://feedam.org/resource/12345?utm_source=verified-badge"
target="_blank" rel="noopener">
<img src="https://feedam.org/badge/12345.svg"
alt="Verified on Feed America" width="240" height="60">
</a>
Open Graph / social cards
Per-state + per-resource OG cards
Custom 1200×630 SVG cards used as og:image meta. Three flavors:
https://feedam.org/og/state/tx— generic state card ("Food Help in Texas")https://feedam.org/og/atlas/tx— atlas-framed state cardhttps://feedam.org/og/press/tx— press-release-framed state cardhttps://feedam.org/og/resource/12345— per-pantry card with name + city
<meta property="og:image" content="https://feedam.org/og/resource/12345" />
JSON APIs — for developers
Per-pantry JSON
Single-pantry data for mobile apps, custom dashboards, AI agents.
GET https://feedam.org/api/embed/pantry/12345.json
HSDS 3.0 Open Referral feed
Spec-compliant feed for 211 systems, Findhelp, Unite Us, academic research, SDOH platforms.
GET https://feedam.org/hsds/v3/services?per_page=100&page=1
WordPress + AI clients
WordPress plugin
Drop-in Gutenberg block + shortcode for WordPress. Install from the wp.org plugin directory.
wp.org/plugins/feed-america-food-finder →
MCP server (for AI clients)
Anthropic Model Context Protocol server with 7 tools. Discoverable at /.well-known/mcp.json. AI clients (Claude, ChatGPT, Perplexity) can answer food-help questions with structured Feed America data.
Machine-readable catalog
The full catalog is available as JSON: /api/embed/catalog.json. AI clients and partner devs can fetch this once and present every embed option to their users.
Help
For custom embeds (alternate sizes, branded variants, white-label deployments), email partners@feedam.org. Most custom requests are turnaround-able in under a week.
All embeds CC BY 4.0 (WordPress plugin GPL-2.0+). No registration, no API key, no rate limits for read access. Governance · Methodology