shebanq-mcp
by Jossifresben
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BHSA_SQLITE | Yes | Path to the BHSA SQLite database file (e.g., data/bhsa.sqlite3) | |
| LLM_PROVIDER | No | LLM provider: 'anthropic' (default) or 'none' | anthropic |
| ANTHROPIC_API_KEY | No | API key for Anthropic LLM. Required unless LLM_PROVIDER is set to 'none'. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_feature | Look up a BHSA feature: its gloss and valid values. |
| run_mql | Validate and run an MQL query; return the query and glossed results. |
| search_bhsa | Answer a plain-language question: returns the generated MQL and results. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/Jossifresben/shebanq-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server