Hello, I'm Jorge

A developer passionate about computing and a maker. Thank you for visiting my website, here you can find some of the projects I have developed throughout my career. If you have any questions or proposals, do not hesitate to contact me!

Profile picture of Jorge
Portfolio

Featured Projects

MCP Server Generator
Software - AI Finished

MCP Server Generator

Automatic MCP server generator designed to interact with EDA architectures from AsyncAPI documents. The tool uses a custom template and the AsyncAPI generation core to parse the .yaml file into Python code.

AsyncAPI JavaScript Python MCP EDA Kafka
Kairos
Software - AI In progress

Kairos

Kafka-based trading ecosystem powered by AI agents: monitors market prices of user-configured assets, makes automated or semi-automated decisions (confirmed via Telegram), and features a dashboard where users can visualize the reasoning and decisions of each agent.

Python Kafka Docker Web3 Hyperliquid
IoT Pasapalabra with ESP32
Hardware & IoT Finished

IoT Pasapalabra with ESP32

Educational material for children. The system hosts a web application within the ESP32 itself that communicates via WebSockets to control the ring lighting in real-time. The structure is made with recycled materials and 3D printed parts.

ESP32 C++ 3D Printing IoT
Pico-Ducky-Utils
Hardware & IoT Paused

Pico-Ducky-Utils

HID automation tool on Raspberry Pi Pico. Developed as a team with two scholarship colleagues to streamline repetitive departmental tasks. The device executes pre-programmed scripts that drastically reduce equipment configuration and maintenance time.

Raspberry Pi Python 3D Printing IoT
My First MCP Server
Software - AI Finished

My First MCP Server

Simple MCP server exposing a tool to the Claude LLM regarding my CPU temperature. Includes a small API developed with Python FastAPI to expose an endpoint used by the MCP. A Claude API key is needed to test it; more details on my GitHub.

MCP Python APIs LLMs
Spam Detection Model
Software - AI Finished

Spam Detection Model

Intelligent system capable of classifying form messages as Spam or Legitimate using the Naive Bayes algorithm.

Machine learning Python APIs