@opvs-ai/mcp-integrations
v0.1.0
Published
OPVS integrations — scoped MCP server (11 tools). Manage 3rd-party API integration keys (SpiderIQ, Smartlead, etc.)
Maintainers
Readme
@opvs-ai/mcp-integrations
Scoped MCP server for OPVS Integrations — 11 tools for managing third-party API integration keys (SpiderIQ, Smartlead, etc.) with spend tracking and health monitoring.
Install
npm install -g @opvs-ai/mcp-integrationsAuth
Shares ~/.opvs/config.json with @opvs-ai/cli. See @opvs-ai/mcp-agentboard if not yet configured.
Note: Create / update / delete methods require brand-admin role. Regular members get 403. Read methods work for all brand members.
MCP client config
{
"mcpServers": {
"opvs-integrations": {
"command": "opvs-mcp-integrations"
}
}
}What's in it
11 tools:
- Read (all members):
getOverview,listProviders,listIntegrations,getIntegration,getSpend,getProviderSpend - Write (brand admins):
createIntegration,updateIntegration,deleteIntegration,resetUsage,syncBilling
All credentials are returned as previews only (never the full secret). Destructive ops (delete, reset) are scoped to your brand's integrations.
