How to Use the Boeing Developer Tools MCP in VS Code Copilot
Connect your team's VS Code Copilot to Boeing parts inventory and Jeppesen aerodrome databases.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Boeing Developer Tools MCP to VS Code Copilot
Create your Vinkius account to connect Boeing Developer Tools to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Team-wide Boeing parts access inside VS Code Copilot
The `search_boeing_parts` tool enables your entire engineering team to query the Boeing global supply chain database directly from their IDE. By committing this MCP configuration to your repository, every developer gets instant access to catalog records during code reviews. When validating order management systems, the `check_part_availability` tool provides real-time stock counts and pricing details. Your team can write integration tests that run against actual warehouse availability, ensuring high-fidelity software behavior.
Live runway and taxi telemetry in VS Code Copilot
The `get_runway_monitor` tool streams real-time airport congestion data straight into your VS Code Copilot chat panel. Developers can inspect runway occupancy metrics and build scheduling tools without leaving the code editor. To analyze ground logistics, the `get_taxi_time` tool tracks gate-to-runway transit times while `get_flight_events` monitors active aircraft status. This live telemetry helps your team write and test dispatch algorithms using real-world airport data.
Build flight compliance systems with this MCP Server
The `get_aerodrome_details` tool provides Jeppesen airport parameters directly to your VS Code Copilot agent. Your team can build flight planning tools that cross-reference runway data from `search_runways` against physical limits. For safety checks, the `search_notams` tool retrieves active Notices to Air Missions, which pair with `get_airspace_info` to map active flight restrictions. Developers can verify safety code against actual airspace data and Boeing specifications from `get_aircraft_specs`.
Set up Boeing Developer Tools MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Boeing Developer Tools MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Boeing Developer Tools tools listed. Try asking: "List my recent Boeing Developer Tools transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"boeing-developer-tools-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Boeing. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Boeing Developer Tools MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Boeing Developer Tools MCP today
We host it, we monitor it, we maintain it. You just paste one token.