dev-portal
Verified Safeby chainstack
Overview
Provides AI models with access to search and navigate Chainstack documentation through a hosted Model Context Protocol (MCP) server.
Installation
mintlify devSecurity Notes
The provided source code primarily consists of Mintlify documentation configuration (`docs.json`) and OpenAPI specifications for various blockchain APIs. It does not contain any executable server-side code, scripts, or application logic that could pose direct security risks such as `eval` statements, obfuscation, or malicious patterns. The OpenAPI specifications include example API keys in server URLs, which are placeholders and not actual secrets meant to be used directly from this repository. The MCP server itself is described as hosted and external to this repository's codebase. Therefore, the inherent security risk from *this source code* is minimal.
Similar Servers
context7
Provides up-to-date, version-specific documentation and code examples to Large Language Models (LLMs) and AI coding assistants to improve code generation accuracy and relevance, preventing outdated or hallucinated information.
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
kindly-web-search-mcp-server
Provides web search with robust, LLM-optimized content retrieval from various sources (StackExchange, GitHub, Wikipedia, arXiv, and general webpages) for AI coding assistants.