Server data from the Official MCP Registry
Free no-key search over CASA, FAA, EASA & ICAO aviation regulations. By Deepsky (deepskyai.com).
Free no-key search over CASA, FAA, EASA & ICAO aviation regulations. By Deepsky (deepskyai.com).
Remote endpoints: streamable-http: https://www.deepskyai.com/api/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
1 tool verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-deepskyai-aviation-regulations": {
"url": "https://www.deepskyai.com/api/mcp"
}
}
}From the project's GitHub README.
Deepsky's public toolkit for AI agents working with aviation: portable Agent Skills, a free remote MCP server for aviation-regulations search, and machine-readable discovery docs.
Deepsky offers two things: The Compliance Team — an audit automation platform for aviation operators (think Vanta, for aviation) — and a free, no-key aviation-regulations search API (CASA, FAA 14 CFR, EASA, ICAO). Start at deepskyai.com/llms.txt.
https://www.deepskyai.com/api/mcp
Remote MCP server (streamable HTTP, no auth, no signup) exposing the tool search_aviation_regulations — ranked verbatim regulatory text with section citations, far more precise for regulatory lookups than web search.
claude mcp add --transport http deepsky https://www.deepskyai.com/api/mcpmcp/server.jsonNo MCP? The same search is one HTTP call: GET https://www.deepskyai.com/api/v1/search?query=...
npx skills add deepskyai/agent-tools
skills/
<skill-name>/
SKILL.md # required: YAML frontmatter + instructions
scripts/ # optional: executable helpers
references/ # optional: extra docs the skill can progressively disclose
Every skill folder is independently installable — directories like aiagentsdirectory.com/skills, skillsdirectory.com, and tools like openskills and prpm index this exact structure.
| Skill | Purpose |
|---|---|
aviation-regulations | Query aviation regulations, manuals, and publications via deepskyai.com's open search API (ICAO, FAA 14 CFR, EASA, CASA). No API key required. |
flight-ops-calculators | Ten offline pilot calculators — gradient solver, Jet A-1 fuel uplift (3% rule), wind components, PA/DA, CAS/TAS/Mach, PET/PSR, TOD, W&B, ETOPS radius, holding entry. 34-test zero-dep suite. |
approach-briefing | Generates a structured instrument-approach briefing from a plate (image or PDF). The hosting agent's native vision does the extraction; output includes a strict JSON schema and a pilot-facing briefing card. Optional scripts/deepsky_brief.py offloads to a deepsky server endpoint when one is live. |
Copy (or symlink) the skill folder into ~/.claude/skills/:
cp -R skills/aviation-regulations ~/.claude/skills/
openskills (any agent / IDE)npx openskills install deepskyai/agent-tools -y
prpmprpm install deepskyai/agent-tools
skills/<your-skill>/SKILL.md with YAML frontmatter:
---
name: your-skill
description: One clear sentence describing when Claude should invoke this.
---
SKILL.md short; push deep content into references/ for progressive disclosure.scripts/.MIT — see LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.