Deepsky Aviation Regulations MCP Server

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.

Teams that work with agent skills, aviation and llms txt and want a hosted endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-12 · ★ 2 · #221 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Deepsky Aviation Regulations

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add deepskyai-agent-tools --transport http https://www.deepskyai.com/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "deepskyai-agent-tools": {
      "url": "https://www.deepskyai.com/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://www.deepskyai.com/api/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to www.deepskyai.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry vendor namespace com.deepskyai - domain-verified with the official MCP registry

03 · Who maintains Deepsky Aviation Regulations

Deepsky Aviation Regulations is maintained by deepskyai. It's the only MCP server we track from this author; the repo dates to Apr 2026.

04 · Facts

category
automation - ranked #221 of 227 actively-maintained automation servers as of 2026-09-18.
registry
com.deepskyai/aviation-regulations (active, first published 2026-07-12)

05 · Deepsky Aviation Regulations FAQ

What is Deepsky Aviation Regulations?

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.

Is Deepsky Aviation Regulations still maintained?

Yes - as of 2026-09-18, its last commit was 2026-07-12. We re-verify nightly.

How do I install Deepsky Aviation Regulations?

Run `claude mcp add deepskyai-agent-tools --transport http https://www.deepskyai.com/api/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Deepsky Aviation Regulations require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

06 · Alternatives to Deepsky Aviation Regulations