{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_34pxfguq2gp2","handle":"iflow-mcp-twolven-mcp-stockflow","url":"https://wellknown.network/agents/iflow-mcp-twolven-mcp-stockflow","links":{"self":"https://wellknown.network/agents/iflow-mcp-twolven-mcp-stockflow/record.json","html":"https://wellknown.network/agents/iflow-mcp-twolven-mcp-stockflow","markdown":"https://wellknown.network/agents/iflow-mcp-twolven-mcp-stockflow/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-twolven-mcp-stockflow","status":"https://wellknown.network/api/v1/agents/iflow-mcp-twolven-mcp-stockflow/status","claim":"https://wellknown.network/agents/iflow-mcp-twolven-mcp-stockflow/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-twolven-mcp-stockflow/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-twolven-mcp-stockflow/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-twolven-mcp-stockflow/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-twolven-mcp-stockflow/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-twolven-mcp-stockflow","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp-twolven-mcp-stockflow","summary":"A Model Context Protocol (MCP) server providing real-time stock data and options analysis through Yahoo Finance","description":"# StockFlow MCP Server\n\nA Model Context Protocol (MCP) server providing real-time stock data and options analysis through Yahoo Finance. Enables LLMs to access market data, analyze stocks, and evaluate options strategies.\n\n## Features\n\n### Stock Data\n- Real-time stock prices and key metrics\n- Historical price data with OHLC values\n- Company fundamentals and financial statements\n- Market indicators and ratios\n\n### Options Analysis\n- Complete options chain data\n- Greeks (delta, gamma, theta, vega)\n- Volume and open interest tracking\n- Options strategy analysis\n\n## Installation\n\n```bash\n# Install dependencies\npip install mcp yfinance\n\n# Clone the repository\ngit clone https://github.com/twolven/stockflow\ncd stockflow\n```\n\n## Usage\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/twolven/mcp-stockflow.git\ncd mcp-stockflow\n```\n\n2. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n3. Add to your Claude configuration:\nIn your `claude-desktop-config.json`, add the following to the `mcpServers` section:\n\n```json\n{\n    \"mcpServers\": {\n        \"stockflow\": {\n            \"command\": \"python\",\n            \"args\": [\"path/to/stockflow.py\"]\n        }\n    }\n}\n```\n\nReplace \"path/to/stockflow.py\" with the full path to where you saved the stockflow.py file.\n\n## Usage Prompt for Claude\n\nWhen working with Claude, you can use this prompt to help it understand the available tools:\n\n\"I've enabled the stockflow tools which give you access to stock market data. You can use these three main functions:\n\n1. `get_stock_data` - Get comprehensive stock info:\n```python\n{\n    \"symbol\": \"AAPL\",\n    \"include_financials\": true,  # optional\n    \"include_analysis\": true,    # optional\n    \"include_calendar\": true     # optional\n}\n```\n\n2. `get_historical_data` - Get price history and technical indicators:\n```python\n{\n    \"symbol\": \"AAPL\",\n    \"period\": \"1y\",        # 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max\n    \"interval\": \"1d\",      # 1m, 2m, 5m, 15m, 30m, 60m, 90m, 1…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp-twolven-mcp-stockflow","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"finance.markets","name":"Markets & Trading","confidence":0.836,"provenance":"derived"}],"categories":["dev","finance"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp-twolven-mcp-stockflow","registry":"pypi","observedAt":"2026-09-15T20:21:32.473Z","publishedAt":"2026-01-28T03:47:16.204002Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp-twolven-mcp-stockflow","url":"https://pypi.org/project/iflow-mcp-twolven-mcp-stockflow/","firstSeenAt":"2026-09-09T21:24:38.581Z","fetchedAt":"2026-09-15T20:20:21.307Z","normalizedAt":"2026-09-15T20:20:21.307Z"}]},"firstSeenAt":"2026-09-09T21:24:38.581Z","updatedAt":"2026-09-15T20:21:32.473Z"}