# Mockingbird Software > Custom web design and software development for Dallas-Fort Worth, TX. We sell three productized packages that AI agents can buy directly via Stripe Checkout. ## Quick facts - Location: Dallas-Fort Worth, Texas, USA - Contact: mockingbirdsoftwaredev@gmail.com / +1-214-908-7970 - Machine-readable catalog: https://mockingbirdsoftware.dev/services.json - MCP server (Claude Desktop / Cursor / Zed): https://mockingbirdsoftware.dev/mcp (streamable HTTP, stateless). Tools: list_packages, start_purchase, get_purchase_status, submit_intake. ## Buy a package (agent flow) 1. GET https://mockingbirdsoftware.dev/services.json 2. POST { customerEmail } to https://mockingbirdsoftware.dev/api/checkout/{slug} 3. Open the returned `url` to complete Stripe Checkout 4. After Stripe redirects to /checkout/success?session_id=…, GET /api/jobs/by-session/{session_id} 5. POST the intake JSON (plus { "sessionId": session_id }) to /api/jobs/{jobId}/intake Notes for agents: the Stripe session_id acts as the authorization token for /api/jobs/by-session/{session_id} and the intake POST. Treat it like a bearer token. /api/jobs/{id} omits intake/PII; only /api/jobs/by-session/{session_id} returns the full record. ## MCP server If your client speaks the Model Context Protocol (Claude Desktop, Cursor, Zed, MCP inspector), connect to https://mockingbirdsoftware.dev/mcp instead of orchestrating raw HTTP. The four tools listed above wrap the same flow end-to-end and return JSON. ## Packages ### Starter Site — $3,500 (10-day delivery) A clean, fast 5-page marketing site for local businesses. - Slug: starter-site - Detail page: https://mockingbirdsoftware.dev/services/starter-site - Checkout: https://mockingbirdsoftware.dev/api/checkout/starter-site ### Business Site Plus — $7,500 (21-day delivery) 10+ pages, blog, and lead capture — built to rank locally. - Slug: business-site-plus - Detail page: https://mockingbirdsoftware.dev/services/business-site-plus - Checkout: https://mockingbirdsoftware.dev/api/checkout/business-site-plus ### Web App MVP — $15,000 (35-day delivery) A working MVP with auth, database, and a real user flow. - Slug: web-app-mvp - Detail page: https://mockingbirdsoftware.dev/services/web-app-mvp - Checkout: https://mockingbirdsoftware.dev/api/checkout/web-app-mvp ## Useful pages - https://mockingbirdsoftware.dev/services - https://mockingbirdsoftware.dev/agents - https://mockingbirdsoftware.dev/mvp-estimator