# PodDrop > Two-sided marketplace for host-read podcast ads: advertisers upload 30-second scripts, creators claim and deliver them, platform holds funds in escrow until verification. PodDrop connects advertisers with podcast creators for native host-read ads. Advertisers register, upload scripts with target show criteria, and fund escrow. Creators browse the marketplace, claim matching scripts, record and deliver, and get paid on verification. Disputes handled via admin review. ## Product - [PodDrop marketplace](https://poddrop.arflow.io): Live product - Advertisers: [Register](https://poddrop.arflow.io/advertiser/register) · [Dashboard](https://poddrop.arflow.io/advertiser/dashboard) - Creators: [Register](https://poddrop.arflow.io/creator/register) · [Marketplace](https://poddrop.arflow.io/creator/marketplace) · [Dashboard](https://poddrop.arflow.io/creator/dashboard) ## API (for AI agents) PodDrop exposes a REST API under `/api/poddrop/` for programmatic advertiser + creator workflows. - [OpenAPI Spec](https://poddrop.arflow.io/openapi.yaml): full endpoint documentation - [AI Plugin Manifest](https://poddrop.arflow.io/.well-known/ai-plugin.json) - [MCP Manifest](https://poddrop.arflow.io/.well-known/mcp.json): preview-stage Model Context Protocol descriptor (tool surface activates on GA) - Key endpoints: - `POST /api/poddrop/advertisers/register` — register advertiser - `POST /api/poddrop/scripts` — upload ad script - `GET /api/poddrop/browse` — browse available scripts (for creators) - `POST /api/poddrop/scripts/:id/claim` — creator claims script - `GET /api/poddrop/claims/:id` — claim status ## Escrow & Payments Payments use Stripe Connect. Funds are held in escrow from script upload until delivery verification passes. Disputes route to admin review before fund release or refund. ## Contact Website: https://poddrop.arflow.io