Agent skill · practicalswan
mongodb-atlas-stream-processing
Manages MongoDB Atlas Stream Processing (ASP) workflows. Handles workspace provisioning, data source/sink connections, processor lifecycle operations, debugging diagnostics, and tier sizing. Supports Kafka, Atlas clusters, S3, HTTPS, and Lambda integrations for streaming data workloads and event processing. NOT for general MongoDB queries or Atlas cluster management. Requires MongoDB MCP Server with Atlas API credentials.
What it needs
About 10k tokens when loaded.
What this skill does
MongoDB Atlas Streams Build, operate, and debug Atlas Stream Processing (ASP) pipelines using four MCP tools from the MongoDB MCP Server. Prerequisites This skill requires the MongoDB MCP Server connected with: Atlas API credentials (apiClientId and apiClientSecret) The 4 tools: atlas-streams-discover, atlas-streams-build, atlas-streams-manage, atlas-streams-teardown. All operations require an Atlas project ID. If unknown, call atlas-list-projects first to find your project ID. If MCP tools are unavailable If the MongoDB MCP Server is not connected or the streams tools are missing, see references/mcp-troubleshooting.md for diagnostic steps and fallback options. Tool Selection Matrix atlas-streams-discover — ALL read operations Action Use when -------- ---------- list-workspaces See all workspaces in a project inspect-workspace Review workspace config, state, region list-connections See all connections in a workspace inspect-connection Check connection state, config, health list-processors See all processors in a workspace inspect-processor Check processor state, pipeline, config diagnose-processor Full health report: state, stats, errors get-networking PrivateLink and VPC peering details. Optional: cloudProvider + region to get Atlas account details for PrivateLink setup Pagination (all list actions): limit (1-100, default 20), pageNum (default 1). Response format: responseFormat — "concise" (default for list actions) or "detailed" (default for inspect/diagnose). …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills practicalswan/mongodb-atlas-stream-processing