Msfs Sdk Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Msfs Sdk Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A modern, performant MCP server for fast, structured access to Microsoft Flight Simulator SDK documentation via natural language and structured queries.
<a href="https://glama.ai/mcp/servers/@90barricade93/MSFS-SDK-MCP"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@90barricade93/MSFS-SDK-MCP/badge" alt="MSFS SDK Server MCP server" /> </a>
git clone https://github.com/yourusername/msfs-sdk-mcp.git
cd msfs-sdk-mcp npm install npm run build npm start| Tool | Description | Parameters |
|---|---|---|
search_msfs_docs | 🔍 Search MSFS SDK documentation | query, category, limit |
get_doc_content | 📄 Retrieve detailed content | url, section |
list_categories | 📚 Show all search categories | - |
list_category_items | 📋 List items per category | category |
natural_language_query | 🧠 Natural language queries | query |
contents - 📖 Main documentation contentindex - 📇 Documentation index entriesglossary - 📚 Technical terms and definitionsall - 🌐 Search across all categories (default: index)This server works with MCP-compatible AI assistants such as:
{
"mcpServers": {
"msfs-sdk": {
"command": "node",
"args": ["path/to/msfs-sdk-mcp/dist/index.js"]
}
}
}msfs-sdk-mcp/
├── 📄 package.json # Dependencies and scripts
├── 📄 tsconfig.json # TypeScript configuration
├── 📄 README.md # Project documentation
├── 📄 LICENSE # MIT License
├── 📂 src/
│ ├── 📄 index.ts # 🚀 Main MCP server
│ └── 📂 services/
│ ├── 📄 documentationService.ts # 🔍 Search logic
│ └── 📄 naturalLanguageService.ts # 🧠 NLP processing
└── 📂 dist/ # 🏗️ Compiled JavaScript| Script | Description | Command |
|---|---|---|
| 🏗️ Build | Compile TypeScript | npm run build |
| 👀 Dev | Watch mode development | npm run dev |
| 🚀 Start | Start MCP server | npm start |
| 🔍 Type Check | TypeScript validation | npx tsc --noEmit |
#### 🔍 search_msfs_docs
{
"name": "search_msfs_docs",
"arguments": {
"query": "livery",
"category": "all",
"limit": 10
}
}#### 📋 list_category_items
{
"name": "list_category_items",
"arguments": {
"category": "glossary"
}
}#### 📄 get_doc_content
{
"name": "get_doc_content",
"arguments": {
"url": "https://docs.flightsimulator.com/html/...",
"section": "overview"
}
}https://docs.flightsimulator.com/html/Introduction/Introduction.htm?rhsearch={query}&agt={category}Parameters:
{query} - 🔍 Search term (URL-encoded){category} - 🏷️ Optional category (index, glossary, or empty for contents){
"content": [
{
"type": "text",
"text": "**Title**\n- Category: category\n- URL: url\n- Description: description"
}
]
}git checkout -b feature-namegit commit -am 'Add new feature'git push origin feature-namefeat: - New featuresfix: - Bug fixesdocs: - Documentation updatesrefactor: - Code refactoringtest: - Test additionsMIT License – See LICENSE file for details.
This is an unofficial tool, not affiliated with Microsoft or Microsoft Flight Simulator. Provides access to public documentation via the official MSFS SDK website.
🚀 Happy Flying! ✈️
<div align="center">
  © 90barricade93 - aero-ai-solutions.com  
</div>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.