{
  "feed_type": "capabilities",
  "metadata": {
    "title": "Siemens MCP Capabilities",
    "origin": "https://mcp.siemens.com",
    "description": "Available capabilities for the Siemens MCP server",
    "generated_at": "2026-06-05T12:49:06.065Z"
  },
  "capabilities": [
    {
      "name": "siemens_assets",
      "method": "POST",
      "path": "/mcp",
      "description": "Unified asset search with keyword-based discovery across all Siemens collections",
      "input_schema": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Search query for assets"
          },
          "collection": {
            "description": "Collection to search in",
            "type": "string",
            "enum": [
              "ALL",
              "ASSETS",
              "PRESS",
              "ENERGY"
            ]
          },
          "assetType": {
            "description": "Type of assets to search for",
            "type": "string",
            "enum": [
              "ALL",
              "IMAGES",
              "VIDEOS",
              "DOCUMENTS",
              "AUDIO",
              "ICONS"
            ]
          },
          "maxResults": {
            "description": "Maximum number of results to return",
            "type": "number",
            "minimum": 1,
            "maximum": 50
          },
          "language": {
            "description": "Language code (e.g., EN, DE)",
            "type": "string"
          }
        },
        "required": [
          "query"
        ]
      }
    },
    {
      "name": "siemens_developer_search",
      "method": "POST",
      "path": "/mcp",
      "description": "Search across all Siemens developer documentation",
      "input_schema": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Search query"
          },
          "limit": {
            "default": 10,
            "description": "Maximum number of results",
            "type": "number",
            "minimum": 1,
            "maximum": 50
          },
          "includeContent": {
            "default": true,
            "description": "Include content snippets",
            "type": "boolean"
          }
        },
        "required": [
          "query"
        ]
      }
    },
    {
      "name": "siemens_developer_discover",
      "method": "POST",
      "path": "/mcp",
      "description": "Discover Siemens developer content by topic and product area",
      "input_schema": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
          "topic": {
            "description": "Topic to discover",
            "type": "string"
          },
          "productArea": {
            "description": "Product area to focus on",
            "type": "string"
          },
          "contentType": {
            "default": "all",
            "description": "Type of content",
            "type": "string",
            "enum": [
              "all",
              "api-reference",
              "getting-started",
              "faq",
              "overview"
            ]
          },
          "limit": {
            "default": 15,
            "description": "Maximum number of results",
            "type": "number",
            "minimum": 1,
            "maximum": 50
          }
        }
      }
    },
    {
      "name": "siemens_developer_reference",
      "method": "POST",
      "path": "/mcp",
      "description": "Find specific API reference documentation",
      "input_schema": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
          "apiName": {
            "type": "string",
            "description": "Name of the API"
          },
          "endpoint": {
            "description": "Specific endpoint",
            "type": "string"
          },
          "includeExamples": {
            "default": false,
            "description": "Include code examples",
            "type": "boolean"
          }
        },
        "required": [
          "apiName"
        ]
      }
    },
    {
      "name": "siemens_aiSearch",
      "method": "POST",
      "path": "/mcp",
      "description": "Natural language search with AI-powered summarization and intelligent content discovery",
      "input_schema": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Natural language search query"
          },
          "language": {
            "description": "Content language (default: EN)",
            "type": "string"
          },
          "region": {
            "description": "Geographic focus (default: GLOBAL)",
            "type": "string"
          },
          "summaryLevel": {
            "description": "AI summary detail level (default: medium)",
            "type": "string",
            "enum": [
              "short",
              "medium",
              "detailed"
            ]
          },
          "maxResults": {
            "description": "Maximum results to return (default: 15)",
            "type": "number",
            "minimum": 5,
            "maximum": 50
          }
        },
        "required": [
          "query"
        ]
      }
    },
    {
      "name": "siemens_productSearch",
      "method": "POST",
      "path": "/mcp",
      "description": "Specialized search for Siemens products, solutions, and technologies with technical specifications",
      "input_schema": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Product or solution search query"
          },
          "industry": {
            "description": "Target industry focus",
            "type": "string"
          },
          "region": {
            "description": "Regional availability focus (default: GLOBAL)",
            "type": "string"
          },
          "includeSpecifications": {
            "description": "Include technical specifications (default: true)",
            "type": "boolean"
          },
          "includeCompatibility": {
            "description": "Include compatibility information (default: false)",
            "type": "boolean"
          },
          "maxResults": {
            "description": "Maximum results to return (default: 12)",
            "type": "number",
            "minimum": 5,
            "maximum": 30
          }
        },
        "required": [
          "query"
        ]
      }
    },
    {
      "name": "siemens_search",
      "method": "POST",
      "path": "/mcp",
      "description": "Comprehensive search combining AI insights, content, and products",
      "input_schema": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Search query"
          }
        },
        "required": [
          "query"
        ]
      }
    },
    {
      "name": "siemens_get_web_content",
      "method": "POST",
      "path": "/mcp",
      "description": "Fetch and convert Siemens web content to clean markdown format using real browser automation",
      "input_schema": {
        "$schema": "http://json-schema.org/draft-07/schema#",
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "URL to fetch and convert to markdown"
          }
        },
        "required": [
          "url"
        ]
      }
    }
  ],
  "trust": {
    "signed_blocks": [
      "metadata",
      "capabilities",
      "trust"
    ],
    "scope": "public",
    "public_key_hint": "https://mcp.siemens.com/.well-known/public.pem",
    "algorithm": "ed25519"
  },
  "signature": {
    "value": "WRSlmdr8cC3v1XvFaiHk/0xdkXhMFr4AVxKKpEIyAIdzvkQATIQ1dxijh7k2JhXzC/8i0ABvhR7gMJpzTqO8Bw==",
    "created_at": "2026-06-05T12:49:06.270Z"
  }
}