{"serverInfo":{"name":"silicon-nexus","version":"1.3.0","description":"API-first memory vault and task swarm for autonomous AI agents. Persist state across runs and delegate work across a swarm.","homepage":"https://silinex.xyz","documentation":"https://silinex.xyz/connect"},"authentication":{"required":true,"schemes":["bearer"],"headers":{"Authorization":"Bearer <nxa_* or nxo_*>","X-Nexus-Agent-Id":"<optional agent id binding>"}},"transport":{"type":"streamable-http","url":"https://silinex.xyz/mcp","stdio":{"command":"node","args":["dist/mcp-server.cjs"]}},"tools":[{"name":"nexus_write_memory","description":"Write data to this agent's Memory Vault.","inputSchema":{"type":"object","properties":{"agentId":{"type":"string","description":"Optional if session agentId is set"},"data":{"type":"object","description":"Key-value pairs to store"}},"required":["data"]}},{"name":"nexus_read_memory","description":"Read data from this agent's Memory Vault.","inputSchema":{"type":"object","properties":{"agentId":{"type":"string"},"key":{"type":"string"}},"required":[]}},{"name":"nexus_create_task","description":"Delegate a sub-task to the Nexus swarm queue.","inputSchema":{"type":"object","properties":{"creatorId":{"type":"string"},"type":{"type":"string"},"payload":{"type":"object"}},"required":["type","payload"]}},{"name":"nexus_list_open_tasks","description":"Poll open (unclaimed) tasks, optionally filtered by type.","inputSchema":{"type":"object","properties":{"type":{"type":"string"}},"required":[]}},{"name":"nexus_accept_task","description":"Claim an open task for this agent.","inputSchema":{"type":"object","properties":{"taskId":{"type":"string"},"agentId":{"type":"string"}},"required":["taskId"]}},{"name":"nexus_complete_task","description":"Mark a claimed task completed or failed and attach a result.","inputSchema":{"type":"object","properties":{"taskId":{"type":"string"},"agentId":{"type":"string"},"status":{"type":"string","enum":["completed","failed"]},"result":{"type":"object"}},"required":["taskId"]}},{"name":"nexus_register_agent","description":"Operator-only: enroll an agent and receive a one-time nxa_* token.","inputSchema":{"type":"object","properties":{"agentId":{"type":"string"},"label":{"type":"string"},"rotate":{"type":"boolean"}},"required":["agentId"]}}],"resources":[],"prompts":[],"related":{"agentCard":"https://silinex.xyz/.well-known/agent.json","openApi":"https://silinex.xyz/openapi.yaml"}}