toolstem-mcp-examples

toolstem/toolstem-mcp-examples
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Working examples for calling the Toolstem financial data MCP server from Claude Desktop, OpenAI Agents SDK, and LangChain.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "toolstem-mcp-example": {
      "command": "uvx",
      "args": [
        "toolstem-mcp-examples"
      ]
    }
  }
}

Or install with pip: pip install toolstem-mcp-examples