๐Ÿ“ฆ MCP Lite - IoT/Edge Optimized

Cryptographically Verified โœ…
๐Ÿ“„ Raw JSON ๐Ÿงช Analyze in LLMFeedHub
๐Ÿ” Complete JSON Data
{
  "feed_type": "mcp",
  "metadata": {
    "origin": "https://wellknownmcp.org",
    "title": "MCP Lite - IoT/Edge Optimized",
    "description": "Minimal MCP declaration for low-resource environments and embedded agents",
    "lang": "en",
    "version": "1.0",
    "last_updated": "2025-06-20T00:00:00Z",
    "target_environments": [
      "iot",
      "edge",
      "embedded",
      "low-resource"
    ]
  },
  "trust": {
    "signed_blocks": [
      "feed_type",
      "metadata",
      "mcpServers",
      "data",
      "agent_guidance",
      "trust"
    ],
    "trust_level": "basic",
    "agent_hint": "Minimal trust for edge deployment",
    "public_key_hint": "https://wellknownmcp.org/.well-known/public.pem",
    "algorithm": "Ed25519",
    "canonicalization": "https://llmca.org/mcp-canonical-json/v1",
    "scope": "full",
    "warning": "This feed is fully signed."
  },
  "signature": {
    "value": "68J+pRWfpCxV6SfW3ZcL7oPR0M9IWoVK1YN0ZZnYfK+PJpgWfVDONMVb8TF4uYwlLgLbSGItY9gF1eueV9rfAg==",
    "created_at": "2025-06-25T21:27:55.094397+00:00"
  },
  "_meta": {
    "signed_at": "2025-06-25T21:27:55.094397+00:00"
  },
  "agent_guidance": {
    "interaction_tone": "terse",
    "autonomous_execution": false,
    "fallback_behavior": "return_error"
  },
  "data": [
    {
      "type": "intent",
      "content": "Minimal MCP node for constrained environments. Basic file access and sensor data only."
    },
    {
      "type": "endpoints",
      "list": [
        "/.well-known/mcp.llmfeed.json",
        "/.well-known/health"
      ]
    },
    {
      "type": "capabilities",
      "list": [
        "file_read",
        "sensor_data",
        "basic_status"
      ]
    }
  ],
  "mcpServers": {
    "local-fs": {
      "command": "/bin/fs-server",
      "args": [
        "/data"
      ]
    },
    "sensors": {
      "command": "/bin/sensor-mcp",
      "args": [
        "--port",
        "8080"
      ]
    }
  }
}