Stimulsoft Documentation MCP Server
Official MCP server for Stimulsoft Reports & Dashboards documentation. Semantic search across FAQ, Programming Manual, Server/User Manual, and Server/Cloud API for .NET, WPF, Avalonia, WEB, Blazor, Angular, React, JS, PHP, Java, and Python platforms.
Ads
Overview
Stimulsoft Documentation MCP Server connects AI assistants directly to the official Stimulsoft Reports & Dashboards developer documentation. Once configured, AI assistants in Agent mode can search documentation, find code examples, and generate Stimulsoft-specific code using up-to-date information instead of relying on potentially outdated training data. Endpoint: https://devs.stimulsoft.com/mcp-docs Protocol: MCP 2025-03-26, Streamable HTTP Authentication: None required Important Always review AI-generated output: check for architectural problems, security vulnerabilities, and adherence to project standards. AI-generated output can vary greatly based on the prompt, AI model used, and project code clarity.
Installation
claude mcp add --transport http stimulsoft-docs https://devs.stimulsoft.com/mcp-docs
Configuration
{
"mcpServers": {
"stimulsoft-docs": {
"type": "http",
"url": "https://devs.stimulsoft.com/mcp-docs"
}
}
}Capabilities
- Search official docs
Use `sti_search` to find documentation, code snippets, and answers across all Stimulsoft manuals and FAQs.
- Filter by platform
Narrow `sti_search` results to your stack (e.g., BLAZOR, WPF, ANGULAR) via the `platform` parameter.
- Discover valid platforms
Call `sti_get_platforms` to list indexed Stimulsoft platforms and identify valid IDs for filtering.
- Generate platform-specific code
Ask for working code examples for components like StiReport or StiViewer in your stack.
Tags
- documentation
- development
- search
- knowledge-retrieval
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.