Integrations

MCP

The protocol HUBCV plans to use for connecting to outside platforms — not yet built.

This page describes a stated goal, not shipped functionality. Nothing in the current codebase implements MCP yet.

What MCP is

MCP (Model Context Protocol) standardizes how an AI system discovers and calls external tools and data sources. Instead of writing a bespoke integration for every platform, an MCP server exposes a platform's data and actions in a common shape that any MCP-aware AI system can query.

How HUBCV would use it

An MCP server for a given platform — a school's LMS, a company's task management tool — becomes a feed into the resume-generation pipeline. Connect it once, and relevant verified activity flows in automatically instead of being re-entered by hand.

See Third Party Apps for how this fits into the broader integration picture, and Task Management / Learning Management for the two concrete domains this targets first.