# subscriptions MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-jdhart81-subscriptions
- Repository: https://github.com/jdhart81/viridis-agent-fleet

## Install
- Endpoint: https://mcp.viridisconservation.com/subscriptions/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.viridisconservation.com/subscriptions/mcp

## Tools
- list_plans - List the versioned monthly-seat catalog, exact prices/coverage, catalog
    SHA-256, readiness flags, and pending owner-confirmation notice. Endpoint: https://mcp.viridisconservation.com/subscriptions/mcp
- get_plan - Get one exact monthly plan and its versioned catalog lineage. Endpoint: https://mcp.viridisconservation.com/subscriptions/mcp
- 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. Endpoint: https://mcp.viridisconservation.com/subscriptions/mcp
- 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 creating a session. Endpoint: https://mcp.viridisconservation.com/subscriptions/mcp
- record_subscription - Pull-verify a Stripe session/subscription and idempotently activate its
    exact subscription period. A newly created account receives its key once. Endpoint: https://mcp.viridisconservation.com/subscriptions/mcp
- subscription_status - Return bearer-owned subscription lifecycle and current-period quota.
    The account key is always masked in output. Endpoint: https://mcp.viridisconservation.com/subscriptions/mcp
- customer_portal_link - Return a bearer-owned Stripe-hosted billing-portal URL. The human
    manages or cancels there; this tool never moves money. Endpoint: https://mcp.viridisconservation.com/subscriptions/mcp
- usage_summary - Return bearer-owned, period-resolved included and overage usage with
    exact catalog lineage and conservation totals. Endpoint: https://mcp.viridisconservation.com/subscriptions/mcp
- mrr_summary - Return aggregate active live-mode subscription count, MRR minor units,
    and plan mix. No account or Stripe identifiers are exposed. Endpoint: https://mcp.viridisconservation.com/subscriptions/mcp
- describe_agent - Return the fleet-standard version, catalog digest, security posture,
    lifecycle policy, and capabilities. Endpoint: https://mcp.viridisconservation.com/subscriptions/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.jdhart81
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 13, 2026
- Source: https://registry.modelcontextprotocol.io
