[PR #3875] docs: add Toolstem financial intelligence tool integration #3888

Open
opened 2026-06-05 18:53:29 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3875
Author: @toolstem
Created: 5/5/2026
Status: 🔄 Open

Base: mainHead: docs/add-toolstem-integration


📝 Commits (1)

  • 7bb9ca4 docs: add Toolstem financial intelligence tool integration

📊 Changes

2 files changed (+187 additions, -0 deletions)

View changed files

📝 src/oss/javascript/integrations/tools/index.mdx (+7 -0)
src/oss/javascript/integrations/tools/toolstem.mdx (+180 -0)

📄 Description

Summary

  • Add documentation page for langchain-toolstem (v0.1.2, published with npm provenance attestation)
  • Add Card entry to the JS tools integration index

What is Toolstem?

Toolstem provides agent-ready financial intelligence via MCP servers, exposed as native LangChain.js tools through the langchain-toolstem npm package. 8 tools across Finance and SEC EDGAR domains.

Distribution: Self-custody via x402 micropayments (Base mainnet USDC) or Apify Actor.

Package: langchain-toolstem v0.1.2 | GitHub | MIT | npm provenance attestation

Files changed

File Change
src/oss/javascript/integrations/tools/toolstem.mdx New integration doc page
src/oss/javascript/integrations/tools/index.mdx Add Card entry (alphabetical)

Notes

  • src/docs.json not modified (tool pages use Card discovery, not nav entries)
  • Python equivalent in development; separate PR once published to PyPI
  • Partially authored by AI agent (Claude Opus 4.6)

Test plan

  • Verify page renders at /oss/javascript/integrations/tools/toolstem
  • Verify Card appears in tools index grid
  • Verify no broken links

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3875 **Author:** [@toolstem](https://github.com/toolstem) **Created:** 5/5/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/add-toolstem-integration` --- ### 📝 Commits (1) - [`7bb9ca4`](https://github.com/langchain-ai/docs/commit/7bb9ca433da46c4df89abc181bc8a06c74afedc9) docs: add Toolstem financial intelligence tool integration ### 📊 Changes **2 files changed** (+187 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/tools/index.mdx` (+7 -0) ➕ `src/oss/javascript/integrations/tools/toolstem.mdx` (+180 -0) </details> ### 📄 Description ## Summary - Add documentation page for [`langchain-toolstem`](https://www.npmjs.com/package/langchain-toolstem) (v0.1.2, published with npm provenance attestation) - Add Card entry to the JS tools integration index ## What is Toolstem? Toolstem provides agent-ready financial intelligence via MCP servers, exposed as native LangChain.js tools through the `langchain-toolstem` npm package. 8 tools across Finance and SEC EDGAR domains. **Distribution:** Self-custody via x402 micropayments (Base mainnet USDC) or Apify Actor. **Package:** [`langchain-toolstem`](https://www.npmjs.com/package/langchain-toolstem) v0.1.2 | [GitHub](https://github.com/toolstem/langchain-toolstem) | MIT | npm provenance attestation ## Files changed | File | Change | |------|--------| | `src/oss/javascript/integrations/tools/toolstem.mdx` | New integration doc page | | `src/oss/javascript/integrations/tools/index.mdx` | Add Card entry (alphabetical) | ## Notes - `src/docs.json` not modified (tool pages use Card discovery, not nav entries) - Python equivalent in development; separate PR once published to PyPI - Partially authored by AI agent (Claude Opus 4.6) ## Test plan - [ ] Verify page renders at `/oss/javascript/integrations/tools/toolstem` - [ ] Verify Card appears in tools index grid - [ ] Verify no broken links --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:53:29 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3888