Retrieve Pike13 membership Plans, PersonPlans, and Punch data for tuition autopay tracking
domain: developer.pike13.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
GET the Plans endpoint to list membership/autopay plan definitions configured for the business
GET the Plans for People (PersonPlans) endpoint to see which clients hold which plans and their billing status
GET the Punch endpoint to read punch-card style usage/attendance debited against a client's plan or pack
Cross-reference the Plan Product and Plan Terms endpoints for pricing and term-length details tied to each Plan
Combine with Invoice endpoint data to reconcile autopay charges against plan usage
Known gotchas
Plans, PersonPlans, Punch, Plan Product, and Plan Terms are separate endpoints with their own ids; there is no single billing-summary call, so autopay reconciliation requires multiple round trips
Resource names in responses are pluralized and snake_cased per Pike13's JSON convention, so client models must match that naming exactly
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?