← ClaudeAtlas

investorclawlisted

Deterministic-first portfolio analyzer for ZeroClaw via MCP-HTTP at localhost:18090. Holdings, performance, Sharpe + Sortino, FRED yields, bond duration, scenario rebalancing.
argonautsystems/InvestorClaw · ★ 8 · AI & Automation · score 84
Install: claude install-skill argonautsystems/InvestorClaw
<!-- SPDX-License-Identifier: MIT-0 Copyright 2026 InvestorClaw Contributors This SKILL.md is MIT-0-licensed. The InvestorClaw service it connects to is Apache 2.0. See the project LICENSE-MIT-0 for full text. This skill is audit-compliant for zeroclaw 0.7.3+: no scripts, no symlinks, no curl-pipe-shell patterns, no remote markdown links. --> # InvestorClaw — zeroclaw skill > Powered by [InvestorClaw](https://investorclaw.app) (Apache 2.0). > Skill manifest is MIT; the underlying service is Apache 2.0. ## What this is InvestorClaw is a containerized portfolio analysis service that exposes its analytical capabilities to your zeroclaw agent over MCP-HTTP. Two local servers register as separate MCP namespaces in your tool catalog: - `investorclaw` (port 8090) — deterministic portfolio analysis - `mnemos` (port 5002) — memory + knowledge graph You speak to zeroclaw in natural language. zeroclaw routes the request to the right MCP tool, calls it, and synthesizes a reply. **The user is the orchestrator; the service is the substrate; zeroclaw is the interface.** ## How zeroclaw connects zeroclaw on master supports MCP via the `[mcp.servers.<name>]` block in `~/.zeroclaw/config.toml`. Once that config is in place and the InvestorClaw containers are running, the tools are auto-registered at agent startup. No skill code, no shell-out, no per-tool wiring. The two services run as a Docker compose stack, bound to localhost: - `mnemos-os/mnemos-rs:4.2` → `localhost:5002` - `mne