Agent Tools
Back to MCP servers

io.github.wikatar/arkolith

https://arkolith.com/api/mcp
● healthy

skills: {'id': 'fund.list', 'name': 'fund.list', 'description': "List the institutional managers (hedge funds, asset managers) that file SEC 13F reports, ranked by AUM. Returns each fund's name, AUM, latest reported quarter, holdings count, and its SEC CIK — the id you pass to fund.holdings, fund.holdings.diff, fund.holdings.as_of, and fund.position.history. Start here to find which funds to track. Public-domain SEC EDGAR data.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'copy.leaderboard', 'name': 'copy.leaderboard', 'description': "Rank the institutional managers (13F funds) worth copying. Each row is a followable actor — name, manager, book size (AUM), holdings count, latest reported quarter, follower count, and the slug (for copy.target.get) + CIK (to follow via watchlist / pull via fund.holdings). The agent-native 'who should I copy?' entry point. Sort by book size, recent activity, or follower count. Public-domain SEC EDGAR 13F data.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'copy.target.get', 'name': 'copy.target.get', 'description': "Get one copy target (13F fund) by slug (from copy.leaderboard): its latest disclosed book — the top holdings you'd mirror, each with % of book and its quarter-over-quarter change (NEW/ADDED/REDUCED/EXITED) — plus book size, latest quarter, and filing history. Pair with watchlist tools to follow it. Public-domain SEC EDGAR 13F data.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'fund.holdings', 'name': 'fund.holdings', 'description': 'Latest reported 13F equity holdings for a fund (by SEC CIK) — top positions by value, each with its CUSIP and quarter-over-quarter change (new/added/reduced/exited). Public-domain SEC EDGAR data.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search', 'name': 'search', 'description': "Resolve a name to a tracked entity. Turn a fund or manager name (e.g. 'Berkshire', 'Citadel') into the SEC CIK or slug you pass to the fund.* tools — the entity-resolution entry point. Searches funds and managers by name or identifier.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'congress.disclosures.list', 'name': 'congress.disclosures.list', 'description': "List US House financial-disclosure filings for a year (STOCK Act). filingType 'P' = Periodic Transaction Report (stock trades). Returns the filing index + a PDF link per filing; transaction line-items live in the PDF.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'congress.member.search', 'name': 'congress.member.search', 'description': 'Find US House representatives who filed financial disclosures in a year, by name.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'macro.series.get', 'name': 'macro.series.get', 'description': 'Get recent observations for a macro/economic time series from FRED (e.g. GDP, CPIAUCSL, DGS10, UNRATE).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 492.8ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://arkolith.com/api/mcp
JSON-RPC initialize probe
curl -X POST https://arkolith.com/api/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://arkolith.com/api/mcp
Listed at (chiark)
https://chiark.ai/agents/d65dd44a-34cc-4019-8ecb-28de42cf75b6