Bloomy MCP
by franccesco
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BLOOM_API_URL | Yes | Your Bloom API URL | |
BLOOM_API_TOKEN | Yes | Your Bloom API Token |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
bloom://queries | |
bloom://mutations |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_query_details | Get detailed information about specific GraphQL queries. Copy |
get_mutation_details | Get detailed information about specific GraphQL mutations. Copy |
execute_query | Execute a GraphQL query or mutation with variables. Copy |
get_authenticated_user_id | Get the ID of the currently authenticated user. Copy |