
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
Infosoft.Info.Subscription.Mcp.LocalServer
Advanced tools
s4mcp is a local Model Context Protocol (MCP) server for Infosoft's INFO-Subscription platform.
It runs as a stdio tool and lets AI assistants (Claude Desktop, GitHub Copilot, etc.) query subscriptions, billing, orders, subscribers, and catalogue data directly from your chat interface.
dotnet tool install --global Infosoft.Info.Subscription.Mcp.LocalServer
The only required argument is your INFO-Subscription tenant ID:
s4mcp --tenant <TENANT_ID>
On first run, a browser window opens for B2C sign-in. Tokens are cached for subsequent runs.
Configuration file location:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"s4": {
"command": "s4mcp",
"args": ["--tenant", "<TENANT_ID>"]
}
}
}
Add to your user settings.json:
{
"github.copilot.chat.mcp.servers": {
"s4": {
"command": "s4mcp",
"args": ["--tenant", "<TENANT_ID>"],
"transport": "stdio"
}
}
}
Or add a workspace .vscode/mcp.json:
{
"servers": {
"s4": {
"command": "s4mcp",
"args": ["--tenant", "<TENANT_ID>"],
"type": "stdio"
}
}
}
| Placeholder | Meaning |
|---|---|
<TENANT_ID> | Your INFO-Subscription tenant ID (GUID) |
FAQs
Package Description
We found that Infosoft.Info.Subscription.Mcp.LocalServer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.