Promptles
AI & Prompt Engineering

MCP (Model Context Protocol)

intermediate

Definition

An open protocol that lets AI assistants connect to external tools and data sources — databases, issue trackers, filesystems, SaaS APIs — through a standard interface. An MCP server exposes a specific tool; the assistant can call it when you give permission.

In the wild

You enable a Postgres MCP server pointed at your staging database. From then on, you can ask the assistant to 'query the orders table for failed rows' and it runs the query through the MCP rather than guessing the schema.

More from AI & Prompt Engineering