Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Blueprint 10k

БесплатноНе проверен

An MCP server that provides deterministic finance tools for SEC filing analysis, enabling LLMs to compute financial ratios, fetch filings, and perform equity re

GitHubEmbed

Описание

An MCP server that provides deterministic finance tools for SEC filing analysis, enabling LLMs to compute financial ratios, fetch filings, and perform equity research without hallucinated numbers.

README

An MCP server that gives Claude a toolbox of deterministic finance tools for analyzing 10-K/10-Q filings: the LLM does the reading and reasoning, but every number comes from real math in Python — no hallucinated ratios.

Paired with a set of Claude Code subagents (.claude/agents/) that use these tools as a multi-agent equity-research pipeline: retrieve filing → extract financials → analyze risk factors → scout news → forecast → validate → format.

Tools by module

Module Tools
tools/edgar.py Fetch filings from SEC EDGAR (company lookup, filing index, section extraction, HTML cleaning)
tools/market_data.py Prices, history, and market snapshots via yfinance
tools/ratios.py Liquidity / leverage / profitability / efficiency ratios from raw statement inputs, schema-validated
tools/fcf.py Free-cash-flow computation
tools/econometrics.py Regression + time-series diagnostics (statsmodels)
tools/var.py Value-at-Risk (parametric + historical) for position sizing
tools/options.py Black-Scholes pricing and greeks
tools/news.py Multi-source news scout: Alpha Vantage, Finnhub, yfinance, EDGAR 8-Ks, Google News RSS, Reddit — with dedupe, VADER sentiment, and JSON archiving
tools/boilerplate.py Jaccard-similarity filter that strips boilerplate legalese from risk-factor sections
tools/validation.py JSON-schema validation + token-aware text chunking
tools/charts.py Matplotlib chart cards for distribution
tools/output.py Report assembly + webhook delivery
tools/forecastx.py Stub: cross-validation against Excel forecasts (xlwings)

Sample news-scout output lives in news_archive/.

Setup

pip install -r requirements.txt
cp .mcp.json.example .mcp.json   # then fix the paths for your machine
mcp run server.py                # or let Claude Code start it via .mcp.json

Optional API keys (each news source degrades gracefully if its key is absent):

Env var Source
ALPHAVANTAGE_KEY Alpha Vantage news + sentiment
FINNHUB_KEY Finnhub company news
REDDIT_CLIENT_ID / REDDIT_CLIENT_SECRET Reddit via PRAW
MAKE_WEBHOOK_INTERNAL / MAKE_WEBHOOK_PUBLIC Make.com delivery webhooks for tools/output.py

Note: SEC EDGAR requires a User-Agent identifying you (see tools/edgar.py) — replace the contact info with your own before heavy use.

The agent pipeline

.claude/agents/ defines the subagents Claude Code spawns for a full analysis:

  • coordinator — orchestrates the run, delegates to the specialists
  • filing_retrieval — finds and fetches the right 10-K/10-Q from EDGAR
  • financial_extractor — pulls the statements out of Item 8
  • risk_analyst — reads Item 1A with the boilerplate filter
  • news_scout — recent-news sweep with sentiment
  • forecaster — projections grounded in the econometrics tools
  • options_strategist — strategy ideas priced with the BS tools
  • validator / output_formatter — schema checks, then the final report

from github.com/heathrenfroe-sys/blueprint-10k

Установка Blueprint 10k

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/heathrenfroe-sys/blueprint-10k

FAQ

Blueprint 10k MCP бесплатный?

Да, Blueprint 10k MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Blueprint 10k?

Нет, Blueprint 10k работает без API-ключей и переменных окружения.

Blueprint 10k — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Blueprint 10k в Claude Desktop, Claude Code или Cursor?

Открой Blueprint 10k на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Blueprint 10k with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории finance