Skip to main content
Glama
ironxyz
by ironxyz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IRON_API_KEYNoIron.xyz API key for authentication
IRON_BASE_URLNoCustom base URL for API calls
IRON_ENVIRONMENTNoIron.xyz environment to useproduction
IRON_READ_ONLY_MODENoRestrict to GET requests onlyfalse
IRON_LOCAL_SPEC_PATHNoLocal fallback spec file path./ironxyz-openapi-spec.yaml
IRON_OPENAPI_SPEC_URLNoCustom OpenAPI spec URL

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
find-endpointDiscover 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-endpointGet step-by-step guidance for testing a specific API endpoint. Provides parameter examples, common use cases, and testing strategies.
analyze-responseAnalyze 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

NameDescription

No resources

Latest Blog Posts

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