Zain Ahmed Platform MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Zain Ahmed Platform MCP ServerCalculate projected FinOps savings for our $45,000 monthly AWS spend"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Zain Ahmed Platform MCP Server
Official Model Context Protocol (MCP) server for Zain Ahmed's verified multi-cloud production systems, SRE blueprints, 5x cloud credentials, and FinOps advisory.
This server connects autonomous AI agents (Claude Code, Cursor, Windsurf, Roo Code, Antigravity) directly to Zain Ahmed's cloud engineering platform. It enables agents to inspect verified cloud architectures, calculate projected FinOps cost savings, search technical runbooks, and dispatch encrypted consultation inquiries.
Prerequisites
Node.js:
>= 18.0.0MCP Client: Claude Desktop, Cursor IDE, Windsurf, Roo Code, Antigravity, or any JSON-RPC 2.0 compliant host
Zero External Dependencies: Standalone stdio binary runs with pure Node.js built-ins
Related MCP server: ProofFlow MCP Server
Quickstart
1. 1-Click Installation via Smithery
Install automatically for your preferred AI client through Smithery:
Claude Desktop:
npx -y @smithery/cli install @zainahmed-net/mcp-server --client claudeCursor IDE:
npx -y @smithery/cli install @zainahmed-net/mcp-server --client cursor2. Manual Client Configuration
Claude Desktop
Add this configuration to your claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"zainahmed": {
"command": "npx",
"args": ["-y", "@zainahmed.net/sdk", "mcp"]
}
}
}Or run the local repository binary directly:
{
"mcpServers": {
"zainahmed": {
"command": "node",
"args": ["/absolute/path/to/mcp-server/bin/index.js"]
}
}
}Cursor IDE
Add this to .cursor/mcp.json in your workspace or through Cursor Global Settings:
{
"mcpServers": {
"zainahmed": {
"command": "npx",
"args": ["-y", "@zainahmed.net/sdk", "mcp"]
}
}
}Remote Streamable HTTP (No Node.js Required)
If your client supports remote HTTP/SSE transports, connect directly to the hosted endpoints:
{
"mcpServers": {
"zainahmed-operations": {
"url": "https://zainahmed.net/mcp"
},
"zainahmed-docs": {
"url": "https://zainahmed.net/mcp/docs"
}
}
}Available Tools
Tool Name | Mode | Arguments | Description |
| Read |
| Returns verified platform profile, certifications, and contacts. |
| Read |
| Returns competency matrices across cloud, containers, devsecops, and mlops. |
| Read | None | Returns verified credentials across AWS, Azure, GCP, and OCI. |
| Read |
| Lists enterprise case studies, tech stacks, and quantifiable business outcomes. |
| Read |
| Lists technical publications, SRE blueprints, and architectural RFCs. |
| Read |
| Full-text semantic search across case studies and architecture documentation. |
| Read |
| Returns advisory consulting retainers, fractional scopes, and service tiers. |
| Read |
| Computes projected 30% to 40% cost reductions from Karpenter, spot, and Graviton. |
| Write |
| Dispatches an encrypted engineering inquiry directly to Zain Ahmed. |
| Read |
| Searches system runbooks, API guides, and versioning specifications. |
| Read |
| Retrieves full markdown documentation for any platform topic or API guide. |
Example Agent Prompts
Once configured, AI coding assistants can answer technical queries using live server data:
"What multi-cloud certifications does Zain Ahmed hold, and what are their verification IDs?"
"Calculate our estimated monthly cloud savings if our current AWS spend is $45,000/month."
"Search Zain's knowledge base for production Karpenter nodepool and autoscaling patterns."
"Retrieve the architectural case study on the multi-tenant Kubernetes platform migration."
"Dispatch a message to Zain requesting an architectural review for our Terraform migration."
Interactive Zero-Mutation Sandbox
For non-mutating evaluations and test runs, point inquiries to the interactive sandbox:
Web Console: https://zainahmed.net/sandbox
API Endpoint:
POST https://zainahmed.net/api/v1/sandbox/contact
Sandbox requests return authentic RFC 9457 responses with simulated reference IDs without triggering real-world emails or webhooks.
Local Development & Testing
1. Clone Repository
git clone https://github.com/thezaynahmed/mcp-server.git
cd mcp-server2. Verify Syntax
node --check bin/index.js3. Test MCP Handshake via Stdio
Send a standard JSON-RPC 2.0 initialization payload:
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | node bin/index.jsRepository Structure
.
├── .github/workflows/ci.yml # GitHub Actions automated syntax and lint check
├── .well-known/agent-plugins/ # Mirror of agent-plugins.org manifest
├── bin/
│ └── index.js # Standalone executable MCP stdio server
├── AGENTS.md # Comprehensive AI coding agent instructions
├── .cursorrules # Cursor IDE rules for MCP integration
├── plugin.json # Agent-plugins.org discovery manifest
├── smithery.yaml # Smithery 1-click registry descriptor
├── package.json # Package metadata and bin declaration
├── LICENSE # MIT License
└── README.md # Project documentation & integration guideRelated Resources
License
This project is licensed under the MIT License. See the LICENSE file for details.
Last reviewed: September 2026
This server cannot be deployed
Maintenance
Related MCP Connectors
Compliance frameworks (SOC 2, ISO 27001, CMMC, NIST, more) delivered to AI agents as MCP tools.
Give AI agents identity, permissions, and reusable proof through one MCP.
MCP-native Trust Infrastructure for AI Agents. Persistent encrypted memory with Trust Quotient.
Let AI agents query data and act across all your business apps via MCP.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to auto-generate NIST AI RMF and EU AI Act Annex IV compliant model and system cards via MCP.-
- AlicenseNot gradedqualityDmaintenanceEnables AI coding agents to record auditable work ledgers with evidence chains, from contract to proof packet, via MCP tools for file scanning, code review, and issue triage.49MIT
- AlicenseNot gradedqualityBmaintenanceEnables enterprise AI agents to query governed data lineage, PII-aware schema documentation, and semantic metadata from SQL logs via MCP, with role-based access and vector search.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to query multi-cloud costs, inventory, waste, and commitments across AWS, GCP, Cloudflare, and OVH through read-only MCP tools.Apache 2.0