
INFO Subscription
Query INFO-Subscription subscriptions and billing data from your agent when debugging churn, invoices, or tenant-specific revenue logic.
Overview
INFO-Subscription MCP is a MCP server for the Grow phase that exposes tools for querying subscriptions and billing data from the INFO-Subscription platform via remote HTTP or a local NuGet server.
What is this MCP server?
- Remote streamable-http MCP on Azure with per-tenant URL variable {tenantId}
- Optional local NuGet package Infosoft.Info.Subscription.Mcp.LocalServer (stdio, dnx)
- Tools focused on querying subscriptions and billing from INFO-Subscription / S4
- Multi-tenant support via GUID tenant identifier when you have more than one tenant
- Package version 2026.5.28.2 listed in server metadata
- Remote catalog version 0.0.1; NuGet package version 2026.5.28.2
- 2 deployment modes: Azure streamable-http remote and NuGet stdio local server
- Tenant URL pattern includes required {tenantId} variable for multi-tenant setups
What problem does it solve?
Your agent cannot see live subscription or billing records, so you keep copying exports from INFO-Subscription when investigating customer or revenue issues.
Who is it for?
Builders already on INFO-Subscription who want agent-assisted subscription and billing lookups during support or analytics work.
Skip if: Teams without an INFO-Subscription tenant, greenfield apps on Stripe-only stacks, or anyone who needs payment capture without the platform.
What do I get? / Deliverables
You can ask your coding agent subscription and billing questions through MCP tools backed by your INFO-Subscription tenant.
- Agent-queryable subscription records from INFO-Subscription
- Billing-oriented answers grounded in platform tools rather than guesses
- Faster lifecycle debugging notes for support or churn analysis
Recommended MCP Servers
Journey fit
Subscription and billing visibility matters after launch when you operate on recurring revenue and customer lifecycle—not during initial prototyping. Lifecycle covers retention, billing events, and subscription state—the core data this MCP server exposes.
How it compares
Finance and lifecycle data MCP connector, not a generic SQL database MCP or marketing analytics skill.
Common Questions / FAQ
Who is INFO Subscription MCP for?
Solo builders and small teams on INFO Subscription who want MCP tools to query subscriptions and billing from their AI coding agent.
When should I use INFO Subscription MCP?
Use it in Grow-phase lifecycle work when you need subscription status, billing context, or tenant-scoped revenue debugging inside the agent.
How do I add INFO Subscription MCP to my agent?
Configure the streamable-http remote with your tenant GUID in the URL, or install the NuGet local server Infosoft.Info.Subscription.Mcp.LocalServer for stdio MCP.