Platform

Products

Private AI infrastructure — from compute to agents.

Target groups

Use Cases

For enterprise, SMBs, and individual developers.

Knowledge & Support

Resources

Everything you need to succeed with Mycelis.

Deep Dive

MCP tools: external APIs directly in model context

February 26, 2025 ยท 12 min min read

The Model Context Protocol (MCP) standardizes how models access tools.

Why this matters

  • unified tool interface
  • less glue code
  • better reusability

Typical flow

  1. Register a tool
  2. Define the input schema
  3. Let the model call the tool when needed
  4. Feed the result back into the final response

This enables seamless integration of external data sources into model context.

Back to overview