{
  "name": "tideseed-mcp",
  "description": "Tideseed MCP server (Streamable HTTP, stateless). Send JSON-RPC 2.0 requests via POST: initialize, tools/list, tools/call, resources/list, resources/read.",
  "protocolVersion": "2025-03-26",
  "endpoint": "https://tideseed.com/mcp",
  "documentation": [
    "https://tideseed.com/agents.txt",
    "https://tideseed.com/llms.txt"
  ],
  "example": "curl -X POST https://tideseed.com/mcp -H \"Content-Type: application/json\" -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}'"
}