MCP Academy · Lesson

Parameterized Resource URIs

Capture variables straight from the URI path.

One Pattern, Many Resources

A static resource has one fixed address. A parameterized URI is a pattern that stands in for a whole family of resources at once. ✨

Placeholders in Curly Braces

You mark the variable part of a URI with a placeholder in curly braces, like users://{user_id}/profile. That brace is a slot to fill.

users://{user_id}/profile

All lessons in this course

  1. Parameterized Resource URIs
  2. Build Content at Read Time
  3. List vs Templated Resources
  4. Notify Clients of Updates
← Back to MCP Academy