techzone-mcp
Click on "Install 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., "@techzone-mcplist my current reservations"
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.
techzone-mcp
MCP server for IBM Technology Zone: manage your reservations end-to-end and search the TechZone catalog from Claude. Every state-changing tool describes itself as such so Claude confirms with you before calling; cancellation additionally requires echoing the reservation's exact name.
Tools
Tool | What it does |
| Validates your token, returns your TechZone profile |
| All reservations: status, environment, dates (no credentials) |
| Full detail for one reservation, incl. access info |
| Active reservations ending within N days (default 3) |
| Search environments/collections in the catalog |
| Detail for one catalog entry |
| Search reservable TechZone collections by name |
| Deployment options (platforms/regions) for a collection |
| Write: extend a reservation's end date by N days |
| Write: reserve an environment from a collection |
| Destructive: delete a reservation (name must match) |
Plus two resources: techzone://reservations (live reservation summary) and
techzone://reservation/{id} (full detail for one reservation).
Related MCP server: IBM Cloud MCP Server
Setup
Get your API token: techzone.ibm.com → My Profile → API token.
Install and register with Claude Code:
uv sync
claude mcp add techzone --env TECHZONE_API_TOKEN=<your-token> -- uv --directory /path/to/techzone-mcp run techzone-mcp(Or put TECHZONE_API_TOKEN=<your-token> in a .env file in this directory —
it is gitignored.)
TechZone tokens expire periodically; when the server reports a 401, grab a fresh token from My Profile.
Development
uv sync
uv run pytest # unit tests (mocked, no live API)
uv run python walkthrough.py # interactive live walkthrough of every toolThe walkthrough steps through all 11 tools against the real API: read-only
steps run on Enter, write steps are skipped unless you type yes, and
sensitive service-link values are redacted from output.
API endpoints are undocumented publicly; they were derived from the
open-source itzcli and
verified live. See PLAN.md for design notes.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server for managing Claude Code conversation sessions12503MIT
- FlicenseCqualityDmaintenanceComprehensive MCP server for managing all IBM Cloud services, offering 180+ tools across 16 domains to enable AI assistants to fully manage IBM Cloud infrastructure.1002
- Alicense-qualityDmaintenanceMCP server for interacting with QUADS infrastructure systems via API, enabling resource management and automation through LLM applications.MIT
- Flicense-qualityCmaintenanceMCP server for authoring Quantum customer demos from Claude Code; enables listing, viewing, and updating demos with a guide and prompts.
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zm-gh-ibm/techzone-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server