Receive grain contract, settlement, and ticket data via the Bushel Fulfillment/Production data feed API.
domain: bushelfulfillment.bushelops.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Get a StaticKeyAuth credential issued by Bushel for your channel
For Bushel Production, direct farmers to the /partner subscription page with partner_slug, partner_id, display_name, and callback_url query params so they opt in
Implement a customer-hosted POST /feed endpoint — Bushel pushes Accounts/Commodity Balances/Contracts/Settlements/Tickets roughly hourly
Return 202 on successful receipt; Bushel retries automatically on 5xx
Use POST /api/v1/channels/{channel_slug}/feeds/{entity_type}/marker to reset the feed marker if retransmission of already-sent records is needed
Known gotchas
This is a push model, not pull/query — your side must host the /feed receiver, Bushel calls you
Marker reset timestamps must be 2016-01-01T00:00:00+00:00 or later
JSON deserialization must tolerate unknown/new fields — Bushel adds backwards-compatible properties without notice
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?