Calling pattern
Every embedded server uses the same JSON-RPC 2.0 pattern. Replace<server-path> with the route for the server you want (see the sidebar or call tools/list on that path):
Discovering servers and tools
- Sidebar — Under Embedded MCP Servers, each entry is a dedicated page with paths, tools, and parameters.
- At runtime —
POSTto a server path with"method": "tools/list"and emptyparamsto list tools and schemas for that server.

