chemspace-mcp
Verified Safeby lukasmki
Overview
Provides an MCP server wrapper for the Chemspace API, enabling AI agents to search for chemical compounds.
Installation
uv run chemspace-mcpEnvironment Variables
- CHEMSPACE_API_KEY
Security Notes
The server correctly retrieves the Chemspace API key from an environment variable. It caches short-lived access tokens in a temporary file, which is a minor potential risk but mitigated by the token's short lifespan and the secure handling of the primary API key. No 'eval', obfuscation, or other obvious malicious patterns were detected in the provided source code. Network communication is directed to the official Chemspace API endpoints.
Similar Servers
aderyn
A Rust-based Solidity static analyzer that identifies vulnerabilities in smart contracts and provides developer tooling such as LSP and an MCP server for integration with other development environments and AI agents.
graphlit-mcp-server
The Model Context Protocol (MCP) Server integrates with the Graphlit platform to ingest diverse data sources, build a searchable knowledge base, and enable LLM-powered search, retrieval, RAG, and generative capabilities for MCP clients.
PDFlow
Transform PDF documents into structured data (Markdown, JSON, XML, etc.) using multimodal AI, with web UI, CLI, and AI agent integration.
thought-chain-mcp
Transforms any AI model into an advanced reasoning engine by providing structured, step-by-step thinking with persistent memory across sessions.