DecimerMCPServer
by DocMinus
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DECIMER_API_BASE_URL | No | Base URL for the DECIMER API server | http://localhost:8099 |
| DECIMER_MCP_LOG_LEVEL | No | Log level for MCP server | INFO |
| DECIMER_MAX_IMAGE_BYTES | No | Maximum image size in bytes | 10000000 |
| DECIMER_API_TIMEOUT_SECONDS | No | Timeout for API requests in seconds | 60 |
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 |
|---|---|
| server_healthA | Check DECIMER FastAPI server availability. |
| analyze_chemical_imageC | Analyze a base64 image and return a predicted SMILES string when available. |
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/DocMinus/DecimerMCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server