Back to Glossary Index
Core ConceptRPC Method Layer

MCP Method

Industry Definition Set • Entity Resolution Path: /glossary/mcp-method

Quick Answer / TL;DR

A named RPC action in the Model Context Protocol, such as `initialize`, `tools/call`, or `resources/read`.

Key Takeaways

  • Named RPC actions in JSON-RPC messages.
  • Namespaced with slashes (e.g., `tools/call`).
  • Three types: requests, notifications, and responses.
  • The set of valid methods is defined by the MCP specification.
Definitive Statement: A named RPC action in the Model Context Protocol, such as `initialize`, `tools/call`, or `resources/read`.

Technical Context & Protocol Usage

Detailed Explanation
Methods are the core verbs of MCP. Each JSON-RPC message contains a `method` string identifying the action. Methods are categorized as requests (expect a response), notifications (one-way), or responses. The method name uses a slash-separated namespace (e.g., `tools/call`) to group related actions.

Format & Payload Metadata

Format: String identifier in JSON-RPC message

Latency: No overhead; method routing is internal

Real-World Implementation Use Case

An MCP client sends a `resources/read` method request to fetch a file from a filesystem MCP server.

M
MCPserver.in Engineering

Platform Team

Published: 2026-07-20
Updated: 2026-07-20

Cite This Page

MLA Style:

MCPserver.in Engineering. "MCP Method." MCPserver.in Knowledge Hub, 20 July 2026, mcpserver.in/glossary/mcp-method.