StepZen GraphQL API Management
GraphQL API lifecycle management workflow for StepZen/IBM API Connect. Covers deploying GraphQL APIs from REST, database, and GraphQL backends, managing endpoints, rotating API keys, and monitoring account usage. Designed for platform engineers and API developers building data federation layers.
What You Can Do
MCP Tools
list-endpoints
List all deployed StepZen GraphQL API endpoints in the account. Use to see what APIs are currently deployed and their status.
get-endpoint
Get details of a specific StepZen GraphQL endpoint including URL, status, and configuration.
create-endpoint
Deploy a new StepZen GraphQL endpoint from a schema folder. Use to publish a new GraphQL API making it accessible to clients.
delete-endpoint
Delete a deployed StepZen GraphQL endpoint. This removes the endpoint and makes it inaccessible to clients.
list-api-keys
List all API keys in the StepZen account. Keys are used to authenticate requests to deployed GraphQL endpoints.
create-api-key
Create a new API key for accessing StepZen GraphQL endpoints. Specify a descriptive name and key type (admin or user).
get-account
Retrieve StepZen account details including plan, endpoint count, and API request usage statistics for the current month.