shipreal.dev
Your AI wrote the app. Nobody wrote the part that keeps it up. This 20 hour course closes that gap.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 4 · Act 0 · Transact 2 · Score: Not yet scored
Tool inspector
get_enrollment_link
Return the ShipReal checkout link and the total for a plan, a seat count and a billing country, without opening anything. Use to answer "what would N seats cost and where do we pay"; the visitor still presses the button to buy.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
plan |
string | yes | complete is the single course, teams is per seat on one invoice. |
seats |
integer | no | Seat count for the teams plan. Ignored for complete. |
country |
string | no | ISO 3166-1 alpha-2 code the buyer pays from, e.g. IL or US. Omit to use this visitor's own country. |
Raw JSON schema
{
"type": "object",
"properties": {
"plan": {
"type": "string",
"enum": [
"complete",
"teams"
],
"description": "complete is the single course, teams is per seat on one invoice."
},
"seats": {
"type": "integer",
"minimum": 1,
"description": "Seat count for the teams plan. Ignored for complete."
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 code the buyer pays from, e.g. IL or US. Omit to use this visitor's own country."
}
},
"required": [
"plan"
],
"additionalProperties": false
}
Similar websites
seqcraft.onrender.com
Inspect plasmids, simulate PCR and restriction digests, compare constructs, and prepare cloning proposals in one exact, private workspace.
lectern.click
Draft a Lectern lesson in the browser. WebMCP agents fill gaps, write sections, and add quiz items on the page you see. Export a student PDF and a .lectern file…
waymark-sable.vercel.app
Learning roadmaps you and your agent build together. Your agent researches and plans; you learn; the path adapts.
cuvo.co
Cuvo is the white label telehealth platform that runs the clinic behind your brand: 50-state providers, pharmacy, software, and compliance. Launch in days.