Definition

What is Model Context Protocol (MCP)?

An open protocol that lets AI applications share context and tools across different language models and providers.

MCP (Model Context Protocol) standardizes how AI applications communicate with language models. Instead of hard-coding to one provider (OpenAI, Anthropic, Google), an MCP-enabled app can route requests to the best model for the task, share context across providers, and use reusable tool servers. InBuild's own generation pipeline does not use MCP — it calls the Google Gemini API directly, with Groq as a fallback.

Learn more

Related terms

See it in action

Real templates, rendered live, next to the exported code. No account needed.