u/0xchamin

I'd like to share an MCP Server + PyPI package + AI web app. The app is called VoyageIntel. You can download and install VoyageIntel via:
pip install voyageintel && voyageintel serve.

For your quick reference, there are the link:

VoyageIntel provides real time flight (commercial, military, private), satellite, International Space Station (ISS), and also vessel (cargo, passenger, fast++) tracking.

It is also an MCP server, fully compatible with Claude CodeClaude DesktopVS Code - CoPilotCursorGemini CLICodex etc. MCP server works in both stdio and streamableHTTP modes. MCP server utilizes the underlying LLM natively. This also comes with a CLI. For CLI, you've the option to bring your own key (BYOK), and leverage LLMs. The web app also has a chat interface where you can ask questions in natural language- powered by LLMs. Chat also implements BYOK (the keys are stored in user's local browser storage and not shared). The chat also implements guardrails (check GitHub repo `railway-guardrail` branch).

This project is based on fully open source data. I leveraged FastMCPLiteLLMLLMGuard, and LangFuse (I wanted to deep dive into what happens in LLM/ API, tool calls, so thought of integrating LangFuse).

I highly recommend you to read through the README.md file of voyageintel branch of this repo (this is the most uptodate branch). It's very deep and comprehensive.

I'd like to hear your feedback. Pull-requests/ feature requests are also welcome. Please do star the GitHub repo if you find this interesting.

PS: VoyageIntel is an extension of SkyIntel*- which I built previously (also shared with the community, a couple of weeks ago)*.

u/0xchamin — 19 days ago