II.
ToolServer JSON
Structured · livetool-server:mcp-elasticsearch
MCP Elasticsearch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-elasticsearch",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/extended-mcp-servers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MCP Elasticsearch",
"description": "MCP server providing access to Elasticsearch clusters. Enables AI agents to list indices, inspect mappings, run search queries, and execute ES|QL. Supports stdio transport.",
"protocol": "mcp",
"category": "search",
"repoUrl": "https://github.com/elastic/mcp-server-elasticsearch",
"maintainer": "Elastic",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:elasticsearch.list-indices",
"tool-descriptor:elasticsearch.get-mappings",
"tool-descriptor:elasticsearch.search",
"tool-descriptor:elasticsearch.esql"
],
"sourceRef": "source-ref:mcp-servers-registry"
},
"outgoingEdges": [
{
"from": "tool-server:mcp-elasticsearch",
"to": "tool-descriptor:elasticsearch.list-indices",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-elasticsearch",
"to": "tool-descriptor:elasticsearch.get-mappings",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-elasticsearch",
"to": "tool-descriptor:elasticsearch.search",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-elasticsearch",
"to": "tool-descriptor:elasticsearch.esql",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-elasticsearch",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:mcp-elasticsearch",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:mcp-elasticsearch",
"to": "source-ref:mcp-servers-registry",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-elasticsearch",
"to": "stack-part:search-index",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-elasticsearch",
"to": "tool:elasticsearch",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-elasticsearch",
"to": "domain:databases",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-descriptor:elasticsearch.list-indices",
"to": "tool-server:mcp-elasticsearch",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:elasticsearch.get-mappings",
"to": "tool-server:mcp-elasticsearch",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:elasticsearch.search",
"to": "tool-server:mcp-elasticsearch",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:elasticsearch.esql",
"to": "tool-server:mcp-elasticsearch",
"kind": "contained_in_plugin",
"attributes": {}
}
]
}