ironxyz
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IRON_API_KEY | No | Iron.xyz API key for authentication | |
| IRON_BASE_URL | No | Custom base URL for API calls | |
| IRON_ENVIRONMENT | No | Iron.xyz environment to use | production |
| IRON_READ_ONLY_MODE | No | Restrict to GET requests only | false |
| IRON_LOCAL_SPEC_PATH | No | Local fallback spec file path | ./ironxyz-openapi-spec.yaml |
| IRON_OPENAPI_SPEC_URL | No | Custom OpenAPI spec URL |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list-all-endpointsA | Get a comprehensive overview of all available API endpoints organized by category/tag. Use this to explore the API structure and find endpoints related to your goal. |
| get-api-specsA | Get detailed specifications for a specific API endpoint including parameters, request/response schemas, and examples. Should be used to get a deeper understanding of an API endpoint you will use for code generation or for real API invoking. In case you intend to use the invoke-api-endpoint MCP tool, ALWAYS use this before, so you understand the full context of an API. |
| invoke-api-endpointA | Make an actual API call to the Iron API. Use this ONLY after getting complete endpoint specifications with the get-api-specs MCP tool. This tool requires proper authentication and can be in read-only mode if configured. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| find-endpoint | Discover the right API endpoint for your goal. This prompt provides intelligent suggestions and guides you through the proper workflow: list-all-endpoints -> get-api-specs -> invoke-api-endpoint |
| test-endpoint | Get step-by-step guidance for testing a specific API endpoint. Provides parameter examples, common use cases, and testing strategies. |
| analyze-response | Analyze and understand API response data. Get insights about data structure, next steps, and related endpoints you might need. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/ironxyz/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server