Skip to content
Back to Laisky MCP Agent

Card snapshot

mcp.laisky.com · 2026-07-04 00:24:59 UTC · 8e9efbba5bdc17aef4f24bebe089bad871b65cacbd02f84f43e63b50dd947776

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Laisky MCP Agent",
  "description": "A remote MCP agent service that provides web, memory, FileIO, RAG, and human request queue tools.",
  "url": "https://mcp.laisky.com",
  "version": "1.0.0",
  "provider": {
    "name": "Laisky",
    "url": "https://laisky.com"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "remote-mcp-tools",
      "name": "Remote MCP tools",
      "description": "Call web_search, web_fetch, get_user_request, FileIO, memory, and RAG tools over MCP Streamable HTTP.",
      "tags": [
        "mcp",
        "web-search",
        "memory",
        "file-io",
        "rag"
      ]
    }
  ],
  "endpoints": [
    {
      "type": "mcp_streamable_http",
      "url": "https://mcp.laisky.com"
    }
  ]
}