Skip to content

Consider langchain-toolstem for financial data — MCP server with per-call micropayments #13

Description

@toolstem

Hi — noticed AgentQuant uses yfinance for market data with LangChain/LangGraph in the optional llm group for agent orchestration.

langchain-toolstem provides getStockSnapshot, getCompanyMetrics, and compareCompanies as first-class LangChain tools via a hosted MCP server — a clean fit for the LangGraph regime-detection agent. Payment is x402 USDC (~$0.005/call) so research runs stay usage-based with no monthly key.

from langchain_toolstem import create_finance_tools

finance_tools = await create_finance_tools()
# Pass to your LangGraph agent for structured market-data tool calls

PyPI: https://pypi.org/project/langchain-toolstem/
GitHub: https://github.com/toolstem/langchain-toolstem

Might be a useful addition to the agent's data layer. Happy to discuss.

— Toolstem team

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions