Connect
Optimize
Secure
The #1 agentic semantic tool search: 91.6% first-try accuracy on S1 Search Bench • Explore Tool Discovery →
Connect your AI agent to StackOne's Auvik MCP server and give it 50 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
Create, read, update, and delete across Auvik — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Auvik MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Auvik tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Auvik call.
Tools Discovery →A Auvik MCP server lets AI agents read and write Auvik data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Auvik MCP server ships with 50 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Auvik's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve a paginated list of monitored devices with their summary inventory info, optionally scoped to specific tenants and filtered by device type, make/model, vendor, online status, last-seen time, and network membership.
Retrieve the summary inventory info for a single device by its unique device ID.
Retrieve a paginated list of devices with their detailed discovery and management attributes, optionally scoped to tenants and filtered by manage status and discovery/protocol status.
Retrieve the detailed discovery and management attributes for a single device by its unique device ID.
Retrieve a paginated list of devices with their extended details for a required device type, optionally scoped to tenants and filtered by modification time, last-seen time, and state-known.
Retrieve the extended details for a single device by its unique device ID.
Retrieve a paginated list of devices with their lifecycle status (sales availability, software/security maintenance, last support), optionally scoped to tenants.
Retrieve the lifecycle status (sales availability, software/security maintenance, last support) for a single device by its unique device ID.
Retrieve a paginated list of devices with their warranty coverage info, optionally scoped to tenants and filtered by coverage status.
Retrieve the warranty coverage info for a single device by its unique device ID.
Retrieve a paginated list of discovered networks with their summary info, optionally scoped to tenants and filtered by network type, scan status, and member devices.
Retrieve the summary info for a single network by its unique network ID.
Retrieve a paginated list of networks with their detailed attributes, optionally scoped to tenants and filtered by network type, scan status, member devices, modification time, and scope.
Retrieve the detailed attributes for a single network by its unique network ID.
Retrieve a paginated list of device interfaces with their summary info, optionally scoped to tenants and filtered by interface type, operational/admin status, and parent device.
Retrieve the summary info for a single interface by its unique interface ID.
Retrieve a paginated list of hardware components (fans, power supplies, sensors, etc.) with their summary info, optionally scoped to tenants and filtered by parent device and status.
Retrieve the summary info for a single hardware component by its unique component ID.
Retrieve a paginated list of backed-up device configurations, optionally scoped to tenants and filtered by device, backup time range, and running/saved state.
Retrieve a single backed-up device configuration by its unique configuration ID.
Retrieve a paginated list of entity audit records (remote access sessions and similar activities), optionally scoped to tenants and filtered by user, category, and status.
Retrieve a single entity audit record by its unique audit ID.
Retrieve a paginated list of notes attached to entities, optionally scoped to tenants and filtered by entity, type, name, and last modifier.
Retrieve a single entity note by its unique note ID.
Retrieve the list of client tenants accessible to the authenticated API user.
Retrieve detailed information for the client tenants under a given primary (parent) tenant domain prefix.
Retrieve detailed information for a single tenant by its unique tenant ID, within a given primary tenant domain prefix.
Retrieve a paginated list of alert history records, optionally scoped to tenants and filtered by alert definition, severity, status, affected entity, dismissed/dispatched state, and detection time.
Retrieve a single alert history record by its unique alert ID.
Dismiss an active alert by its unique alert ID.
Read time-series device performance statistics (bandwidth, CPU, memory, storage utilization, packet counters) for a given statistic type over a time range, optionally scoped to tenants.
Read time-series device availability statistics (availability, outage time, downtime) for a given statistic type over a time range, optionally scoped to tenants.
Read time-series interface performance statistics (bandwidth, utilization, packet counters) for a given statistic type over a time range, optionally scoped to tenants.
Read time-series component statistics (temperature, fan speed, power status) for a given component type and statistic type over a time range, optionally scoped to tenants.
Read SNMP OID monitor statistics, optionally filtered by device and OID and scoped to tenants.
Read time-series cloud service ping statistics (round-trip time, packet loss, packets transmitted/received) for a given statistic type over a time range, optionally scoped to tenants.
Read time-series integer values collected by custom SNMP pollers over a time range, scoped to tenants and optionally filtered by device and poller setting.
Read time-series string values collected by custom SNMP pollers over a time range, scoped to tenants and optionally filtered by device and poller setting.
Retrieve a paginated list of custom SNMP poller settings for given tenants, optionally filtered by device, name, OID, type, use, make/model, vendor, and device type.
Retrieve a single custom SNMP poller setting by its unique poller setting ID.
Retrieve a paginated list of devices that a given SNMP poller setting applies to for given tenants, optionally filtered by online status, last-seen/modification time, device type, make/model, and vendor.
Read billable usage for client tenants over a given date range, optionally scoped to specific tenants.
Read billable usage for a single device over a given date range.
Retrieve the list of Auvik SaaS Management (ASM) clients accessible to the authenticated API user.
Retrieve the SaaS users discovered for a given ASM client.
Retrieve the SaaS applications discovered for a given ASM client, optionally with breach, user, contract, publisher, and access data.
Retrieve the SaaS license assignments for a given ASM client and application, with optional under-utilization and last-login filters.
Retrieve the SaaS application tags for a given ASM client, optionally scoped to a single application.
Retrieve the SaaS security log events for a given ASM client, optionally with related users and applications.
Verify that the configured Auvik API credentials (username and API key) are valid.
One endpoint. Any framework. Your agent is talking to Auvik in under 10 lines of code.
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.