io.github.jdhart81/subscriptions
io.github.jdhart81/subscriptionsVerified monthly-seat catalog, account attribution, quota, overage, and MRR infrastructure.
Tools · 10
List the versioned monthly-seat catalog, exact prices/coverage, catalog SHA-256, readiness flags, and pending owner-confirmation notice.
Get one exact monthly plan and its versioned catalog lineage.
Create a free account for bearer attribution. The full account key is returned once; only its SHA-256 and last four characters are retained.
Prepare a Stripe-hosted subscription Checkout URL. It never charges a card. Draft plans, missing owner approval, unavailable covered agents, or missing recurring Price IDs fail closed without …
Pull-verify a Stripe session/subscription and idempotently activate its exact subscription period. A newly created account receives its key once.
Return bearer-owned subscription lifecycle and current-period quota. The account key is always masked in output.
Return a bearer-owned Stripe-hosted billing-portal URL. The human manages or cancels there; this tool never moves money.
Return bearer-owned, period-resolved included and overage usage with exact catalog lineage and conservation totals.
Return aggregate active live-mode subscription count, MRR minor units, and plan mix. No account or Stripe identifiers are exposed.
Return the fleet-standard version, catalog digest, security posture, lifecycle policy, and capabilities.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.jdhart81/subscriptions": {
"url": "https://mcp.viridisconservation.com/subscriptions/mcp",
"transport": "streamable-http"
}
}
}