Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.jdhart81/subscriptions

io.github.jdhart81/subscriptions

Verified monthly-seat catalog, account attribution, quota, overage, and MRR infrastructure.

Uptime
100.0%
1 direct probes · 30d
Response
606ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

list_plans

List the versioned monthly-seat catalog, exact prices/coverage, catalog SHA-256, readiness flags, and pending owner-confirmation notice.

get_plan

Get one exact monthly plan and its versioned catalog lineage.

create_account

Create a free account for bearer attribution. The full account key is returned once; only its SHA-256 and last four characters are retained.

create_checkout_link

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 …

record_subscription

Pull-verify a Stripe session/subscription and idempotently activate its exact subscription period. A newly created account receives its key once.

subscription_status

Return bearer-owned subscription lifecycle and current-period quota. The account key is always masked in output.

customer_portal_link

Return a bearer-owned Stripe-hosted billing-portal URL. The human manages or cancels there; this tool never moves money.

usage_summary

Return bearer-owned, period-resolved included and overage usage with exact catalog lineage and conservation totals.

mrr_summary

Return aggregate active live-mode subscription count, MRR minor units, and plan mix. No account or Stripe identifiers are exposed.

describe_agent

Return the fleet-standard version, catalog digest, security posture, lifecycle policy, and capabilities.

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"
    }
  }
}