greatwitenorth/fibery-mcp-graphql
If you are the rightful owner of fibery-mcp-graphql and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Fibery MCP GraphQL Server provides tools to introspect the Fibery GraphQL API to help your LLM write valid GraphQL queries and mutations.
The Fibery MCP GraphQL Server is a Model Context Protocol server designed to facilitate interaction with the Fibery GraphQL API. It provides essential tools for listing available GraphQL spaces and types, retrieving the complete GraphQL schema SDL for a specific Fibery space, and validating generated GraphQL queries or mutations against the known schema. This server is particularly useful for developers and applications that need to dynamically interact with Fibery's API, ensuring that all queries and mutations are correctly formatted and valid. The server requires Node.js (v20 or higher) and a Fibery account with API access. It can be integrated with any MCP-compatible client, making it a versatile tool for various development environments.
Features
- List Spaces and Types: Fetches and lists all available GraphQL spaces and types in your Fibery account.
- Get Schema SDL: Retrieves the complete GraphQL schema SDL for a specified Fibery space.
- Validate Fibery GraphQL: Validates a generated GraphQL query or mutation for Fibery against the known schema.
Tools
list_spaces_and_types
Lists all available GraphQL spaces and types in your Fibery account.
get_schema_sdl
Gets the complete GraphQL schema SDL for a Fibery space.
validate_fibery_graphql
Validates a generated GraphQL query or mutation for Fibery against the known schema.