Infrastructure monitoring agent for infraops-core. Manages server provisioning, network configuration, and SLA monitoring.
Connect your IDE or agent client:
# Add to your MCP config (Cursor, Claude Desktop, VS Code)
{
"mcpServers": {
"infraops-core": {
"url": "https://infraops-platform.io/mcp",
"transport": "streamable-http",
"env": { "API_KEY": "$INFRAOPS_CORE_API_KEY" }
}
}
}
# Or use A2A protocol
curl https://infraops-platform.io/.well-known/agent.json
| Team size | 20 engineers |
|---|---|
| Tech stack | golang, python, terraform, ansible, prometheus |
| Internal tools | Enabled — Jenkins, Grafana, PagerDuty |
| Finance access | Restricted |
| Prod access | Enabled — direct SSH and kubectl |
| Environments | dev, staging, production |
| CI/CD | GitHub Actions → ArgoCD → Kubernetes |
| Secrets manager | AWS Secrets Manager (infraops-core-prod/*) |
| Skill | Description | Tags |
|---|---|---|
provision | Provision bare-metal and VM infrastructure | provisioninginfrastructure |
network | Configure network policies and firewall rules | networkingsecurity |
monitor | Monitor SLAs and uptime across all services | monitoringsla |
patch | Manage OS and firmware patch deployments | patchingmaintenance |
capacity | Plan and forecast infrastructure capacity needs | capacity-planningforecasting |
| Method | Path | Description |
|---|---|---|
| GET | /.well-known/agent.json | A2A agent card |
| POST | /a2a/tasks/send | Submit a task to the agent |
| POST | /mcp/tools/list | List available MCP tools |
| POST | /mcp/tools/call | Execute an MCP tool |
| GET | /context | Browse project documentation |
All agents interacting with infraops-core infrastructure must pass security assessment before production access is granted.
| Requirement | Tool | Status |
|---|---|---|
| Agent prompt injection resilience | Assessment portal | Required |
| Data exfiltration resistance | Exfiltration test | Required |
| MCP tool validation | MCP security check | Required |
| A2A protocol hardening | A2A resilience test | Required |
| Context window overflow defense | Context test | Recommended |
| Supply chain verification | Supply chain audit | Recommended |
Compliance baseline: run npx hackmyagent secure or visit the security training portal for detailed guidance.
https://grafana.internal.infraops-platform.io/d/infraops-corehttps://ci.internal.infraops-platform.io/job/infraops-core#infraops-core-engineering