[PR #4310] docs: add Toolstem Finance + SEC EDGAR tools integration (Python) #4295

Open
opened 2026-06-05 19:13:24 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: toolstem-integration-docs


📝 Commits (1)

  • 162d70d docs: add Toolstem Finance + SEC EDGAR tools integration (Python)

📊 Changes

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

View changed files

📝 src/oss/python/integrations/tools/index.mdx (+2 -0)
src/oss/python/integrations/tools/toolstem.mdx (+164 -0)

📄 Description

Overview

Adds a Python integration page for langchain-toolstem (v0.1.0, live on PyPI), which wraps Toolstem's Finance and SEC EDGAR MCP servers as native LangChain tools with built-in x402 USDC micropayment support.

The package exposes 8 production tools:

  • Finance (create_finance_tools): get_stock_snapshot, get_company_metrics, compare_companies
  • SEC EDGAR (create_sec_tools): get_company_filings_summary, get_insider_signal, get_institutional_signal, get_material_events_digest, compare_disclosure_signals

Discovery (initialize / tools/list) is free; each tools/call costs $0.01 USDC on Base mainnet via x402. No API key or account registration is required.

This is the Python counterpart to the JavaScript integration in #3875.

Type of change

Type: New documentation page

Related issues/PRs

  • Feature PR (JS sibling): #3875

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples reflect the package's documented public API (create_finance_tools, create_sec_tools, create_x402_httpx_client)
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed (not needed — individual tool pages are surfaced via the tools index, not enumerated in docs.json, consistent with #3875)

Additional notes


🔄 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/4310 **Author:** [@toolstem](https://github.com/toolstem) **Created:** 6/4/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `toolstem-integration-docs` --- ### 📝 Commits (1) - [`162d70d`](https://github.com/langchain-ai/docs/commit/162d70d7991320847508bc5a39dfc7282c15b137) docs: add Toolstem Finance + SEC EDGAR tools integration (Python) ### 📊 Changes **2 files changed** (+166 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/tools/index.mdx` (+2 -0) ➕ `src/oss/python/integrations/tools/toolstem.mdx` (+164 -0) </details> ### 📄 Description ## Overview Adds a Python integration page for [`langchain-toolstem`](https://pypi.org/project/langchain-toolstem/) (v0.1.0, live on PyPI), which wraps [Toolstem](https://toolstem.com)'s Finance and SEC EDGAR MCP servers as native LangChain tools with built-in [x402](https://www.x402.org/) USDC micropayment support. The package exposes 8 production tools: - **Finance** (`create_finance_tools`): `get_stock_snapshot`, `get_company_metrics`, `compare_companies` - **SEC EDGAR** (`create_sec_tools`): `get_company_filings_summary`, `get_insider_signal`, `get_institutional_signal`, `get_material_events_digest`, `compare_disclosure_signals` Discovery (`initialize` / `tools/list`) is free; each `tools/call` costs $0.01 USDC on Base mainnet via x402. No API key or account registration is required. This is the Python counterpart to the JavaScript integration in #3875. ## Type of change **Type:** New documentation page ## Related issues/PRs - Feature PR (JS sibling): #3875 ## Checklist - [x] I have read the contributing guidelines, including the language policy - [ ] I have tested my changes locally using `docs dev` - [x] All code examples reflect the package's documented public API (`create_finance_tools`, `create_sec_tools`, `create_x402_httpx_client`) - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed (not needed — individual tool pages are surfaced via the tools index, not enumerated in `docs.json`, consistent with #3875) ## Additional notes - New page: `src/oss/python/integrations/tools/toolstem.mdx` - Registered in `src/oss/python/integrations/tools/index.mdx` (Finance section table + All tools card) - PyPI: https://pypi.org/project/langchain-toolstem/ - Source: https://github.com/toolstem/langchain-toolstem-python --- <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 19:13:24 -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#4295