
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@outseta/admin-mcp-server
Advanced tools
Model Context Protocol (MCP) server for Outseta administration - enables AI assistants to manage your Outseta account through natural language
A Model Context Protocol (MCP) server for interacting with your Outseta account. This server provides AI assistants with the ability to manage your Outseta account through natural language commands.
This MCP server enables AI assistants to help you with common Outseta administrative tasks:
Manage accounts & people:
Explore accounts & people:
Manage billing plans & plan families:
Explore billing plans & plan families:
Preview & change subscriptions:
Explore subscriptions:
Manage email lists & subscriptions:
Explore email lists & subscribers:
This server integrates with MCP-compatible AI assistants to enable natural language management of your Outseta account. The AI assistant will automatically select the appropriate tools based on your requests, handle parameter validation and error checking, and prompt for confirmation before performing destructive operations.
Before setting up the MCP server, ensure you have:
To use this MCP server, you'll need to obtain API credentials from your Outseta account:
yourcompany.outseta.com, your subdomain is yourcompany)Important: Keep these credentials secure
{
"name": "outseta-admin",
"command": "npx",
"args": ["-y", "@outseta/admin-mcp-server"],
"env": {
"OUTSETA_SUBDOMAIN": "your-subdomain",
"OUTSETA_API_KEY": "your-api-key",
"OUTSETA_API_SECRET": "your-api-secret"
}
}
For multiple accounts in Cursor, you can add multiple server configurations in the MCP settings:
[
{
"name": "outseta-production",
"command": "npx",
"args": ["-y", "@outseta/admin-mcp-server"],
"env": {
"OUTSETA_SUBDOMAIN": "yourcompany",
"OUTSETA_API_KEY": "your-production-api-key",
"OUTSETA_API_SECRET": "your-production-api-secret"
}
},
{
"name": "outseta-staging",
"command": "npx",
"args": ["-y", "@outseta/admin-mcp-server"],
"env": {
"OUTSETA_SUBDOMAIN": "yourcompany-staging",
"OUTSETA_API_KEY": "your-staging-api-key",
"OUTSETA_API_SECRET": "your-staging-api-secret"
}
}
]
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"outseta-admin": {
"command": "npx",
"args": ["-y", "@outseta/admin-mcp-server"],
"env": {
"OUTSETA_SUBDOMAIN": "your-subdomain",
"OUTSETA_API_KEY": "your-api-key",
"OUTSETA_API_SECRET": "your-api-secret"
}
}
}
}
You can configure multiple instances of the MCP server to connect to different Outseta accounts simultaneously. This is useful when you manage multiple Outseta accounts or want to separate different environments (production, staging, etc.).
In Claude Desktop's configuration file, you can add multiple server entries:
{
"mcpServers": {
"outseta-client-x: {
"command": "npx",
"args": ["-y", "@outseta/admin-mcp-server"],
"env": {
"OUTSETA_SUBDOMAIN": "client-x-subdomain",
"OUTSETA_API_KEY": "your-production-api-key",
"OUTSETA_API_SECRET": "your-production-api-secret"
}
},
"outseta-client-y": {
"command": "npx",
"args": ["-y", "@outseta/admin-mcp-server"],
"env": {
"OUTSETA_SUBDOMAIN": "client-y-subdomain",
"OUTSETA_API_KEY": "your-staging-api-key",
"OUTSETA_API_SECRET": "your-staging-api-secret"
}
}
}
}
When using this MCP server, keep the following security practices in mind:
Interested in contributing? See CONTRIBUTING.md for development setup and guidelines.
ISC
FAQs
Model Context Protocol (MCP) server for Outseta administration - enables AI assistants to manage your Outseta account through natural language
We found that @outseta/admin-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.